vkdb
A time series database engine in C++.
Loading...
Searching...
No Matches
vkdb::ValueExpr Struct Reference

Value expression. More...

#include <expr.h>

Collaboration diagram for vkdb::ValueExpr:

Public Attributes

Token token
 Token for the value.
 

Detailed Description

Value expression.

Definition at line 51 of file expr.h.

Member Data Documentation

◆ token

Token vkdb::ValueExpr::token

Token for the value.

Definition at line 56 of file expr.h.


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