Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#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"
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) |