Package org.apache.druid.segment.join
Class Equality
java.lang.Object
org.apache.druid.segment.join.Equality
Represents a join condition between a left-hand-side expression (leftExpr) and a right-hand-side direct
column access (rightColumn). This is a particularly interesting kind of condition because it can be resolved
using a hashtable on the right-hand side.
Note that this class does not override "equals" or "hashCode". This is because Expr also does not.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether null is treated as a value that can be equal to itself.toString()
-
Constructor Details
-
Equality
-
-
Method Details