Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 549 Bytes

pinot-noir.ipinotqueryoptions.inpredicatelookupalgorithm.md

File metadata and controls

13 lines (8 loc) · 549 Bytes

Home > pinot-noir > IPinotQueryOptions > inPredicateLookupAlgorithm

IPinotQueryOptions.inPredicateLookupAlgorithm property

Algorithm to use to look up the dictionary ids for the IN clause values.

Signature:

inPredicateLookupAlgorithm?: 'DIVIDE_BINARY_SEARCH' | 'SCAN' | 'PLAIN_BINARY_SEARCH';