|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "common/object-pool.h"#include <boost/scoped_ptr.hpp>#include <boost/shared_ptr.hpp>#include <vector>#include <string>#include <sstream>#include "statestore/query-resource-mgr.h"#include "runtime/exec-env.h"#include "runtime/descriptors.h"#include "runtime/disk-io-mgr.h"#include "runtime/mem-tracker.h"#include "runtime/thread-resource-mgr.h"#include "gen-cpp/PlanNodes_types.h"#include "gen-cpp/Types_types.h"#include "gen-cpp/ImpalaInternalService_types.h"#include "util/runtime-profile.h"Go to the source code of this file.
Classes | |
| class | impala::RuntimeState |
Namespaces | |
| impala | |
| This file contains type definitions that are used throughout the code base. | |
Macros | |
| #define | RETURN_IF_CANCELLED(state) |
Typedefs | |
| typedef std::map< std::string, TInsertPartitionStatus > | impala::PartitionStatusMap |
| typedef std::map< std::string, TInsertStats > | impala::PartitionInsertStats |
| Stats per partition for insert queries. They key is the same as for PartitionRowCount. More... | |
| typedef std::map< std::string, std::string > | impala::FileMoveMap |
| #define RETURN_IF_CANCELLED | ( | state | ) |
Definition at line 384 of file runtime-state.h.
Referenced by impala::CrossJoinNode::ConstructBuildSide(), impala::HashJoinNode::ConstructBuildSide(), impala::SelectNode::GetNext(), impala::SortNode::GetNext(), impala::UnionNode::GetNext(), impala::HBaseScanNode::GetNext(), impala::TopNNode::GetNext(), impala::ExchangeNode::GetNext(), impala::CrossJoinNode::GetNext(), impala::DataSourceScanNode::GetNext(), impala::HashJoinNode::GetNext(), impala::AggregationNode::GetNext(), impala::AnalyticEvalNode::GetNext(), impala::PartitionedHashJoinNode::GetNext(), impala::PartitionedAggregationNode::GetNext(), impala::HdfsScanNode::GetNextInternal(), impala::Sorter::MergeIntermediateRuns(), impala::HBaseScanNode::Open(), impala::SortNode::Open(), impala::TopNNode::Open(), impala::DataSourceScanNode::Open(), impala::BlockingJoinNode::Open(), impala::AggregationNode::Open(), impala::AnalyticEvalNode::Open(), impala::PartitionedAggregationNode::Open(), impala::PartitionedHashJoinNode::ProcessBuildInput(), impala::AnalyticEvalNode::ProcessChildBatches(), impala::SortNode::SortInput(), and impala::Sorter::SortRun().