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

Method impl

be/src/udf/udf.h:271–271  ·  view source on GitHub ↗

Returns the underlying opaque implementation object. The UDF/UDA should not use this. This is used internally.

Source from the content-addressed store, hash-verified

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

Callers 15

NullIfZeroMethod · 0.80
SubstringMethod · 0.80
LengthMethod · 0.80
LowerMethod · 0.80
UpperMethod · 0.80
InitCapMethod · 0.80
ReverseMethod · 0.80
TrimPrepareMethod · 0.80
InstrMethod · 0.80
LevenshteinMethod · 0.80
JaroSimilarityMethod · 0.80
DamerauLevenshteinMethod · 0.80

Calls

no outgoing calls

Tested by 8

TestGetFnAttrsFunction · 0.64
TearDownMethod · 0.64
TestDecimalMethod · 0.64
SetConstantArgsMethod · 0.64
CloseContextMethod · 0.64