MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / writeAggResultWithoutNullToVector

Function writeAggResultWithoutNullToVector

src/processor/map/map_aggregate.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100static void writeAggResultWithoutNullToVector(ValueVector& vector, uint64_t pos,
101 AggregateState* aggregateState) {
102 vector.setNull(pos, false);
103 aggregateState->writeToVector(&vector, pos);
104}
105
106static std::vector<move_agg_result_to_vector_func> getMoveAggResultToVectorFuncs(
107 std::vector<AggregateFunction>& aggregateFunctions) {

Callers

nothing calls this directly

Calls 2

setNullMethod · 0.45
writeToVectorMethod · 0.45

Tested by

no test coverage detected