Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
types.cc File Reference
#include "runtime/types.h"
#include <ostream>
#include <sstream>
#include "gen-cpp/TCLIService_constants.h"
#include "common/names.h"
Include dependency graph for types.cc:

Go to the source code of this file.

Namespaces

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

Functions

PrimitiveType impala::ThriftToType (TPrimitiveType::type ttype)
 
TPrimitiveType::type impala::ToThrift (PrimitiveType ptype)
 
string impala::TypeToString (PrimitiveType t)
 
string impala::TypeToOdbcString (PrimitiveType t)
 
ostream & impala::operator<< (ostream &os, const ColumnType &type)