ark::catalog::AttributeQueryRule
Defined in header “ark/catalog/search.hh”.
Contains an attribute query rule. This allows you to query on particular attributes or parameters, so that you can use rules like ’less then’ or ‘doesn’t equal’.
Methods
- bool operator==(const AttributeQueryRule & other)
Comparator for testing.
Variables
-
std::string left_hand_side
The left hand side of the rule. -
QueryCompareOperation operation
The operation. -
std::string right_hand_side
The right hand side of the rule.