Package io.trino.plugin.iceberg
Class RollbackToSnapshotProcedure
java.lang.Object
io.trino.plugin.iceberg.RollbackToSnapshotProcedure
- All Implemented Interfaces:
javax.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
-
get
- Specified by:
getin interfacejavax.inject.Provider<Procedure>
-
rollbackToSnapshot
public void rollbackToSnapshot(ConnectorSession clientSession, String schema, String table, Long snapshotId)
-