Package io.trino.plugin.accumulo.model
Class RowSchema
java.lang.Object
io.trino.plugin.accumulo.model.RowSchema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddColumn(String trinoName, Optional<String> family, Optional<String> qualifier, Type type, boolean indexed) static RowSchemafromColumns(List<AccumuloColumnHandle> columns) Creates a newRowSchemafrom a list ofAccumuloColumnHandleobjects.getColumn(int i) inttoString()
-
Constructor Details
-
RowSchema
public RowSchema()
-
-
Method Details
-
addRowId
-
addColumn
-
addColumn
-
getColumn
-
getColumn
-
getColumns
-
getLength
public int getLength() -
fromColumns
Creates a newRowSchemafrom a list ofAccumuloColumnHandleobjects. Does not validate the schema.- Parameters:
columns- Column handles- Returns:
- Row schema
-
toString
-