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

Method seek

src/IO/ReaderExecutor.cpp:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void ReaderExecutor::seek(size_t new_position)
177{
178 LOG_TRACE(log, "seek: {} -> {}", position, new_position);
179 position = new_position;
180 reached_eof = false;
181}
182
183}

Callers 15

isNeedToAddEmptyBlockMethod · 0.45
readNextWindowMethod · 0.45
seekposMethod · 0.45
readMethod · 0.45
SeekMethod · 0.45
readSyncMethod · 0.45
copyDataToFileMethod · 0.45
writeFileMethod · 0.45
readMethod · 0.45
downloadImplMethod · 0.45

Calls

no outgoing calls

Tested by 2

tailFunction · 0.36