Module expression

Source

Structs§

FilterPlan
IndexedExpression
An indexed expression consists of a scalar index query with a post-scan filter
LabelListQueryParser
SargableQueryParser

Enums§

ScalarIndexExpr
This represents a lookup into one or more scalar indices

Traits§

IndexInformationProvider
A trait to be used in apply_scalar_indices to inform the function which columns are indexeds
PlannerIndexExt
ScalarIndexLoader
A trait implemented by anything that can load indices by name
ScalarQueryParser

Functions§

apply_scalar_indices
Attempt to split a filter expression into a search of scalar indexes and an optional post-search refinement query