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