Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ assertEOF
Function
assertEOF
src/IO/ReadHelpers.cpp:190–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
189
190
void assertEOF(ReadBuffer & buf)
191
{
192
if (!buf.eof())
193
throwAtAssertionFailed(
"eof"
, buf);
194
}
195
196
void assertNotEOF(ReadBuffer & buf)
197
{
Callers
15
executeImpl
Method · 0.85
parse
Method · 0.85
deserializeFrom
Method · 0.85
checkDataPart
Function · 0.85
tryParseValueFromID
Method · 0.85
read
Method · 0.85
parse
Method · 0.85
deserializeCommittingBlockOpFromString
Function · 0.85
parse
Method · 0.85
loadChecksums
Method · 0.85
loadRowsCountFileForUnexpectedPart
Method · 0.85
loadRowsCount
Method · 0.85
Calls
2
throwAtAssertionFailed
Function · 0.85
eof
Method · 0.45
Tested by
no test coverage detected