public class SingleAction
extends Object
| Modifier and Type | Field and Description |
|---|---|
static StructType |
CHECKPOINT_SCHEMA
Get the schema of reading entries from Delta Log delta and checkpoint files for construction of
new checkpoint.
|
static StructType |
CONFLICT_RESOLUTION_SCHEMA
Schema to use when reading the winning commit files for conflict resolution.
|
static StructType |
FULL_SCHEMA |
| Constructor and Description |
|---|
SingleAction() |
| Modifier and Type | Method and Description |
|---|---|
static Row |
createAddFileSingleAction(Row addFile) |
static Row |
createCommitInfoSingleAction(Row commitInfo) |
static Row |
createDomainMetadataSingleAction(Row domainMetadata) |
static Row |
createMetadataSingleAction(Row metadata) |
static Row |
createProtocolSingleAction(Row protocol) |
static Row |
createRemoveFileSingleAction(Row remove) |
static Row |
createTxnSingleAction(Row txn) |
public static StructType CHECKPOINT_SCHEMA
public static StructType CONFLICT_RESOLUTION_SCHEMA
public static StructType FULL_SCHEMA