MCPcopy Create free account
hub / github.com/apache/impala / operator()

Method operator()

be/src/runtime/blocking-row-batch-queue.h:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33/// queue is only used in scan nodes that don't attach buffers.
34struct RowBatchBytesFn {
35 int64_t operator()(const std::unique_ptr<RowBatch>& batch) {
36 return batch->tuple_data_pool()->total_reserved_bytes();
37 }
38};
39
40/// Provides blocking queue semantics for row batches. Row batches have a property that

Callers

nothing calls this directly

Calls 2

total_reserved_bytesMethod · 0.80
tuple_data_poolMethod · 0.80

Tested by

no test coverage detected