addUnassignedConjuncts(Analyzer analyzer, List< TupleId > tupleIds, PlanNode root) | com.cloudera.impala.planner.SingleNodePlanner | inlineprivate |
canMigrateConjuncts(InlineViewRef inlineViewRef) | com.cloudera.impala.planner.SingleNodePlanner | inlineprivate |
createAggregationPlan(SelectStmt selectStmt, Analyzer analyzer, PlanNode root) | com.cloudera.impala.planner.SingleNodePlanner | inlineprivate |
createCheapestJoinPlan(Analyzer analyzer, List< Pair< TableRef, PlanNode >> refPlans) | com.cloudera.impala.planner.SingleNodePlanner | inlineprivate |
createConstantSelectPlan(SelectStmt selectStmt, Analyzer analyzer) | com.cloudera.impala.planner.SingleNodePlanner | inlineprivate |
createEmptyNode(QueryStmt stmt, Analyzer analyzer) | com.cloudera.impala.planner.SingleNodePlanner | inlineprivate |
createFromClauseJoinPlan(Analyzer analyzer, List< Pair< TableRef, PlanNode >> refPlans) | com.cloudera.impala.planner.SingleNodePlanner | inlineprivate |
createHBaseValueRange(SlotDescriptor d, List< Expr > conjuncts) | com.cloudera.impala.planner.SingleNodePlanner | inlineprivate |
createInlineViewPlan(Analyzer analyzer, InlineViewRef inlineViewRef) | com.cloudera.impala.planner.SingleNodePlanner | inlineprivate |
createJoinNode(Analyzer analyzer, PlanNode outer, PlanNode inner, TableRef outerRef, TableRef innerRef) | com.cloudera.impala.planner.SingleNodePlanner | inlineprivate |
createJoinPlan(Analyzer analyzer, TableRef leftmostRef, List< Pair< TableRef, PlanNode >> refPlans) | com.cloudera.impala.planner.SingleNodePlanner | inlineprivate |
createQueryPlan(QueryStmt stmt, Analyzer analyzer, boolean disableTopN) | com.cloudera.impala.planner.SingleNodePlanner | inlineprivate |
createScanNode(Analyzer analyzer, TableRef tblRef) | com.cloudera.impala.planner.SingleNodePlanner | inlineprivate |
createSelectPlan(SelectStmt selectStmt, Analyzer analyzer) | com.cloudera.impala.planner.SingleNodePlanner | inlineprivate |
createSingleNodePlan() | com.cloudera.impala.planner.SingleNodePlanner | inline |
createTableRefNode(Analyzer analyzer, TableRef tblRef) | com.cloudera.impala.planner.SingleNodePlanner | inlineprivate |
createUnionPlan(Analyzer analyzer, UnionStmt unionStmt, List< UnionOperand > unionOperands, PlanNode unionDistinctPlan) | com.cloudera.impala.planner.SingleNodePlanner | inlineprivate |
createUnionPlan(UnionStmt unionStmt, Analyzer analyzer) | com.cloudera.impala.planner.SingleNodePlanner | inlineprivate |
ctx_ | com.cloudera.impala.planner.SingleNodePlanner | private |
getHashLookupJoinConjuncts(Analyzer analyzer, List< TupleId > planIds, TableRef joinedTblRef, List< BinaryPredicate > joinConjuncts, List< Expr > joinPredicates) | com.cloudera.impala.planner.SingleNodePlanner | inlineprivate |
LOG | com.cloudera.impala.planner.SingleNodePlanner | privatestatic |
migrateConjunctsToInlineView(Analyzer analyzer, InlineViewRef inlineViewRef) | com.cloudera.impala.planner.SingleNodePlanner | inline |
SingleNodePlanner(PlannerContext ctx) | com.cloudera.impala.planner.SingleNodePlanner | inline |