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

Method TrimPrepare

be/src/exprs/string-functions-ir.cc:746–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744}
745
746void StringFunctions::TrimPrepare(FunctionContext* context,
747 FunctionContext::FunctionStateScope scope) {
748 bool utf8_mode = context->impl()->GetConstFnAttr(FunctionContextImpl::UTF8_MODE);
749 DoTrimPrepare(context, scope, utf8_mode);
750}
751
752void StringFunctions::Utf8TrimPrepare(FunctionContext* context,
753 FunctionContext::FunctionStateScope scope) {

Callers

nothing calls this directly

Calls 2

GetConstFnAttrMethod · 0.80
implMethod · 0.80

Tested by

no test coverage detected