Interface SupportsStaging.StagingContext
-
- All Known Implementing Classes:
SinkStagingContext
- Enclosing interface:
- SupportsStaging
@PublicEvolving public static interface SupportsStaging.StagingContextThe 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SupportsStaging.StagingPurposegetStagingPurpose()
-
-
-
Method Detail
-
getStagingPurpose
SupportsStaging.StagingPurpose getStagingPurpose()
-
-