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

Expand description

Expression visitor

Enums

Controls how the visitor recursion should proceed.

Traits

trait for types that can be visited by ExpressionVisitor
Implements the visitor pattern for recursively walking Exprs.

Functions

Recursively inspect an Expr and all its childen.