MCPcopy Create free account
hub / github.com/apache/impala / BooleanVal ValidateOpen

Function BooleanVal ValidateOpen

be/src/testutil/test-udfs.cc:372–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372IMPALA_UDF_EXPORT
373BooleanVal ValidateOpen(FunctionContext* context, const IntVal& dummy) {
374 void* state = context->GetFunctionState(FunctionContext::THREAD_LOCAL);
375 return BooleanVal(state != NULL);
376}
377
378IMPALA_UDF_EXPORT
379void ValidateOpenClose(

Callers

nothing calls this directly

Calls 2

BooleanValClass · 0.85
GetFunctionStateMethod · 0.80

Tested by

no test coverage detected