Uses of Enum Class
io.trino.plugin.deltalake.procedure.DeltaLakeTableProcedureId
Packages that use DeltaLakeTableProcedureId
-
Uses of DeltaLakeTableProcedureId in io.trino.plugin.deltalake.procedure
Methods in io.trino.plugin.deltalake.procedure that return DeltaLakeTableProcedureIdModifier and TypeMethodDescriptionDeltaLakeTableExecuteHandle.getProcedureId()static DeltaLakeTableProcedureIdReturns the enum constant of this class with the specified name.static DeltaLakeTableProcedureId[]DeltaLakeTableProcedureId.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.plugin.deltalake.procedure with parameters of type DeltaLakeTableProcedureIdModifierConstructorDescriptionDeltaLakeTableExecuteHandle(SchemaTableName schemaTableName, DeltaLakeTableProcedureId procedureId, DeltaTableProcedureHandle procedureHandle, String tableLocation)