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

Method Shutdown

be/src/runtime/blocking-row-batch-queue.cc:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void BlockingRowBatchQueue::Shutdown() {
62 batch_queue_->Shutdown();
63}
64
65void BlockingRowBatchQueue::Cleanup() {
66 unique_ptr<RowBatch> batch = nullptr;

Callers 5

~ExecEnvMethod · 0.45
StopKrpcBackendMethod · 0.45
~KrpcDataStreamMgrMethod · 0.45
ReleaseResourcesMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

StopKrpcBackendMethod · 0.36
TEST_FFunction · 0.36