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

Between clause. More...

#include <expr.h>

Collaboration diagram for vkdb::BetweenClause:

Public Attributes

TimestampExpr start
 Start timestamp expression.
 
TimestampExpr end
 End timestamp expression.
 
std::optional< WhereClausewhere_clause
 Optional where clause.
 

Detailed Description

Between clause.

Definition at line 153 of file expr.h.

Member Data Documentation

◆ end

TimestampExpr vkdb::BetweenClause::end

End timestamp expression.

Definition at line 164 of file expr.h.

◆ start

TimestampExpr vkdb::BetweenClause::start

Start timestamp expression.

Definition at line 158 of file expr.h.

◆ where_clause

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

Optional where clause.

Definition at line 170 of file expr.h.


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