Modules§
- constant_
term - count_
wildcard - parallelize_
scan - pass_
distribution - remove_
duplicate - scan_
hint - string_
normalization - transcribe_
atat - type_
conversion - windowed_
sort
Traits§
- Extension
Analyzer Rule ExtensionAnalyzerRule
s transform [LogicalPlan
]s in some way to make the plan valid prior to the rest of the DataFusion optimization process. It’s an extension of datafusion [AnalyzerRule
]s but acceptsQueryEngineContext
as the second parameter.