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

Function AggDateIntermediateUpdate

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

Source from the content-addressed store, hash-verified

184}
185
186IMPALA_UDF_EXPORT
187void AggDateIntermediateUpdate(FunctionContext* context, const DateVal&,
188 const IntVal&, DateVal*) {
189 ValidateFunctionContext4(context);
190}
191
192IMPALA_UDF_EXPORT
193void AggDateIntermediateInit(FunctionContext* context, DateVal*) {

Callers

nothing calls this directly

Calls 1

ValidateFunctionContext4Function · 0.85

Tested by

no test coverage detected