Module optimizer

Source

Modules§

constant_term
count_wildcard
parallelize_scan
pass_distribution
remove_duplicate
scan_hint
string_normalization
transcribe_atat
type_conversion
windowed_sort

Traits§

ExtensionAnalyzerRule
ExtensionAnalyzerRules 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 accepts QueryEngineContext as the second parameter.