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

Method Version

be/src/exprs/utility-functions-ir.cc:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155StringVal UtilityFunctions::Version(FunctionContext* ctx) {
156 return AnyValUtil::FromString(ctx, GetVersionString());
157}
158
159IntVal UtilityFunctions::Pid(FunctionContext* ctx) {
160 int pid = ctx->impl()->state()->query_ctx().pid;

Callers

nothing calls this directly

Calls 2

FromStringFunction · 0.85
GetVersionStringFunction · 0.85

Tested by

no test coverage detected