public final class WritableRow extends Row implements Serializable
Constructor and Description |
---|
WritableRow(java.time.LocalDateTime timestamp,
Value[] values)
Row with timestamp
|
WritableRow(Timespec timestamp,
Value[] values)
Row with timestamp
|
WritableRow(Timestamp timestamp,
Value[] values)
Row with timestamp
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Comparison-by-value operator.
|
Timespec |
getTimestamp()
Access to the timestamp of this row.
|
boolean |
hasNullValues()
Determine whether this row has any null values.
|
String |
toString() |
protected Timespec timestamp
public WritableRow(Timespec timestamp, Value[] values)
timestamp
- The Valid Time for the row. This timestamp will be the primary index
that quasardb stores this row under.values
- All values for this row.public WritableRow(java.time.LocalDateTime timestamp, Value[] values)
timestamp
- The Valid Time for the row. This timestamp will be the primary index
that quasardb stores this row under.values
- All values for this row.public Timespec getTimestamp()
public boolean equals(Object obj)
public boolean hasNullValues()
Copyright © 2021. All rights reserved.