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

Printer for vq. More...

#include <printer.h>

Public Member Functions

std::string print (const Expr &expr) noexcept
 Prints the given expression.
 

Detailed Description

Printer for vq.

Definition at line 14 of file printer.h.

Member Function Documentation

◆ print()

std::string vkdb::Printer::print ( const Expr & expr)
nodiscardnoexcept

Prints the given expression.

Parameters
exprThe expression to print.
Returns
A string representation of the expression.

Definition at line 4 of file printer.cpp.


The documentation for this class was generated from the following files: