Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
template<>
67
void UdaTestHarnessUtil::FreeIntermediate(
68
FunctionContext* context, const BufferVal& v) {
69
context->Free(v);
70
}
71
72
template<>
73
BufferVal UdaTestHarnessUtil::CopyIntermediate(
Callers
nothing calls this directly
Calls
1
Free
Method · 0.45
Tested by
no test coverage detected