Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "exprs/anyval-util.h"
#include "codegen/llvm-codegen.h"
#include "common/object-pool.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 | |
AnyVal * | impala::CreateAnyVal (ObjectPool *pool, const ColumnType &type) |
Creates the corresponding AnyVal subclass for type. The object is added to the pool. More... | |
AnyVal * | impala::CreateAnyVal (const ColumnType &type) |
Creates the corresponding AnyVal subclass for type. The object is owned by the caller. More... | |