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

Method InitJNI

be/src/exec/external-data-source-executor.cc:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121};
122
123Status ExternalDataSourceExecutor::InitJNI(MetricGroup* metrics) {
124 // Initializes the JniState singleton and initializes the metric values.
125 JniState& s = JniState::GetInstance();
126 RETURN_IF_ERROR(s.Init(metrics));
127 RETURN_IF_ERROR(s.UpdateClassCacheMetrics());
128 return Status::OK();
129}
130
131ExternalDataSourceExecutor::~ExternalDataSourceExecutor() {
132 DCHECK(!is_initialized_);

Callers

nothing calls this directly

Calls 3

OKFunction · 0.85
InitMethod · 0.45

Tested by

no test coverage detected