Function datafusion_expr::logical_plan::builder::unnest
source · pub fn unnest(input: LogicalPlan, column: Column) -> Result<LogicalPlan>
Expand description
Create an unnest plan.
pub fn unnest(input: LogicalPlan, column: Column) -> Result<LogicalPlan>
Create an unnest plan.