pub fn with_empty_buffers<V: VTable>(
vtable: &V,
array: ArrayView<'_, V>,
buffers: &[BufferHandle],
) -> VortexResult<ArrayParts<V>>Expand description
Rebuild an array that has no top-level buffers.
pub fn with_empty_buffers<V: VTable>(
vtable: &V,
array: ArrayView<'_, V>,
buffers: &[BufferHandle],
) -> VortexResult<ArrayParts<V>>Rebuild an array that has no top-level buffers.