isColumnarDecompressZeroCopyViewForTest function
True when view is a zero-copy native decompress buffer (tests only).
Implementation
@visibleForTesting
bool isColumnarDecompressZeroCopyViewForTest(Uint8List view) =>
_decompressZeroCopyOwners[view] != null;