Class ValueBuffer

java.lang.Object
io.trino.plugin.raptor.legacy.systemtables.ValueBuffer

public class ValueBuffer extends Object
  • Method Details

    • create

      public static ValueBuffer create(int columnIndex, Type type, @Nullable Object value)
    • getValue

      @Nullable public Object getValue()
    • getColumnIndex

      public int getColumnIndex()
    • getLong

      public long getLong()
    • getDouble

      public double getDouble()
    • getBoolean

      public boolean getBoolean()
    • getSlice

      public io.airlift.slice.Slice getSlice()
    • getType

      public Type getType()
    • isNull

      public boolean isNull()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object