Uses of Class
org.apache.druid.sql.calcite.rule.DruidJoinRule.ConditionAnalysis
Packages that use DruidJoinRule.ConditionAnalysis
-
Uses of DruidJoinRule.ConditionAnalysis in org.apache.druid.sql.calcite.rule
Methods in org.apache.druid.sql.calcite.rule that return DruidJoinRule.ConditionAnalysisModifier and TypeMethodDescriptionDruidJoinRule.analyzeCondition(org.apache.calcite.rex.RexNode condition, org.apache.calcite.rel.type.RelDataType leftRowType, org.apache.calcite.rex.RexBuilder rexBuilder) If this condition is an AND of some combination of (1) literals; (2) equality conditions of the form (3) unsupported conditionsDruidJoinRule.ConditionAnalysis.pushThroughLeftProject(org.apache.calcite.rel.core.Project leftProject) DruidJoinRule.ConditionAnalysis.pushThroughRightProject(org.apache.calcite.rel.core.Project rightProject)