Package io.delta.kernel.internal.actions
Class SetTransaction
Object
io.delta.kernel.internal.actions.SetTransaction
Delta log action representing a transaction identifier action.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SetTransactionfromColumnVector(ColumnVector vector, int rowId) getAppId()longtoRow()Encode as aRowobject with the schemaFULL_SCHEMA.
-
Field Details
-
FULL_SCHEMA
-
-
Constructor Details
-
SetTransaction
-
-
Method Details
-
fromColumnVector
-
getAppId
-
getVersion
public long getVersion() -
getLastUpdated
-
toRow
Encode as aRowobject with the schemaFULL_SCHEMA.- Returns:
Rowobject with the schemaFULL_SCHEMA
-