CachedBatch¶
CachedBatch is an abstraction of cached batches of data with the numRows and sizeInBytes metrics.
Contract¶
numRows¶
numRows: Int
Used when:
CachedRDDBuilderis requested to buildBuffersInMemoryTableScanExecphysical operator is requested for the inputRDD
sizeInBytes¶
sizeInBytes: Long
Used when:
CachedRDDBuilderis requested to buildBuffers