MCPcopy Create free account
hub / github.com/bytedance/bolt / noMoreSplits

Method noMoreSplits

bolt/exec/tests/utils/Cursor.cpp:347–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345 }
346
347 bool noMoreSplits() const override {
348 return noMoreSplits_;
349 }
350
351 bool hasNext() override {
352 return queue_->hasNext();

Callers 15

executeSerialMethod · 0.45
TEST_FFunction · 0.45
addRemoteSplitsMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
makeAddSplitFunction · 0.45
TEST_FFunction · 0.45
addHiveSplitsMethod · 0.45
addRemoteSplitsMethod · 0.45
DEBUG_ONLY_TEST_FFunction · 0.45
TEST_PFunction · 0.45
addRemoteSplitsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected