Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
catalog-util.h File Reference
#include "gen-cpp/CatalogObjects_types.h"
Include dependency graph for catalog-util.h:
This graph shows which files directly or indirectly include this file:

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 std::string &name)
 
Status impala::TCatalogObjectFromEntryKey (const std::string &key, TCatalogObject *catalog_object)
 
Status impala::TCatalogObjectFromObjectName (const TCatalogObjectType::type &object_type, const std::string &object_name, TCatalogObject *catalog_object)
 
string impala::TCatalogObjectToEntryKey (const TCatalogObject &catalog_object)