pub fn hydrate_array( rows: &[RowData], ) -> Result<Vec<Vec<Value>>, HydrationError>
Array 模式:每行 → Vec<Value>(按列名排序后顺序)
Vec<Value>