Package io.trino.plugin.hive.metastore
Class Table
java.lang.Object
io.trino.plugin.hive.metastore.Table
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTable(String databaseName, String tableName, Optional<String> owner, String tableType, Storage storage, List<Column> dataColumns, List<Column> partitionColumns, Map<String, String> parameters, Optional<String> viewOriginalText, Optional<String> viewExpandedText, OptionalLong writeId) -
Method Summary
Modifier and TypeMethodDescriptionstatic Table.Builderbuilder()static Table.BuilderbooleangetOwner()inthashCode()toString()withSelectedDataColumnsOnly(Set<String> columns)
-
Constructor Details
-
Table
-
-
Method Details
-
getDatabaseName
-
getTableName
-
getSchemaTableName
-
getOwner
-
getTableType
-
getDataColumns
-
getPartitionColumns
-
getColumn
-
getStorage
-
getParameters
-
getViewOriginalText
-
getViewExpandedText
-
getWriteId
-
withSelectedDataColumnsOnly
-
builder
-
builder
-
toString
-
equals
-
hashCode
public int hashCode()
-