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

Method FreeIntermediate

be/src/udf/uda-test-harness-impl.h:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66template<>
67void UdaTestHarnessUtil::FreeIntermediate(
68 FunctionContext* context, const BufferVal& v) {
69 context->Free(v);
70}
71
72template<>
73BufferVal UdaTestHarnessUtil::CopyIntermediate(

Callers

nothing calls this directly

Calls 1

FreeMethod · 0.45

Tested by

no test coverage detected