Loading...
Searching...
No Matches
Data Fields
as_predicate_value Union Reference

Detailed Description

Union of supported predicates

Definition at line 169 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]

struct { ... } as_predicate_value::blob_val

◆ bytes

uint8_t* as_predicate_value::bytes

Definition at line 178 of file as_query.h.

◆ bytes_size

uint32_t as_predicate_value::bytes_size

Definition at line 179 of file as_query.h.

◆ integer

int64_t as_predicate_value::integer

Definition at line 170 of file as_query.h.

◆ [struct]

struct { ... } as_predicate_value::integer_range

◆ max

int64_t as_predicate_value::max

Definition at line 185 of file as_query.h.

◆ min

int64_t as_predicate_value::min

Definition at line 184 of file as_query.h.

◆ string

char* as_predicate_value::string

Definition at line 173 of file as_query.h.

◆ [struct]

struct { ... } as_predicate_value::string_val

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