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

Method finalize

src/IO/AsynchronousReadBufferFromFileDescriptor.cpp:154–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152
153
154void AsynchronousReadBufferFromFileDescriptor::finalize()
155{
156 if (prefetch_future.valid())
157 {
158 prefetch_future.wait();
159 prefetch_future = {};
160 last_prefetch_info = {};
161 }
162}
163
164
165AsynchronousReadBufferFromFileDescriptor::AsynchronousReadBufferFromFileDescriptor(

Callers

nothing calls this directly

Calls 2

validMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected