Skip to main content

inline

Function inline 

Source
pub fn inline(column: &Column) -> Column
Expand description

Explode list of structs into rows; struct fields become columns after unnest (PySpark inline). Returns the exploded struct column; use unnest to expand struct fields to columns.