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 baseColumnName, Type baseType, OptionalInt baseFieldId, String basePhysicalColumnName, Type basePhysicalType, DeltaLakeColumnType columnType, Optional<DeltaLakeColumnProjectionInfo> projectionInfo)