Uses of Class
io.trino.plugin.memory.ColumnInfo
-
-
Uses of ColumnInfo in io.trino.plugin.memory
Methods in io.trino.plugin.memory that return ColumnInfo Modifier and Type Method Description ColumnInfoTableInfo. getColumn(ColumnHandle handle)Methods in io.trino.plugin.memory that return types with arguments of type ColumnInfo Modifier and Type Method Description List<ColumnInfo>TableInfo. getColumns()Constructor parameters in io.trino.plugin.memory with type arguments of type ColumnInfo Constructor Description TableInfo(long id, String schemaName, String tableName, List<ColumnInfo> columns, Map<HostAddress,MemoryDataFragment> dataFragments)
-