Package net.quasardb.qdb.ts
Class Row
java.lang.Object
net.quasardb.qdb.ts.Row
- All Implemented Interfaces:
Serializable
,Comparable<Row>
- Direct Known Subclasses:
WritableRow
Represents a timeseries row.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
values
-
-
Constructor Details
-
Row
Row without timestamp- Parameters:
values
- All values for this row. When querying data from the database, a row might not have a timestamp. This function can be used to construct these rows.
-
Row
Creates row out of this row, that is, copies the underlying representation into a new object.
-
-
Method Details
-
getValues
Access to the underlying values of this row. -
getValue
Get a value with a certain offset. -
setValue
Update a value with a certain offset. -
size
public int size()Returns number of values assigbed to this row. -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Row>
-
toString
-