Uses of Record Class
io.trino.plugin.deltalake.DeltaLakeTable.DeltaLakeColumn
Packages that use DeltaLakeTable.DeltaLakeColumn
-
Uses of DeltaLakeTable.DeltaLakeColumn in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake that return DeltaLakeTable.DeltaLakeColumnMethods in io.trino.plugin.deltalake that return types with arguments of type DeltaLakeTable.DeltaLakeColumnModifier and TypeMethodDescriptionDeltaLakeTable.columns()Returns the value of thecolumnsrecord component.Constructor parameters in io.trino.plugin.deltalake with type arguments of type DeltaLakeTable.DeltaLakeColumnModifierConstructorDescriptionDeltaLakeTable(List<DeltaLakeTable.DeltaLakeColumn> columns, List<String> constraints) Creates an instance of aDeltaLakeTablerecord class.