All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
as_predicate Struct Reference

Detailed Description

Defines a predicate, including the bin, type of predicate and the value for the predicate.

Definition at line 138 of file src/include/aerospike/as_query.h.

#include "as_query.h"

+ Collaboration diagram for as_predicate:

Data Fields

as_bin_name bin
 
as_predicate_type type
 
as_predicate_value value
 

Field Documentation

as_bin_name as_predicate::bin

Bin to apply the predicate to

Definition at line 143 of file src/include/aerospike/as_query.h.

as_predicate_type as_predicate::type

The predicate type, dictates which value to use from the union

Definition at line 148 of file src/include/aerospike/as_query.h.

as_predicate_value as_predicate::value

The value for the predicate.

Definition at line 153 of file src/include/aerospike/as_query.h.


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