Interface ColumnarBatchCacheEntryV1Experimental

A record plus the envelope bytes it accounts for.

interface ColumnarBatchCacheEntryV1 {
    envelope: Uint8Array;
    record: ColumnarBatchCacheRecordV1;
}

Properties

Properties

envelope: Uint8Array