MCPcopy Create free account
hub / github.com/apache/impala / AggDateIntermediateInit

Function AggDateIntermediateInit

be/src/testutil/test-udas.cc:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192IMPALA_UDF_EXPORT
193void AggDateIntermediateInit(FunctionContext* context, DateVal*) {
194 ValidateFunctionContext4(context);
195}
196
197IMPALA_UDF_EXPORT
198void AggDateIntermediateMerge(FunctionContext* context, const DateVal&,

Callers

nothing calls this directly

Calls 1

ValidateFunctionContext4Function · 0.85

Tested by

no test coverage detected