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

Method needDistributedCache

src/IO/ReadPipeline.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void ReadPipeline::needDistributedCache(bool include_credentials_in_cache_key)
137{
138 distributed_cache = DistributedCacheStage{.include_credentials_in_cache_key = include_credentials_in_cache_key};
139}
140
141void ReadPipeline::needAsyncPrefetch(
142 IAsynchronousReader & reader,

Callers 2

createReadBufferFunction · 0.80
prepareReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected