InsertableRelation¶
InsertableRelation
is an abstraction of relations that support inserting or overwriting data.
Contract¶
Inserting Data into or Overwriting Relation¶
insert(
data: DataFrame,
overwrite: Boolean): Unit
Inserts or overwrites data (from the given DataFrame)
Used when:
- InsertIntoDataSourceCommand logical command is executed
- SupportsV1Write physical operator is executed
Used when...FIXME
Implementations¶
Last update: 2021-03-18