Class ResultSetValues

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

public class ResultSetValues extends Object
  • Constructor Details

    • ResultSetValues

      public ResultSetValues(List<Type> types)
  • Method Details

    • getBoolean

      public boolean getBoolean(int field)
    • getLong

      public long getLong(int field)
    • getDouble

      public double getDouble(int field)
    • getSlice

      public io.airlift.slice.Slice getSlice(int field)
    • isNull

      public boolean isNull(int field)