|
vkdb
A time series database engine in C++.
|
Represents a WAL record. More...
#include <wal_lsm.h>
Public Attributes | |
| WALRecordType | type |
| TimeSeriesEntry< TValue > | entry |
Represents a WAL record.
| TValue | Value type. |
| TimeSeriesEntry<TValue> vkdb::WALRecord< TValue >::entry |
| WALRecordType vkdb::WALRecord< TValue >::type |