Skip to content

Commit

Permalink
Remove pragmas from the specification as they only are reachable from…
Browse files Browse the repository at this point in the history
… snapshot builds
  • Loading branch information
Anaethelion committed Nov 28, 2023
1 parent a56f5d2 commit 88be4c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions specification/esql/_types/Pragmas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,3 @@ export enum DataPartitioning {
SEGMENT,
DOC
}

export class Pragmas {
exchange_buffer_size?: integer
exchange_concurrent_clients?: integer
enrich_max_workers?: integer
task_concurrency?: integer
data_partitioning?: DataPartitioning
page_size?: integer
status_interval?: Duration
}
1 change: 0 additions & 1 deletion specification/esql/query/QueryRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export interface Request extends RequestBase {
* @doc_id esql-query-params
*/
params?: Array<ScalarValue>
pragmas?: Pragmas
/**
* The ES|QL query API accepts an ES|QL query string in the query parameter, runs it, and returns the results.
*/
Expand Down

0 comments on commit 88be4c6

Please sign in to comment.