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

Method IsOpen

be/src/runtime/spillable-row-batch-queue.cc:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141bool SpillableRowBatchQueue::IsOpen() const {
142 return !closed_;
143}
144
145void SpillableRowBatchQueue::Close() {
146 if (closed_) return;

Callers 1

SendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected