Searched refs:GreaterThan (Results 1 – 3 of 3) sorted by relevance
54 DOCSTORE_API DataQuery& GreaterThan(const std::string &field, const T &value) in GreaterThan() function
342 dataQuery.GreaterThan(cond.col_, cond.fieldValue_.GetInteger()); in GetCondGreatThanValue()346 dataQuery.GreaterThan(cond.col_, cond.fieldValue_.GetFloat()); in GetCondGreatThanValue()350 dataQuery.GreaterThan(cond.col_, cond.fieldValue_.GetDouble()); in GetCondGreatThanValue()354 dataQuery.GreaterThan(cond.col_, cond.fieldValue_.GetString()); in GetCondGreatThanValue()
360 predicates.GreaterThan(SimRdbInfo::IS_ACTIVE, id); in QueryAllValidData()417 predicates.GreaterThan(SimRdbInfo::SIM_ID, id); in ClearData()