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

Method done

be/src/exec/hdfs-scan-node.h:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 virtual bool HasRowBatchQueue() const override { return true; }
84
85 bool done() const { return done_.Load(); }
86
87 /// Adds ranges to the io mgr queue and starts up new scanner threads if possible.
88 /// The enqueue_location parameter determines the location at which the scan ranges are

Callers 5

cancelledMethod · 0.45
GetNextMethod · 0.45
CloseMethod · 0.45
ScannerThreadMethod · 0.45
AddDiskIoRangesMethod · 0.45

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected