ark::catalog::TimeQueryRule

Defined in header “ark/catalog/search.hh”.


A time-filtering rule.

Methods

  • bool operator==(const TimeQueryRule & other)
    Comparator for testing.

Variables

  • TimeQueryTarget target= TimeQueryTarget::CreationTime
    The target for the time rule.

  • QueryCompareOperation operation= QueryCompareOperation::Equals
    The operation that we are filtering on.

  • uint64_t timestamp_s= 0
    The timestamp, in seconds.