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

Expand description

Expression rewriter

Enums

Traits

  • A trait for marking types that are rewritable by ExprRewriter
  • Trait for potentially recursively rewriting an Expr expression tree. When passed to Expr::rewrite, ExpressionVisitor::mutate is invoked recursively on all nodes of an expression tree.

Functions