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

Method getNumTuples

src/main/query_result/materialized_query_result.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37uint64_t MaterializedQueryResult::getNumTuples() const {
38 checkDatabaseClosedOrThrow();
39 validateQuerySucceed();
40 return table->getTotalNumFlatTuples();
41}
42
43bool MaterializedQueryResult::hasNext() const {
44 checkDatabaseClosedOrThrow();

Callers

nothing calls this directly

Calls 1

getTotalNumFlatTuplesMethod · 0.80

Tested by

no test coverage detected