Module feature

Source
Expand description

Query features.

Macrosยง

feature ๐Ÿ”’
A simple helper to construct a QueryFeatureDescription.
keyword_evaluator ๐Ÿ”’
A simple helper macro to create a keyword evaluator.

Structsยง

FeatureFlags
Different flags or toggles that change how a expression is parsed or evaluated.
QueryFeatureDescription
A description of a feature.

Enumsยง

AllowsRanges
Whether a feature allows ranges or not.
Evaluator
An evaluator for a given feature.

Type Aliasesยง

KeywordDiscriminant
A generic discriminant for an enum value.
KeywordParser
Parses a given identifier.
KeywordSerializer
Serializes a given discriminant.
QueryFeatureGetter ๐Ÿ”’