|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "runtime/timestamp-value.h"#include "udf/udf-internal.h"#include "util/hash-util.h"#include "common/names.h"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 | |
| 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... | |