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

Method onProfileInfo

programs/client/Client.cpp:2475–2479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2473
2474
2475 void onProfileInfo(const BlockStreamProfileInfo & profile_info)
2476 {
2477 if (profile_info.hasAppliedLimit() && output_format)
2478 output_format->setRowsBeforeLimit(profile_info.getRowsBeforeLimit());
2479 }
2480
2481
2482 void onEndOfStream()

Callers

nothing calls this directly

Calls 3

getRowsBeforeLimitMethod · 0.80
hasAppliedLimitMethod · 0.45
setRowsBeforeLimitMethod · 0.45

Tested by

no test coverage detected