Uses of Enum
org.apache.druid.segment.join.JoinType
Packages that use JoinType
Package
Description
-
Uses of JoinType in org.apache.druid.query
Methods in org.apache.druid.query that return JoinTypeMethods in org.apache.druid.query with parameters of type JoinTypeModifier and TypeMethodDescriptionstatic JoinDataSourceJoinDataSource.create(DataSource left, DataSource right, String rightPrefix, String condition, JoinType joinType, DimFilter leftFilter, ExprMacroTable macroTable, JoinableFactoryWrapper joinableFactoryWrapper, JoinAlgorithm joinAlgorithm) 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, JoinAlgorithm joinAlgorithm) 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 -
Uses of JoinType in org.apache.druid.segment.join
Methods in org.apache.druid.segment.join that return JoinTypeModifier and TypeMethodDescriptionJoinableClause.getJoinType()The type of join: LEFT, RIGHT, INNER, or FULL.static JoinTypeReturns 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 JoinTypeModifierConstructorDescriptionJoinableClause(String prefix, Joinable joinable, JoinType joinType, JoinConditionAnalysis condition)