Skip to content

Commit ebfbe5c

Browse files
authored
Add docstring to the columnar parameter
1 parent 3872e38 commit ebfbe5c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

output/schema/schema.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/sql/query/QuerySqlRequest.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ export interface Request extends RequestBase {
4242
* Default catalog (cluster) for queries. If unspecified, the queries execute on the data in the local cluster only.
4343
*/
4444
catalog?: string
45+
/**
46+
* If true, the results in a columnar fashion: one row represents all the values of a certain column from the current page of results.
47+
* @server_default false
48+
*/
4549
columnar?: boolean
4650
cursor?: string
4751
/**

0 commit comments

Comments
 (0)