Skip to main content

rows_from_value

Function rows_from_value 

Source
pub fn rows_from_value(value: Value) -> Vec<Row> 
Expand description

Projects any JSON value into a row stream for pipeline-oriented processing.

Arrays expand into one row per item. Objects become single rows directly. Scalars become a single row under the canonical value column.