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

Method getCtx

be/src/udf/udf-test.cc:348–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346 ~FunctionCtxGuard() { UdfTestHarness::CloseContext(ctx_.get()); }
347
348 FunctionContext* getCtx() { return ctx_.get(); }
349 private:
350 static const FunctionContext::TypeDesc return_type;
351 static const std::vector<FunctionContext::TypeDesc> arg_types;

Calls 1

getMethod · 0.65

Tested by

no test coverage detected