@PublicEvolving
public interface RowLevelModificationScanContext
SupportsRowLevelModificationScan, and then passed to a sink which implements SupportsRowLevelUpdate or SupportsRowLevelDelete for executing UPDATE/DELETE statement
during compilation phase.
This mechanism enables the coordination between the table sources and the table sink which is to be updated/deleted.
Connectors can implement this interface to provide custom information.
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.