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

Module tree_node

Source
Expand description

This module provides common traits for visiting or rewriting tree nodes easily.

Structs§

ExprContext
A node object encapsulating a PhysicalExpr node with a payload. Since there are two ways to access child plans—directly from the plan and through child nodes—it’s recommended to perform mutable operations via Self::update_expr_from_children.