|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <vector>#include <string>#include <boost/unordered_set.hpp>#include <boost/unordered_map.hpp>#include <boost/scoped_ptr.hpp>#include "common/global-types.h"#include "common/status.h"#include "statestore/query-resource-mgr.h"#include "util/promise.h"#include "util/runtime-profile.h"#include "gen-cpp/Types_types.h"#include "gen-cpp/Frontend_types.h"#include "gen-cpp/ResourceBrokerService_types.h"Go to the source code of this file.
Classes | |
| struct | impala::FragmentExecParams |
| class | impala::QuerySchedule |
Namespaces | |
| impala | |
| This file contains type definitions that are used throughout the code base. | |
Typedefs | |
| typedef std::map< TPlanNodeId, std::vector< TScanRangeParams > > | impala::PerNodeScanRanges |
| map from scan node id to a list of scan ranges More... | |
| typedef boost::unordered_map < TNetworkAddress, PerNodeScanRanges > | impala::FragmentScanRangeAssignment |