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

Method cancelled

be/src/exec/scanner-context.cc:378–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378bool ScannerContext::cancelled() const {
379 if (state_->is_cancelled()) return true;
380 if (!scan_node_->HasRowBatchQueue()) return false;
381 return static_cast<HdfsScanNode*>(scan_node_)->done();
382}
383
384bool ScannerContext::Stream::ValidateBufferPointers() const {
385 // If there are bytes left in the boundary buffer, the output buffer pointers must point

Callers 8

GetNextBufferMethod · 0.45
GetBufferMethod · 0.45
GetBytesInternalMethod · 0.45
CommitRowsMethod · 0.45
CommitRowsMethod · 0.45
AssembleCollectionMethod · 0.45
AssembleRowsMethod · 0.45
AssembleCollectionMethod · 0.45

Calls 3

is_cancelledMethod · 0.45
HasRowBatchQueueMethod · 0.45
doneMethod · 0.45

Tested by

no test coverage detected