Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
void 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
checkByCompressedReadBuffer
Function · 0.45
mainEntryClickHouseCompressor
Function · 0.45
isNeedToAddEmptyBlock
Method · 0.45
readNextWindow
Method · 0.45
seekpos
Method · 0.45
read
Method · 0.45
Seek
Method · 0.45
readSync
Method · 0.45
copyDataToFile
Method · 0.45
writeFile
Method · 0.45
read
Method · 0.45
downloadImpl
Method · 0.45
Calls
no outgoing calls
Tested by
2
tail
Function · 0.36
get_memory_usage_from_client_output_and_close
Function · 0.36