Uses of Class
org.apache.druid.segment.join.JoinType
-
Packages that use JoinType Package Description org.apache.druid.query org.apache.druid.query.planning org.apache.druid.segment.join -
-
Uses of JoinType in org.apache.druid.query
Methods in org.apache.druid.query that return JoinType Modifier and Type Method Description JoinTypeJoinDataSource. getJoinType()Methods in org.apache.druid.query with parameters of type JoinType Modifier and Type Method Description static JoinDataSourceJoinDataSource. create(DataSource left, DataSource right, String rightPrefix, String condition, JoinType joinType, DimFilter leftFilter, ExprMacroTable macroTable, JoinableFactoryWrapper joinableFactoryWrapper)Create a join dataSource from a string condition.static JoinDataSourceJoinDataSource. create(DataSource left, DataSource right, String rightPrefix, JoinConditionAnalysis conditionAnalysis, JoinType joinType, DimFilter leftFilter, JoinableFactoryWrapper joinableFactoryWrapper)Create a join dataSource from an existingJoinConditionAnalysis. -
Uses of JoinType in org.apache.druid.query.planning
Methods in org.apache.druid.query.planning that return JoinType Modifier and Type Method Description JoinTypePreJoinableClause. getJoinType()Constructors in org.apache.druid.query.planning with parameters of type JoinType Constructor Description PreJoinableClause(String prefix, DataSource dataSource, JoinType joinType, JoinConditionAnalysis condition) -
Uses of JoinType in org.apache.druid.segment.join
Methods in org.apache.druid.segment.join that return JoinType Modifier and Type Method Description JoinTypeJoinableClause. getJoinType()The type of join: LEFT, RIGHT, INNER, or FULL.static JoinTypeJoinType. valueOf(String name)Returns the enum constant of this type with the specified name.static JoinType[]JoinType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.druid.segment.join with parameters of type JoinType Constructor Description JoinableClause(String prefix, Joinable joinable, JoinType joinType, JoinConditionAnalysis condition)
-