Uses of Class
io.trino.plugin.deltalake.procedure.DeltaTableProcedureHandle
-
Packages that use DeltaTableProcedureHandle Package Description io.trino.plugin.deltalake.procedure -
-
Uses of DeltaTableProcedureHandle in io.trino.plugin.deltalake.procedure
Subclasses of DeltaTableProcedureHandle in io.trino.plugin.deltalake.procedure Modifier and Type Class Description classDeltaTableOptimizeHandleMethods in io.trino.plugin.deltalake.procedure that return DeltaTableProcedureHandle Modifier and Type Method Description DeltaTableProcedureHandleDeltaLakeTableExecuteHandle. getProcedureHandle()Methods in io.trino.plugin.deltalake.procedure with parameters of type DeltaTableProcedureHandle Modifier and Type Method Description DeltaLakeTableExecuteHandleDeltaLakeTableExecuteHandle. withProcedureHandle(DeltaTableProcedureHandle procedureHandle)Constructors in io.trino.plugin.deltalake.procedure with parameters of type DeltaTableProcedureHandle Constructor Description DeltaLakeTableExecuteHandle(SchemaTableName schemaTableName, DeltaLakeTableProcedureId procedureId, DeltaTableProcedureHandle procedureHandle, String tableLocation)
-