Skip to content

Commit

Permalink
Capitalize acronyms
Browse files Browse the repository at this point in the history
  • Loading branch information
Anaethelion committed Nov 23, 2023
1 parent f066786 commit 4b55815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/esql/query/QueryRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export interface Request extends RequestBase {
*/
body: {
/**
* By default, ES|QL returns results as rows. For example, FROM returns each individual document as one row. For the json, yaml, cbor and smile formats, ES|QL can return the results in a columnar fashion where one row represents all the values of a certain column in the results.
* By default, ES|QL returns results as rows. For example, FROM returns each individual document as one row. For the JSON, YAML, CBOR and smile formats, ES|QL can return the results in a columnar fashion where one row represents all the values of a certain column in the results.
*/
columnar?: boolean
/**
Expand Down

0 comments on commit 4b55815

Please sign in to comment.