| 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; |
no test coverage detected