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

Method GetSecretFromKeyStore

be/src/service/frontend.cc:467–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467Status Frontend::GetSecretFromKeyStore(const string& secret_key, string* secret) {
468 TStringLiteral secret_key_t;
469 secret_key_t.__set_value(secret_key);
470 return JniUtil::CallStaticJniMethod(fe_class_, get_secret_from_key_store_, secret_key_t,
471 secret);
472}
473
474Status Frontend::HiveLegacyTimezoneConvert(
475 const string& timezone, long utc_time_millis, TCivilTime* local_time) {

Callers 2

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected