Expand description
Async lookup source trait with predicate and projection pushdown.
Structs§
- Lookup
Source Capabilities - Capabilities that a lookup source advertises.
- Pushdown
Adapter - Wraps a
LookupSourcethat doesn’t support pushdown.
Enums§
- Lookup
Error - Errors from lookup source operations.
Traits§
- Lookup
Source - Async data source for lookup table refresh and query.
- Lookup
Source Dyn - Dyn-compatible version of
LookupSourcefor use asArc<dyn LookupSourceDyn>.
Functions§
- projection_
names - Resolve projection column indices to their names in
schema, in projection order. An empty projection means “all columns” and returns every name in schema order. Shared by the lookup backends to turn thequeryprojection into a column selection.
Type Aliases§
- Column
Id - Column identifier for projection pushdown.