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

A closed support interval [lo, hi] (±infinity for unbounded). More...

#include "Distribution.h"

Public Attributes

double lo
double hi

Detailed Description

A closed support interval [lo, hi] (±infinity for unbounded).

Definition at line 35 of file Distribution.h.

Member Data Documentation

◆ hi

double provsql::DistSupport::hi

Definition at line 37 of file Distribution.h.

◆ lo

double provsql::DistSupport::lo

Definition at line 36 of file Distribution.h.


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