Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::optimizer::optimizer - Rust
[go: Go Back, main page]

Module datafusion::optimizer::optimizer

source ·
Expand description

Structs§

Enums§

  • Specifies how recursion for an OptimizerRule should be handled.

Traits§

  • Options to control the DataFusion Optimizer.
  • OptimizerRules transforms one LogicalPlan into another which computes the same results, but in a potentially more efficient way. If there are no suitable transformations for the input plan, the optimizer should simply return it unmodified.