Class Expression.Bound
- java.lang.Object
-
- org.apache.cassandra.index.sai.plan.Expression.Bound
-
- Enclosing class:
- Expression
public static class Expression.Bound extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
inclusive
Expression.Value
value
-
Constructor Summary
Constructors Constructor Description Bound(java.nio.ByteBuffer value, IndexTermType indexTermType, boolean inclusive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final Expression.Value value
-
inclusive
public final boolean inclusive
-
-
Constructor Detail
-
Bound
public Bound(java.nio.ByteBuffer value, IndexTermType indexTermType, boolean inclusive)
-
-