Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
This is the complete list of members for com.cloudera.impala.planner.DistributedPlanner, including all inherited members.
connectChildFragment(PlanNode node, int childIdx, PlanFragment childFragment) | com.cloudera.impala.planner.DistributedPlanner | inlineprivate |
createAggregationFragment(AggregationNode node, PlanFragment childFragment, ArrayList< PlanFragment > fragments) | com.cloudera.impala.planner.DistributedPlanner | inlineprivate |
createAnalyticFragment(PlanNode node, PlanFragment childFragment, ArrayList< PlanFragment > fragments) | com.cloudera.impala.planner.DistributedPlanner | inlineprivate |
createCrossJoinFragment(CrossJoinNode node, PlanFragment rightChildFragment, PlanFragment leftChildFragment, long perNodeMemLimit, ArrayList< PlanFragment > fragments) | com.cloudera.impala.planner.DistributedPlanner | inlineprivate |
createHashJoinFragment(HashJoinNode node, PlanFragment rightChildFragment, PlanFragment leftChildFragment, long perNodeMemLimit, ArrayList< PlanFragment > fragments) | com.cloudera.impala.planner.DistributedPlanner | inlineprivate |
createInsertFragment(PlanFragment inputFragment, InsertStmt insertStmt, Analyzer analyzer, ArrayList< PlanFragment > fragments) | com.cloudera.impala.planner.DistributedPlanner | inline |
createMergeFragment(PlanFragment inputFragment) | com.cloudera.impala.planner.DistributedPlanner | inlineprivate |
createOrderByFragment(SortNode node, PlanFragment childFragment, ArrayList< PlanFragment > fragments) | com.cloudera.impala.planner.DistributedPlanner | inlineprivate |
createParentFragment(PlanFragment childFragment, DataPartition parentPartition) | com.cloudera.impala.planner.DistributedPlanner | inlineprivate |
createPlanFragments(PlanNode singleNodePlan) | com.cloudera.impala.planner.DistributedPlanner | inline |
createPlanFragments(PlanNode root, boolean isPartitioned, long perNodeMemLimit, ArrayList< PlanFragment > fragments) | com.cloudera.impala.planner.DistributedPlanner | inlineprivate |
createScanFragment(PlanNode node) | com.cloudera.impala.planner.DistributedPlanner | inlineprivate |
createSelectNodeFragment(SelectNode selectNode, ArrayList< PlanFragment > childFragments) | com.cloudera.impala.planner.DistributedPlanner | inlineprivate |
createUnionNodeFragment(UnionNode unionNode, ArrayList< PlanFragment > childFragments, ArrayList< PlanFragment > fragments) | com.cloudera.impala.planner.DistributedPlanner | inlineprivate |
ctx_ | com.cloudera.impala.planner.DistributedPlanner | private |
DistributedPlanner(PlannerContext ctx) | com.cloudera.impala.planner.DistributedPlanner | inline |
getCompatPartition(List< Expr > srcJoinExprs, DataPartition srcPartition, List< Expr > joinExprs, Analyzer analyzer) | com.cloudera.impala.planner.DistributedPlanner | inlineprivate |
getNumDistinctValues(List< Expr > exprs) | com.cloudera.impala.planner.DistributedPlanner | inlineprivate |
isCompatPartition(DataPartition lhsPartition, DataPartition rhsPartition, List< Expr > lhsJoinExprs, List< Expr > rhsJoinExprs, Analyzer analyzer) | com.cloudera.impala.planner.DistributedPlanner | inlineprivate |
LOG | com.cloudera.impala.planner.DistributedPlanner | privatestatic |