Returns the underlying opaque implementation object. The UDF/UDA should not use this. This is used internally.
| 269 | /// Returns the underlying opaque implementation object. The UDF/UDA should not |
| 270 | /// use this. This is used internally. |
| 271 | impala::FunctionContextImpl* impl() const { return impl_; } |
| 272 | |
| 273 | const BuiltInFunctions* Functions() const; |
| 274 |
no outgoing calls