All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
as_predicate_value Union Reference

Detailed Description

Union of supported predicates

Definition at line 77 of file as_query.h.

#include "as_query.h"

+ Collaboration diagram for as_predicate_value:

Data Fields

int64_t integer
 
struct {
   int64_t   max
 
   int64_t   min
 
integer_range
 
char * string
 

Field Documentation

int64_t as_predicate_value::integer

Integer Value

Definition at line 87 of file as_query.h.

struct { ... } as_predicate_value::integer_range

Integer Range Value

int64_t as_predicate_value::max

Maximum value

Definition at line 102 of file as_query.h.

int64_t as_predicate_value::min

Minimum value

Definition at line 97 of file as_query.h.

char* as_predicate_value::string

String Value

Definition at line 82 of file as_query.h.


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