Skip to content

BatchWriteHelper Physical Operators

BatchWriteHelper is an abstraction of physical operators that build batch writes.

Contract

Physical Query Plan

query: SparkPlan

SparkPlan

Used when:

Writable Table

table: SupportsWrite

SupportsWrite

Used when:

Write Options

writeOptions: CaseInsensitiveStringMap

Used when:

Implementations

Creating WriteBuilder

newWriteBuilder(): WriteBuilder

newWriteBuilder requests the table for a WriteBuilder (with a new LogicalWriteInfoImpl with the query schema and write options).

newWriteBuilder is used when: