MCPcopy Create free account
hub / github.com/ByConity/ByConity / getRowsBeforeLimit

Method getRowsBeforeLimit

src/DataStreams/BlockStreamProfileInfo.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70size_t BlockStreamProfileInfo::getRowsBeforeLimit() const
71{
72 if (!calculated_rows_before_limit)
73 calculateRowsBeforeLimit();
74 return rows_before_limit;
75}
76
77
78bool BlockStreamProfileInfo::hasAppliedLimit() const

Callers 8

onProfileInfoMethod · 0.80
streamCopyDataMethod · 0.80
copyDataImplFunction · 0.80
tryGenerateMethod · 0.80
workMethod · 0.80
generateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected