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

Method combineState

src/include/function/aggregate_function.h:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 void combineState(uint8_t* state, uint8_t* otherState,
87 common::InMemOverflowBuffer* overflowBuffer) const {
88 return combineFunc(state, otherState, overflowBuffer);
89 }
90
91 void finalizeState(uint8_t* state) const { return finalizeFunc(state); }
92

Callers 3

mergeMethod · 0.80

Calls 1

combineFuncFunction · 0.50

Tested by

no test coverage detected