MCPcopy Create free account
hub / github.com/bytedance/bolt / checkRowBasedSpillStats

Function checkRowBasedSpillStats

bolt/exec/tests/AggregationTest.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154 void extractAccumulators(
155 char** /*groups*/,
156 int32_t /*numGroups*/,
157 VectorPtr* /*result*/) override {}
158};
159
160void checkSpillStats(PlanNodeStats& stats, bool expectedSpill) {
161 if (expectedSpill) {
162 ASSERT_GT(stats.spilledRows, 0);

Callers 2

TEST_PFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected