![]() |
Defines a predicate, including the bin, type of predicate and the value for the predicate.
Definition at line 163 of file as_query.h.
#include "as_query.h"
Data Fields | |
as_bin_name | bin |
as_index_datatype | dtype |
as_index_type | itype |
as_predicate_type | type |
as_predicate_value | value |
as_bin_name as_predicate::bin |
Bin to apply the predicate to
Definition at line 168 of file as_query.h.
as_index_datatype as_predicate::dtype |
Definition at line 184 of file as_query.h.
as_index_type as_predicate::itype |
Definition at line 189 of file as_query.h.
as_predicate_type as_predicate::type |
The predicate type, dictates which values to use from the union
Definition at line 173 of file as_query.h.
as_predicate_value as_predicate::value |
The value for the predicate.
Definition at line 178 of file as_query.h.