Skip to main content

Module index_lookup

Module index_lookup 

Source
Expand description

PhysicalIndexLookup — point lookup via ART index.

Uses the ART index on a table’s primary key column to efficiently find a single row. Produces a DataChunk with the matching row’s column values or empty result if the key is not found.

Structs§

PhysicalIndexLookup
Physical operator for index-based point lookup.