Uses of Record Class
io.trino.plugin.memory.ColumnInfo
-
Uses of ColumnInfo in io.trino.plugin.memory
Methods in io.trino.plugin.memory that return ColumnInfoMethods in io.trino.plugin.memory that return types with arguments of type ColumnInfoModifier and TypeMethodDescriptionTableInfo.columns()Returns the value of thecolumnsrecord component.Constructor parameters in io.trino.plugin.memory with type arguments of type ColumnInfoModifierConstructorDescriptionTableInfo(long id, String schemaName, String tableName, List<ColumnInfo> columns, boolean truncated, Map<HostAddress, MemoryDataFragment> dataFragments, Optional<String> comment) Creates an instance of aTableInforecord class.