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

Tag value expression. More...

#include <expr.h>

Collaboration diagram for vkdb::TagValueExpr:

Public Attributes

Token token
 Token for the tag value.
 

Detailed Description

Tag value expression.

Definition at line 87 of file expr.h.

Member Data Documentation

◆ token

Token vkdb::TagValueExpr::token

Token for the tag value.

Definition at line 92 of file expr.h.


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