ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
Loading...
Searching...
No Matches
kcmcp::Request Struct Reference

Decoded REQUEST payload. More...

#include "kcmcp_protocol.h"

Public Attributes

Operation operation {}
InputFormat input_format {}
OutputFormat output_format {}
std::string options
 UTF-8 JSON (may be empty == {}).
std::string problem
 the formula bytes

Detailed Description

Decoded REQUEST payload.

Definition at line 88 of file kcmcp_protocol.h.

Member Data Documentation

◆ input_format

InputFormat kcmcp::Request::input_format {}

Definition at line 90 of file kcmcp_protocol.h.

◆ operation

Operation kcmcp::Request::operation {}

Definition at line 89 of file kcmcp_protocol.h.

◆ options

std::string kcmcp::Request::options

UTF-8 JSON (may be empty == {}).

Definition at line 92 of file kcmcp_protocol.h.

◆ output_format

OutputFormat kcmcp::Request::output_format {}

Definition at line 91 of file kcmcp_protocol.h.

◆ problem

std::string kcmcp::Request::problem

the formula bytes

Definition at line 93 of file kcmcp_protocol.h.


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