Package io.trino.plugin.accumulo.model
Class Row
- java.lang.Object
-
- io.trino.plugin.accumulo.model.Row
-
public class Row extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RowaddField(Field field)RowaddField(Object nativeValue, Type type)booleanequals(Object obj)FieldgetField(int i)List<Field>getFields()Gets a list of all internal fields.inthashCode()intlength()StringtoString()
-