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

Function getNextTuplesInternal

src/include/processor/operator/sink.h:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 virtual void executeInternal(ExecutionContext* context) = 0;
57
58 bool getNextTuplesInternal(ExecutionContext* /*context*/) final {
59 throw common::InternalException(
60 "getNextTupleInternal() should not be called on sink operator.");
61 }
62
63protected:
64 std::unique_ptr<ResultSetDescriptor> resultSetDescriptor;

Callers 1

getNextTupleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected