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