Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
141
bool SpillableRowBatchQueue::IsOpen() const {
142
return !closed_;
143
}
144
145
void SpillableRowBatchQueue::Close() {
146
if (closed_) return;
Callers
1
Send
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected