Uses of Enum Class
io.trino.plugin.deltalake.DeltaLakeColumnType
Packages that use DeltaLakeColumnType
-
Uses of DeltaLakeColumnType in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake that return DeltaLakeColumnTypeModifier and TypeMethodDescriptionDeltaLakeColumnHandle.getColumnType()static DeltaLakeColumnTypeReturns the enum constant of this class with the specified name.static DeltaLakeColumnType[]DeltaLakeColumnType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.plugin.deltalake with parameters of type DeltaLakeColumnTypeModifierConstructorDescriptionDeltaLakeColumnHandle(String name, Type type, OptionalInt fieldId, String physicalName, Type physicalType, DeltaLakeColumnType columnType)