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

Function getSharedState

src/include/processor/operator/table_function_call.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54 const TableFunctionCallInfo& getInfo() const { return info; }
55 std::shared_ptr<function::TableFuncSharedState> getSharedState() const { return sharedState; }
56
57 bool isSource() const override { return true; }
58

Callers 2

executeInternalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected