public abstract class RowBackedActionextends Object
An abstract base class for Delta Log actions that are backed by a Row. This design is to
avoid materialization of all fields when creating action instances from action rows within
Kernel. Actions like AddFile can extend this class to maintain just a reference to the
underlying action row.