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

All clause. More...

#include <expr.h>

Public Attributes

std::optional< WhereClausewhere_clause
 Optional where clause.
 

Detailed Description

All clause.

Definition at line 141 of file expr.h.

Member Data Documentation

◆ where_clause

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

Optional where clause.

Definition at line 146 of file expr.h.


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