Uses of Class
io.trino.plugin.deltalake.DeltaLakeColumnType
-
Packages that use DeltaLakeColumnType Package Description io.trino.plugin.deltalake -
-
Uses of DeltaLakeColumnType in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake that return DeltaLakeColumnType Modifier and Type Method Description DeltaLakeColumnTypeDeltaLakeColumnHandle. getColumnType()static DeltaLakeColumnTypeDeltaLakeColumnType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeltaLakeColumnType[]DeltaLakeColumnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.plugin.deltalake with parameters of type DeltaLakeColumnType Constructor Description DeltaLakeColumnHandle(String name, Type type, DeltaLakeColumnType columnType)
-