Uses of Class
io.trino.plugin.accumulo.model.RowSchema
-
Packages that use RowSchema Package Description io.trino.plugin.accumulo.model -
-
Uses of RowSchema in io.trino.plugin.accumulo.model
Methods in io.trino.plugin.accumulo.model that return RowSchema Modifier and Type Method Description RowSchemaRowSchema. addColumn(String trinoName, Optional<String> family, Optional<String> qualifier, Type type)RowSchemaRowSchema. addColumn(String trinoName, Optional<String> family, Optional<String> qualifier, Type type, boolean indexed)RowSchemaRowSchema. addRowId(String name, Type type)static RowSchemaRowSchema. fromColumns(List<AccumuloColumnHandle> columns)Creates a newRowSchemafrom a list ofAccumuloColumnHandleobjects.
-