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

Variables

  • std::string left_hand_side
    The left hand side of the rule.

  • AttributeQueryCompareOperation operation
    The operation.

  • std::string right_hand_side
    The right hand side of the rule.