pub fn unsupported_buffer_replacement<V: VTable>(
array: ArrayView<'_, V>,
_buffers: &[BufferHandle],
) -> VortexResult<ArrayParts<V>>Expand description
Reject buffer replacement for encodings whose exposed buffers are not runtime backing buffers.