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

Method needAsyncPrefetch

src/IO/ReadPipeline.cpp:141–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void ReadPipeline::needAsyncPrefetch(
142 IAsynchronousReader & reader,
143 AsyncReadCountersPtr async_read_counters,
144 FilesystemReadPrefetchesLogPtr prefetches_log)
145{
146 async_prefetch = AsyncPrefetchStage{
147 .reader = &reader,
148 .async_read_counters = std::move(async_read_counters),
149 .prefetches_log = std::move(prefetches_log)};
150}
151
152void ReadPipeline::needDecryption(String path, size_t buffer_size, KeyFinderFunc key_finder)
153{

Callers 2

createReadBufferFunction · 0.80
prepareReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected