Uses of Enum Class
io.trino.plugin.iceberg.procedure.IcebergTableProcedureId
Packages that use IcebergTableProcedureId
-
Uses of IcebergTableProcedureId in io.trino.plugin.iceberg.procedure
Methods in io.trino.plugin.iceberg.procedure that return IcebergTableProcedureIdModifier and TypeMethodDescriptionIcebergTableExecuteHandle.getProcedureId()static IcebergTableProcedureIdReturns the enum constant of this class with the specified name.static IcebergTableProcedureId[]IcebergTableProcedureId.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.plugin.iceberg.procedure with parameters of type IcebergTableProcedureIdModifierConstructorDescriptionIcebergTableExecuteHandle(SchemaTableName schemaTableName, IcebergTableProcedureId procedureId, IcebergProcedureHandle procedureHandle, String tableLocation)