@PublicEvolving
public interface SupportsOverwrite
DynamicTableSink.
By default, if this interface is not implemented, existing tables or partitions cannot be
overwritten using e.g. the SQL INSERT OVERWRITE clause.
| 限定符和类型 | 方法和说明 |
|---|---|
void |
applyOverwrite(boolean overwrite)
Provides whether existing data should be overwritten or not.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.