Uses of Class
org.apache.druid.segment.join.Equality
-
Packages that use Equality Package Description org.apache.druid.math.expr org.apache.druid.segment.join -
-
Uses of Equality in org.apache.druid.math.expr
Methods in org.apache.druid.math.expr that return types with arguments of type Equality Modifier and Type Method Description static Optional<Equality>Exprs. decomposeEquals(Expr expr, String rightPrefix)Decomposes an equality expr into anEquality. -
Uses of Equality in org.apache.druid.segment.join
Methods in org.apache.druid.segment.join that return types with arguments of type Equality Modifier and Type Method Description List<Equality>JoinConditionAnalysis. getEquiConditions()Return a list of equi-conditions (see class-level javadoc).
-