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
unnormalize_col in datafusion_expr::expr_rewriter - Rust
[go: Go Back, main page]

pub fn unnormalize_col(expr: Expr) -> Expr
Expand description

Recursively ‘unnormalize’ (remove all qualifiers) from an expression tree.

For example, if there were expressions like foo.bar this would rewrite it to just bar.