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

Method setAutoExecute

src/IO/tests/gtest_writebuffer_s3.cpp:468–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466 virtual DB::ThreadPoolCallbackRunnerUnsafe<void> getScheduler() { return {}; }
467 virtual void execute(size_t) {}
468 virtual void setAutoExecute(bool) {}
469
470 virtual size_t size() const { return 0; }
471 virtual bool empty() const { return size() == 0; }

Callers 3

getWriteBufferMethod · 0.45
runSimpleScenarioMethod · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected