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

Go to the source code of this file.

Classes

class  impala::AnyValUtil
 Utilities for AnyVals. More...
 

Namespaces

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

Functions

AnyValimpala::CreateAnyVal (ObjectPool *pool, const ColumnType &type)
 Creates the corresponding AnyVal subclass for type. The object is added to the pool. More...
 
AnyValimpala::CreateAnyVal (const ColumnType &type)
 Creates the corresponding AnyVal subclass for type. The object is owned by the caller. More...