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

Select query. More...

#include <expr.h>

Collaboration diagram for vkdb::SelectQuery:

Public Attributes

SelectType type
 Select type.
 
MetricExpr metric
 Metric expression.
 
TableNameExpr table_name
 Table name expression.
 
SelectClause clause
 Select clause.
 

Detailed Description

Select query.

Definition at line 293 of file expr.h.

Member Data Documentation

◆ clause

SelectClause vkdb::SelectQuery::clause

Select clause.

Definition at line 316 of file expr.h.

◆ metric

MetricExpr vkdb::SelectQuery::metric

Metric expression.

Definition at line 304 of file expr.h.

◆ table_name

TableNameExpr vkdb::SelectQuery::table_name

Table name expression.

Definition at line 310 of file expr.h.

◆ type

SelectType vkdb::SelectQuery::type

Select type.

Definition at line 298 of file expr.h.


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