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

Method Close

be/src/exec/hdfs-scan-node-mt.cc:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void HdfsScanNodeMt::Close(RuntimeState* state) {
143 if (is_closed()) return;
144 if (scanner_.get() != nullptr) scanner_->Close(nullptr);
145 scanner_.reset();
146 scanner_ctx_.reset();
147 HdfsScanNodeBase::Close(state);
148}
149
150Status HdfsScanNodeMt::AddDiskIoRanges(
151 const vector<ScanRange*>& ranges, EnqueueLocation enqueue_location) {

Callers 2

GetNextMethod · 0.45
CreateAndOpenScannerMethod · 0.45

Calls 2

getMethod · 0.65
resetMethod · 0.65

Tested by

no test coverage detected