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

Function recursiveResizeChildren

bolt/exec/GroupingSet.cpp:2054–2063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2052 !ignoreNullKeys_,
2053 accumulators(true),
2054 std::vector<TypePtr>(),
2055 false,
2056 false,
2057 true,
2058 false,
2059 false /*useListRowIndex*/,
2060 &pool_,
2061 table_->rows()->stringAllocatorShared());
2062 initializeAggregates(aggregates_, *intermediateRows_, true);
2063 table_.reset();
2064}
2065
2066namespace {

Callers 1

toIntermediateMethod · 0.85

Calls 3

typeKindMethod · 0.45
childrenMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected