MCPcopy Create free account
hub / github.com/apache/datafusion / unnest

Function unnest

datafusion/expr/src/logical_plan/builder.rs:2235–2237  ·  view source on GitHub ↗

Create a [`LogicalPlan::Unnest`] plan

(input: LogicalPlan, columns: Vec<Column>)

Source from the content-addressed store, hash-verified

2233
2234/// Create a [`LogicalPlan::Unnest`] plan
2235pub fn unnest(input: LogicalPlan, columns: Vec<Column>) -> Result<LogicalPlan> {
2236 unnest_with_options(input, columns, UnnestOptions::default())
2237}
2238
2239pub fn get_struct_unnested_columns(
2240 col_name: &String,

Callers 1

unnest_columnMethod · 0.70

Calls 1

unnest_with_optionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…