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

Function physical_name

Source
pub fn physical_name(expr: &Expr) -> Result<String>
Expand description

The name of the column (field) that this Expr will produce in the physical plan. The difference from Expr::schema_name is that top-level columns are unqualified.