Class 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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.nio.ByteBuffer encoded  
      java.nio.ByteBuffer raw  
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • raw

        public final java.nio.ByteBuffer raw
      • encoded

        public final java.nio.ByteBuffer encoded
    • Constructor Detail

      • Value

        public Value​(java.nio.ByteBuffer value,
                     IndexTermType indexTermType)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object