Uses of Class
io.trino.plugin.deltalake.procedure.DeltaLakeTableProcedureId
-
Packages that use DeltaLakeTableProcedureId Package Description io.trino.plugin.deltalake.procedure -
-
Uses of DeltaLakeTableProcedureId in io.trino.plugin.deltalake.procedure
Methods in io.trino.plugin.deltalake.procedure that return DeltaLakeTableProcedureId Modifier and Type Method Description DeltaLakeTableProcedureIdDeltaLakeTableExecuteHandle. getProcedureId()static DeltaLakeTableProcedureIdDeltaLakeTableProcedureId. valueOf(String name)Returns the enum constant of this type with the specified name.static DeltaLakeTableProcedureId[]DeltaLakeTableProcedureId. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.plugin.deltalake.procedure with parameters of type DeltaLakeTableProcedureId Constructor Description DeltaLakeTableExecuteHandle(SchemaTableName schemaTableName, DeltaLakeTableProcedureId procedureId, DeltaTableProcedureHandle procedureHandle, String tableLocation)
-