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
project in datafusion::logical_expr::logical_plan::builder - Rust
[go: Go Back, main page]

Function datafusion::logical_expr::logical_plan::builder::project

source ·
pub fn project(
    plan: LogicalPlan,
    expr: impl IntoIterator<Item = impl Into<Expr>>,
) -> Result<LogicalPlan, DataFusionError>
Expand description

Create Projection

§Errors

This function errors under any of the following conditions:

  • Two or more expressions have the same name
  • An invalid expression is used (e.g. a sort expression)