Class Field

java.lang.Object
io.trino.plugin.accumulo.model.Field

public class Field extends Object
  • Constructor Details

    • Field

      public Field(Object nativeValue, Type type)
    • Field

      public Field(Object nativeValue, Type type, boolean indexed)
    • Field

      public Field(Field field)
  • Method Details

    • getType

      public Type getType()
    • getArray

      public Block getArray()
    • getLong

      public Long getLong()
    • getBoolean

      public Boolean getBoolean()
    • getByte

      public Byte getByte()
    • getDate

      public long getDate()
    • getDouble

      public Double getDouble()
    • getFloat

      public Float getFloat()
    • getInt

      public Integer getInt()
    • getMap

      public Block getMap()
    • getObject

      public Object getObject()
    • getShort

      public Short getShort()
    • getTimestamp

      public Timestamp getTimestamp()
    • getTime

      public Time getTime()
    • getVarbinary

      public byte[] getVarbinary()
    • getVarchar

      public String getVarchar()
    • isIndexed

      public boolean isIndexed()
    • isNull

      public boolean isNull()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object