Skip to main content

hydrate_array

Function hydrate_array 

Source
pub fn hydrate_array(
    rows: &[RowData],
) -> Result<Vec<Vec<Value>>, HydrationError>
Expand description

Array 模式:每行 → Vec<Value>(按列名排序后顺序)