Module expression

Source

Structs§

FilterPlan
FtsQueryParser
A parser for indices that handle queries with the contains_tokens function
IndexedExpression
An indexed expression consists of a scalar index query with a post-scan filter
LabelListQueryParser
A parser for indices that handle label list queries
MultiQueryParser
A generic parser that wraps multiple scalar query parsers
SargableQueryParser
A parser for indices that handle SARGable queries
ScalarIndexSearch
This represents a search into a scalar index
TextQueryParser
A parser for indices that handle string contains queries

Enums§

IndexExprResult
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