vkdb
A time series database engine in C++.
Loading...
Searching...
No Matches
vkdb::WALRecord< TValue > Struct Template Reference

Represents a WAL record. More...

#include <wal_lsm.h>

Public Attributes

WALRecordType type
 
TimeSeriesEntry< TValue > entry
 

Detailed Description

template<ArithmeticNoCVRefQuals TValue>
struct vkdb::WALRecord< TValue >

Represents a WAL record.

Template Parameters
TValueValue type.

Definition at line 28 of file wal_lsm.h.

Member Data Documentation

◆ entry

template<ArithmeticNoCVRefQuals TValue>
TimeSeriesEntry<TValue> vkdb::WALRecord< TValue >::entry

Definition at line 30 of file wal_lsm.h.

◆ type

template<ArithmeticNoCVRefQuals TValue>
WALRecordType vkdb::WALRecord< TValue >::type

Definition at line 29 of file wal_lsm.h.


The documentation for this struct was generated from the following file: