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

Remove query. More...

#include <expr.h>

Collaboration diagram for vkdb::RemoveQuery:

Public Attributes

TagColumnsExpr tag_columns
 Tag columns expression.
 
TableNameExpr table_name
 Table name expression.
 

Detailed Description

Remove query.

Definition at line 438 of file expr.h.

Member Data Documentation

◆ table_name

TableNameExpr vkdb::RemoveQuery::table_name

Table name expression.

Definition at line 449 of file expr.h.

◆ tag_columns

TagColumnsExpr vkdb::RemoveQuery::tag_columns

Tag columns expression.

Definition at line 443 of file expr.h.


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