MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / resetInputCallbacks

Method resetInputCallbacks

src/Interpreters/Context.cpp:7227–7234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7225
7226
7227void Context::resetInputCallbacks()
7228{
7229 if (input_initializer_callback)
7230 input_initializer_callback = {};
7231
7232 if (input_blocks_reader)
7233 input_blocks_reader = {};
7234}
7235
7236void Context::clearTableFunctionResults()
7237{

Callers 2

executeQueryImplFunction · 0.80
executeASTFuzzerQueriesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected