|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "exec/data-source-scan-node.h"#include <boost/foreach.hpp>#include <vector>#include <gutil/strings/substitute.h>#include "exec/parquet-common.h"#include "exec/read-write-util.h"#include "exprs/expr.h"#include "runtime/mem-pool.h"#include "runtime/runtime-state.h"#include "runtime/row-batch.h"#include "runtime/string-value.h"#include "runtime/tuple-row.h"#include "util/jni-util.h"#include "util/periodic-counter-updater.h"#include "util/runtime-profile.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 | |
| DEFINE_int32 (data_source_batch_size, 1024,"Batch size for calls to GetNext() on ""external data sources.") | |
| Status | impala::SetDecimalVal (const ColumnType &type, char *bytes, int len, void *slot) |
Variables | |
| const string | impala::ERROR_NUM_COLUMNS |
| const string | impala::ERROR_MISMATCHED_COL_SIZES |
| const string | impala::ERROR_INVALID_COL_DATA |
| const string | impala::ERROR_INVALID_TIMESTAMP |
| const string | impala::ERROR_INVALID_DECIMAL |
| const size_t | impala::TIMESTAMP_SIZE = sizeof(int64_t) + sizeof(int32_t) |
| DEFINE_int32 | ( | data_source_batch_size | , |
| 1024 | , | ||
| "Batch size for calls to GetNext() on ""external data sources." | |||
| ) |