Expand description
SQL retrieval argument binding and lowering to runtime-independent expressions.
Structs§
Enums§
- Attention
Spec - Retrieval
Expr - SQL-owned retrieval algebra. Physical scorers, fusers, closures, index choices and top-k strategies do not belong to this representation.
- Text
Scoring Mode
Traits§
- Retrieval
Arguments - Runtime scalar evaluation and graph catalog access; SQL owns recursion and validation order.
Functions§
- lower_
operator_ join_ table_ function - lower_
sql_ function_ bound - lower_
where - Lower representable SQL predicates using the supplied constant evaluator. Unsupported scalar shapes remain relational predicates.
- lower_
where_ bound
Type Aliases§
- Constant
Evaluator - Evaluates a scalar with the caller’s parameter values and without runtime function hooks.