Class Expression.Value
- java.lang.Object
-
- org.apache.cassandra.index.sai.plan.Expression.Value
-
- Enclosing class:
- Expression
public static class Expression.Value extends java.lang.Object
A representation of a column value in its raw and encoded form.
-
-
Constructor Summary
Constructors Constructor Description Value(java.nio.ByteBuffer value, IndexTermType indexTermType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Constructor Detail
-
Value
public Value(java.nio.ByteBuffer value, IndexTermType indexTermType)
-
-