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

At clause. More...

#include <expr.h>

Collaboration diagram for vkdb::AtClause:

Public Attributes

TimestampExpr timestamp
 Timestamp expression.
 
std::optional< WhereClausewhere_clause
 Optional where clause.
 

Detailed Description

At clause.

Definition at line 177 of file expr.h.

Member Data Documentation

◆ timestamp

TimestampExpr vkdb::AtClause::timestamp

Timestamp expression.

Definition at line 182 of file expr.h.

◆ where_clause

std::optional<WhereClause> vkdb::AtClause::where_clause

Optional where clause.

Definition at line 188 of file expr.h.


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