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

Method effective_user

be/src/udf/udf.cc:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315const char* FunctionContext::effective_user() const {
316 if (impl_->state_ == NULL) return NULL;
317 return impl_->state_->GetEffectiveUser().c_str();
318}
319
320FunctionContext::UniqueId FunctionContext::query_id() const {
321 UniqueId id;

Callers 12

EffectiveUserMethod · 0.80
InitMethod · 0.80
GetExecSummaryMethod · 0.80
KillQueryMethod · 0.80
fetchMethod · 0.80
get_results_metadataMethod · 0.80
get_stateMethod · 0.80
get_logMethod · 0.80
CloseInsertInternalMethod · 0.80
OtelTraceManagerMethod · 0.80
StartChildSpanInitMethod · 0.80

Calls 1

GetEffectiveUserMethod · 0.80

Tested by

no test coverage detected