Package | Description |
---|---|
org.apache.paimon.table | |
org.apache.paimon.table.object | |
org.apache.paimon.table.sink |
Modifier and Type | Method and Description |
---|---|
BatchWriteBuilder |
Table.newBatchWriteBuilder()
Returns a new batch write builder.
|
default BatchWriteBuilder |
FormatTable.newBatchWriteBuilder() |
default BatchWriteBuilder |
ReadonlyTable.newBatchWriteBuilder() |
default BatchWriteBuilder |
InnerTable.newBatchWriteBuilder() |
Modifier and Type | Method and Description |
---|---|
BatchWriteBuilder |
ObjectTable.ObjectTableImpl.newBatchWriteBuilder() |
Modifier and Type | Class and Description |
---|---|
class |
BatchWriteBuilderImpl
Implementation for
WriteBuilder . |
Modifier and Type | Method and Description |
---|---|
default BatchWriteBuilder |
BatchWriteBuilder.withOverwrite()
Overwrite writing, same as the 'INSERT OVERWRITE' semantics of SQL.
|
BatchWriteBuilder |
BatchWriteBuilderImpl.withOverwrite(Map<String,String> staticPartition) |
BatchWriteBuilder |
BatchWriteBuilder.withOverwrite(Map<String,String> staticPartition)
Overwrite writing, same as the 'INSERT OVERWRITE T PARTITION (...)' semantics of SQL.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.