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

Select type average expression. More...

#include <expr.h>

Collaboration diagram for vkdb::SelectTypeAvgExpr:

Public Attributes

Token token
 Token for the select type average.
 

Detailed Description

Select type average expression.

Definition at line 219 of file expr.h.

Member Data Documentation

◆ token

Token vkdb::SelectTypeAvgExpr::token

Token for the select type average.

Definition at line 224 of file expr.h.


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