Interface SupportsStaging.StagingContext
- All Known Implementing Classes:
SinkStagingContext
- Enclosing interface:
- SupportsStaging
@PublicEvolving
public static interface SupportsStaging.StagingContext
The context is intended to tell DynamicTableSink the type of this operation. Currently, it'll
provide what kind of operation the staging sink is for. In this way, the DynamicTableSink can
return the corresponding implementation of StagedTable according to the specific operation.
More types of operations can be extended in the future.
-
Method Summary
-
Method Details
-
getStagingPurpose
SupportsStaging.StagingPurpose getStagingPurpose()
-