Interface SupportsOverwrite
@PublicEvolving
public interface SupportsOverwrite
Enables to overwrite existing data in a
DynamicTableSink.
By default, if this interface is not implemented, existing tables or partitions cannot be
overwritten using e.g. the SQL INSERT OVERWRITE clause.
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyOverwrite(boolean overwrite) Provides whether existing data should be overwritten or not.
-
Method Details
-
applyOverwrite
void applyOverwrite(boolean overwrite) Provides whether existing data should be overwritten or not.
-