Expand description
Required source columns and row metadata for physical query projection.
Structs§
Functions§
- collect_
from_ qualifiers - column_
prune_ for_ stmt - column_
prune_ for_ stmt_ with_ filter - Compute the document projection for
stmtwhile treatingfilteras the only predicate that remains to be evaluated by the relational pipeline. Accelerated retrieval consumes its search predicate before constructing a scored document source, so its field arguments are index dependencies rather than row-materialization dependencies. Callers that have executed retrieval pass only the residual predicate here; ordinary scans retain the statement’s originalWHEREviacolumn_prune_for_stmt.