| 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_; } |
no outgoing calls
no test coverage detected