Home > pinot-noir > IPinotQueryOptions
Query options.
Signature:
export interface IPinotQueryOptions
Property |
Modifiers |
Type |
Description |
---|---|---|---|
boolean |
(Optional) Enable scan reordering for AND clauses. | ||
boolean |
(Optional) Enables advanced null handling. (introduced in 0.11.0) | ||
boolean |
(Optional) Return verbose result for | ||
'DIVIDE_BINARY_SEARCH' | 'SCAN' | 'PLAIN_BINARY_SEARCH' |
(Optional) Algorithm to use to look up the dictionary ids for the IN clause values. | ||
boolean |
(Optional) Indicates that the values in the IN clause are already sorted. | ||
number |
(Optional) Maximum threads to use to execute the query. | ||
number |
(Optional) Maximum serialized response size across all servers for a query. | ||
number |
(Optional) Maximum rows allowed in join hash-table creation phase. | ||
number |
(Optional) Maximum length of the serialized response per server for a query. | ||
number |
(Optional) Minimum groups to keep when trimming groups at the segment level for group-by queries. | ||
number |
(Optional) Minimum groups to keep when trimming groups at the server level for group-by queries. | ||
number |
(Optional) Number of replica groups to query when replica-group based routing is enabled. (introduced in 0.11.0) | ||
TQueueTolerancePredefined | number |
(Optional) Queue tolerance in percent of | ||
string |
(Optional) Which indexes to skip usage of, per-column. Format: | ||
boolean |
(Optional) For upsert-enabled table, skip the effect of upsert and query all records. | ||
number |
(Optional) Timeout of the query in milliseconds. | ||
boolean |
(Optional) Use multi-stage engine to execute the query. (introduced in 0.11.0) | ||
boolean |
(Optional) Use star-tree index if available. (introduced in 0.11.0) |