Home > pinot-noir > IPinotQueryOptions > inPredicateLookupAlgorithm
Algorithm to use to look up the dictionary ids for the IN clause values.
Signature:
inPredicateLookupAlgorithm?: 'DIVIDE_BINARY_SEARCH' | 'SCAN' | 'PLAIN_BINARY_SEARCH';
Home > pinot-noir > IPinotQueryOptions > inPredicateLookupAlgorithm
Algorithm to use to look up the dictionary ids for the IN clause values.
Signature:
inPredicateLookupAlgorithm?: 'DIVIDE_BINARY_SEARCH' | 'SCAN' | 'PLAIN_BINARY_SEARCH';