Module rules

Module rules 

Source

Structs§

AnyArray
Matches any array type (wildcard matcher)
Exact
Matches a specific Array by its encoding ID.

Enums§

MatchKey

Traits§

ArrayParentReduceRule
A rewrite rule that transforms arrays based on parent context
ArrayReduceRule
A rewrite rule that transforms arrays based on the array itself and its children
DynArrayParentReduceRule
Dynamic trait for array parent reduce rules
DynArrayReduceRule
Dynamic trait for array reduce rules
Matcher
Trait for matching array types in optimizer rules