Structs§
CompactedRow
is used in streaming executors’ cache, which takes less memory thanVec<Datum>
. Executors need to serialize Row intoCompactedRow
before writing into cache.
CompactedRow
is used in streaming executors’ cache, which takes less memory than Vec<Datum>
.
Executors need to serialize Row into CompactedRow
before writing into cache.