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

Method partition_descriptor

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

Source from the content-addressed store, hash-verified

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_; }
406 private:

Callers 15

GetNextBufferMethod · 0.80
OpenMethod · 0.80
GetNextInternalMethod · 0.80
CloseFileRangesMethod · 0.80
OpenMethod · 0.80
ProcessSplitMethod · 0.80
InitNewRangeMethod · 0.80
ReadAllMethod · 0.80
GetNextInternalMethod · 0.80
NextRowGroupMethod · 0.80
ReadToBufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected