Enum DeltaLogActionUtils.DeltaAction

Object
Enum<DeltaLogActionUtils.DeltaAction>
io.delta.kernel.internal.DeltaLogActionUtils.DeltaAction
All Implemented Interfaces:
Serializable, Comparable<DeltaLogActionUtils.DeltaAction>
Enclosing class:
DeltaLogActionUtils

public static enum DeltaLogActionUtils.DeltaAction extends Enum<DeltaLogActionUtils.DeltaAction>
Represents a Delta action. This is used to request which actions to read from the commit files in TableImpl.getChanges(Engine, long, long, Set).

See the Delta protocol for more details https://github.com/delta-io/delta/blob/master/PROTOCOL.md#actions