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

Method SetError

be/src/exec/hdfs-scan-node.cc:555–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555void HdfsScanNode::SetError(const Status& status) {
556 discard_result(ExecDebugAction(TExecNodePhase::SCANNER_ERROR, runtime_state_));
557 unique_lock<timed_mutex> l(lock_);
558 SetDoneInternal(status);
559}
560
561Status HdfsScanNode::GetNextScanRangeToRead(
562 io::ScanRange** scan_range, bool* needs_buffers) {

Callers 15

SpaceMethod · 0.45
RepeatMethod · 0.45
LpadMethod · 0.45
RpadMethod · 0.45
ReplaceMethod · 0.45
InstrMethod · 0.45
RegexpPrepareMethod · 0.45
RegexpMatchCount4ArgsMethod · 0.45
ConcatMethod · 0.45
ConcatWsMethod · 0.45
ParseUrlPrepareMethod · 0.45

Calls 1

discard_resultFunction · 0.85

Tested by

no test coverage detected