Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Utility class to construct full paths relative to the impala_home path. More...
#include <path-builder.h>
Static Public Member Functions | |
static void | GetFullPath (const std::string &path, std::string *full_path) |
Sets full_path to <IMPALA_HOME>/path. More... | |
static void | GetFullBuildPath (const std::string &path, std::string *full_path) |
Sets full_path to <IMPALA_HOME>/<build><debug or="" release>="">/path. More... | |
Static Private Member Functions | |
static void | LoadImpalaHome () |
Load impala_home_ if it is not already loaded. More... | |
Static Private Attributes | |
static const char * | impala_home_ |
Cache of env['IMPALA_HOME']. More... | |
Utility class to construct full paths relative to the impala_home path.
Definition at line 24 of file path-builder.h.
|
static |
Sets full_path to <IMPALA_HOME>/<build><debug or="" release>="">/path.
Definition at line 38 of file path-builder.cc.
References impala_home_, LoadImpalaHome(), and path().
Referenced by impala::LibCache::InitInternal().
|
static |
Sets full_path to <IMPALA_HOME>/path.
Definition at line 31 of file path-builder.cc.
References impala_home_, LoadImpalaHome(), and path().
Referenced by impala::LlvmCodeGen::LoadImpalaIR().
|
staticprivate |
Load impala_home_ if it is not already loaded.
Definition at line 26 of file path-builder.cc.
References impala_home_.
Referenced by GetFullBuildPath(), and GetFullPath().
|
staticprivate |
Cache of env['IMPALA_HOME'].
Definition at line 34 of file path-builder.h.
Referenced by GetFullBuildPath(), GetFullPath(), and LoadImpalaHome().