MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / hasNext

Method hasNext

src/main/query_result/materialized_query_result.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43bool MaterializedQueryResult::hasNext() const {
44 checkDatabaseClosedOrThrow();
45 validateQuerySucceed();
46 return iterator->hasNext();
47}
48
49std::shared_ptr<FlatTuple> MaterializedQueryResult::getNext() {
50 checkDatabaseClosedOrThrow();

Callers 2

toStringMethod · 0.45
getNextArrowChunkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected