isColumnarDecompressZeroCopyViewForTest function

  1. @visibleForTesting
bool isColumnarDecompressZeroCopyViewForTest(
  1. Uint8List view
)

True when view is a zero-copy native decompress buffer (tests only).

Implementation

@visibleForTesting
bool isColumnarDecompressZeroCopyViewForTest(Uint8List view) =>
    _decompressZeroCopyOwners[view] != null;