Package io.trino.plugin.memory
Class TableInfo
java.lang.Object
io.trino.plugin.memory.TableInfo
-
Constructor Summary
ConstructorsConstructorDescriptionTableInfo(long id, String schemaName, String tableName, List<ColumnInfo> columns, Map<HostAddress, MemoryDataFragment> dataFragments, Optional<String> comment) -
Method Summary
-
Constructor Details
-
TableInfo
public TableInfo(long id, String schemaName, String tableName, List<ColumnInfo> columns, Map<HostAddress, MemoryDataFragment> dataFragments, Optional<String> comment)
-
-
Method Details
-
getId
public long getId() -
getSchemaName
-
getTableName
-
getSchemaTableName
-
getMetadata
-
getColumns
-
getColumn
-
getDataFragments
-
getComment
-