Uses of Class
io.trino.plugin.deltalake.DeltaLakeTableHandle.WriteType
-
Packages that use DeltaLakeTableHandle.WriteType Package Description io.trino.plugin.deltalake -
-
Uses of DeltaLakeTableHandle.WriteType in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake that return DeltaLakeTableHandle.WriteType Modifier and Type Method Description static DeltaLakeTableHandle.WriteTypeDeltaLakeTableHandle.WriteType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeltaLakeTableHandle.WriteType[]DeltaLakeTableHandle.WriteType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.deltalake that return types with arguments of type DeltaLakeTableHandle.WriteType Modifier and Type Method Description Optional<DeltaLakeTableHandle.WriteType>DeltaLakeTableHandle. getWriteType()
-