![]() |
Union of supported predicates
Definition at line 114 of file as_query.h.
#include "as_query.h"
Data Fields | |
int64_t | integer |
struct { | |
int64_t max | |
int64_t min | |
} | integer_range |
char * | string |
int64_t as_predicate_value::integer |
Integer Value
Definition at line 124 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 139 of file as_query.h.
int64_t as_predicate_value::min |
Minimum value
Definition at line 134 of file as_query.h.
char* as_predicate_value::string |
String Value
Definition at line 119 of file as_query.h.