Class AccumuloTable
java.lang.Object
io.trino.plugin.accumulo.metadata.AccumuloTable
This class encapsulates metadata regarding an Accumulo table in Trino.
-
Constructor Summary
ConstructorsConstructorDescriptionAccumuloTable(String schema, String table, List<AccumuloColumnHandle> columns, String rowId, boolean external, String serializerClassName, Optional<String> scanAuthorizations) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetFullTableName(SchemaTableName tableName) static StringgetFullTableName(String schema, String table) getRowId()intgetTable()booleanbooleantoString()
-
Constructor Details
-
AccumuloTable
-
-
Method Details
-
getRowId
-
getSchema
-
getTable
-
getIndexTableName
-
getMetricsTableName
-
getFullTableName
-
getColumns
-
getScanAuthorizations
-
getSerializerClassName
-
getColumnsMetadata
-
isExternal
public boolean isExternal() -
isIndexed
public boolean isIndexed() -
getRowIdOrdinal
public int getRowIdOrdinal() -
getSerializerInstance
-
getFullTableName
-
getFullTableName
-
getSchemaTableName
-
toString
-