MCPcopy Create free account
hub / github.com/apache/impala / total_reservation

Method total_reservation

be/src/exec/scanner-context.h:402–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400
401 BufferPool::ClientHandle* bp_client() const { return bp_client_; }
402 int64_t total_reservation() const { return total_reservation_; }
403 HdfsPartitionDescriptor* partition_descriptor() const { return partition_desc_; }
404 const std::vector<FilterContext>& filter_ctxs() const { return filter_ctxs_; }
405 MemPool* expr_results_pool() const { return expr_results_pool_; }

Callers 2

ProcessSplitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected