Class ResultSetValues
java.lang.Object
io.trino.plugin.raptor.legacy.systemtables.ResultSetValues
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(int field) doublegetDouble(int field) longgetLong(int field) io.airlift.slice.SlicegetSlice(int field) booleanisNull(int field)
-
Constructor Details
-
ResultSetValues
-
-
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)
-