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

Method GetNextScanRangeToRead

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

Source from the content-addressed store, hash-verified

559}
560
561Status HdfsScanNode::GetNextScanRangeToRead(
562 io::ScanRange** scan_range, bool* needs_buffers) {
563 return reader_context_->GetNextUnstartedRange(scan_range, needs_buffers);
564}

Callers

nothing calls this directly

Calls 1

GetNextUnstartedRangeMethod · 0.80

Tested by

no test coverage detected