Modules§
Traits§
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.