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::physical_plan::rewrite - Rust
[go: Go Back, main page]

Expand description

Trait to make Executionplan rewritable

Enums

Traits

  • a Trait for marking tree node types that are rewritable
  • Trait for potentially recursively transform an TreeNodeRewritable node tree. When passed to TreeNodeRewritable::transform_using, TreeNodeRewriter::mutate is invoked recursively on all nodes of a tree.