Function mz_persist::indexed::columnar::arrow::realloc_array
source · pub fn realloc_array<A: Array + From<ArrayData>>(
array: &A,
metrics: &ColumnarMetrics,
) -> A
Expand description
Re-allocate the backing storage for a specific array using lgalloc, if it’s configured. (And hopefully-temporarily work around a parquet decoding issue upstream.)