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

Function AggDateIntermediateFinalize

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

Source from the content-addressed store, hash-verified

201}
202
203IMPALA_UDF_EXPORT
204DateVal AggDateIntermediateFinalize(FunctionContext* context, const DateVal&) {
205 ValidateFunctionContext4(context);
206 return DateVal::null();
207}
208
209// Defines MemTest(bigint) return bigint
210// "Allocates" the specified number of bytes in the update function and frees them in the

Callers

nothing calls this directly

Calls 1

ValidateFunctionContext4Function · 0.85

Tested by

no test coverage detected