Uses of Enum Class
org.apache.druid.sql.calcite.rel.PartialDruidQuery.Stage
Packages that use PartialDruidQuery.Stage
-
Uses of PartialDruidQuery.Stage in org.apache.druid.sql.calcite.rel
Methods in org.apache.druid.sql.calcite.rel that return PartialDruidQuery.StageModifier and TypeMethodDescriptionPartialDruidQuery.stage()Returns the stage corresponding to the rel at the end of the query.static PartialDruidQuery.StageReturns the enum constant of this class with the specified name.static PartialDruidQuery.Stage[]PartialDruidQuery.Stage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.druid.sql.calcite.rel with parameters of type PartialDruidQuery.StageModifier and TypeMethodDescriptionbooleanPartialDruidQuery.canAccept(PartialDruidQuery.Stage stage) booleanPartialDruidQuery.Stage.canFollow(PartialDruidQuery.Stage stage) -
Uses of PartialDruidQuery.Stage in org.apache.druid.sql.calcite.rule
Constructors in org.apache.druid.sql.calcite.rule with parameters of type PartialDruidQuery.StageModifierConstructorDescriptionDruidOuterQueryRule(PartialDruidQuery.Stage stage, org.apache.calcite.plan.RelOptRuleOperand op, String description) DruidQueryRule(Class<RelType> relClass, PartialDruidQuery.Stage stage, BiFunction<PartialDruidQuery, RelType, PartialDruidQuery> applyFn) DruidQueryRule(Class<RelType> relClass, PartialDruidQuery.Stage stage, Predicate<RelType> matchesFn, BiFunction<PartialDruidQuery, RelType, PartialDruidQuery> applyFn)