public class SetTransaction
extends Object
| Modifier and Type | Field and Description |
|---|---|
static StructType |
FULL_SCHEMA |
| Constructor and Description |
|---|
SetTransaction(String appId,
Long version,
java.util.Optional<Long> lastUpdated) |
| Modifier and Type | Method and Description |
|---|---|
static SetTransaction |
fromColumnVector(ColumnVector vector,
int rowId) |
String |
getAppId() |
java.util.Optional<Long> |
getLastUpdated() |
long |
getVersion() |
Row |
toRow()
Encode as a
Row object with the schema FULL_SCHEMA. |
public static final StructType FULL_SCHEMA
public SetTransaction(String appId,
Long version,
java.util.Optional<Long> lastUpdated)
public static SetTransaction fromColumnVector(ColumnVector vector, int rowId)
public String getAppId()
public long getVersion()
public java.util.Optional<Long> getLastUpdated()
public Row toRow()
Row object with the schema FULL_SCHEMA.Row object with the schema FULL_SCHEMA