Uses of Enum Class
io.trino.plugin.deltalake.DeltaLakeTableType
Packages that use DeltaLakeTableType
-
Uses of DeltaLakeTableType in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake that return DeltaLakeTableTypeModifier and TypeMethodDescriptionstatic DeltaLakeTableTypeReturns the enum constant of this class with the specified name.static DeltaLakeTableType[]DeltaLakeTableType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.deltalake that return types with arguments of type DeltaLakeTableTypeModifier and TypeMethodDescriptionstatic Optional<DeltaLakeTableType>DeltaLakeTableName.tableTypeFrom(String name) Methods in io.trino.plugin.deltalake with parameters of type DeltaLakeTableTypeModifier and TypeMethodDescriptionstatic StringDeltaLakeTableName.tableNameWithType(String tableName, DeltaLakeTableType tableType)