Uses of Class
io.trino.plugin.accumulo.model.Row
-
Packages that use Row Package Description io.trino.plugin.accumulo.io io.trino.plugin.accumulo.model -
-
Uses of Row in io.trino.plugin.accumulo.io
Methods in io.trino.plugin.accumulo.io with parameters of type Row Modifier and Type Method Description static org.apache.accumulo.core.data.MutationAccumuloPageSink. toMutation(Row row, int rowIdOrdinal, List<AccumuloColumnHandle> columns, AccumuloRowSerializer serializer)Converts aRowto an Accumulo mutation. -
Uses of Row in io.trino.plugin.accumulo.model
Methods in io.trino.plugin.accumulo.model that return Row Modifier and Type Method Description RowRow. addField(Field field)RowRow. addField(Object nativeValue, Type type)Constructors in io.trino.plugin.accumulo.model with parameters of type Row Constructor Description Row(Row row)
-