Expand description

Query optimizer traits

Structs

A rule-based optimizer.

Placeholder for optimizer configuration options

Traits

OptimizerRule transforms one [‘LogicalPlan’] into another which computes the same results, but in a potentially more efficient way.