range_statement Struct Reference

This is a predicate data object for range queries. More...

#include <dictionary_types.h>

Collaboration diagram for range_statement:

Public Attributes

ion_key_t lower_bound
 
ion_key_t upper_bound
 

Detailed Description

This is a predicate data object for range queries.

This is to be used by the user to setup a predicate for evaluation.

Definition at line 324 of file dictionary_types.h.

Member Data Documentation

ion_key_t range_statement::lower_bound

The lower value in the range

Definition at line 325 of file dictionary_types.h.

ion_key_t range_statement::upper_bound

The upper value in the range

Definition at line 327 of file dictionary_types.h.


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