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

Function _fullTableName

be/src/catalog/workload-management-init.cc:81–83  ·  view source on GitHub ↗

Returns the fully qualified table name in format "db.tbl_name".

Source from the content-addressed store, hash-verified

79
80/// Returns the fully qualified table name in format "db.tbl_name".
81static const string _fullTableName(const string& db, const string& tbl_name) {
82 return StrCat(db, ".", tbl_name);
83} // function _fullTableName
84
85/// Builds a catalog service request header that can be used in any catalog operation.
86static TCatalogServiceRequestHeader _getHeader(const string& ip_addr) {

Callers 3

_dropTableFunction · 0.85
_tableSchemaManagementFunction · 0.85

Calls 1

StrCatFunction · 0.50

Tested by

no test coverage detected