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§
- Physical
Index Lookup - Physical operator for index-based point lookup.