Module datafusion_physical_expr::tree_node
source · Structs§
- 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 viaSelf::update_expr_from_children
.