Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
catalog-util.cc File Reference
#include <boost/algorithm/string.hpp>
#include <sstream>
#include "catalog/catalog-util.h"
#include "common/status.h"
#include "util/debug-util.h"
#include "common/names.h"
Include dependency graph for catalog-util.cc:

Go to the source code of this file.

Namespaces

 impala
 This file contains type definitions that are used throughout the code base.
 

Functions

TCatalogObjectType::type impala::TCatalogObjectTypeFromName (const string &name)
 
Status impala::TCatalogObjectFromEntryKey (const string &key, TCatalogObject *catalog_object)
 
Status impala::TCatalogObjectFromObjectName (const TCatalogObjectType::type &object_type, const string &object_name, TCatalogObject *catalog_object)
 
string impala::TCatalogObjectToEntryKey (const TCatalogObject &catalog_object)