Package io.trino.plugin.iceberg
Class RollbackToSnapshotProcedure
java.lang.Object
io.trino.plugin.iceberg.RollbackToSnapshotProcedure
- All Implemented Interfaces:
com.google.inject.Provider<Procedure>,jakarta.inject.Provider<Procedure>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()voidrollbackToSnapshot(ConnectorSession clientSession, String schema, String table, Long snapshotId)
-
Constructor Details
-
RollbackToSnapshotProcedure
-
-
Method Details