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 170 of file as_query.h.

#include "as_query.h"

+ Collaboration diagram for as_predicate_value:

Data Fields

struct {
   uint8_t *   bytes
 
   uint32_t   bytes_size
 
blob_val
 
int64_t integer
 
struct {
   int64_t   max
 
   int64_t   min
 
integer_range
 
struct {
   char *   string
 
string_val
 

Field Documentation

struct { ... } as_predicate_value::blob_val
uint8_t* as_predicate_value::bytes

Definition at line 179 of file as_query.h.

uint32_t as_predicate_value::bytes_size

Definition at line 180 of file as_query.h.

int64_t as_predicate_value::integer

Definition at line 171 of file as_query.h.

struct { ... } as_predicate_value::integer_range
int64_t as_predicate_value::max

Definition at line 186 of file as_query.h.

int64_t as_predicate_value::min

Definition at line 185 of file as_query.h.

char* as_predicate_value::string

Definition at line 174 of file as_query.h.

struct { ... } as_predicate_value::string_val

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