Home
last modified time | relevance | path

Searched refs:LessThan (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/adapter/dbstore/include/
Ddata_query.h62 DOCSTORE_API DataQuery& LessThan(const std::string &field, const T &value) in LessThan() function
/base/hiviewdfx/hiview/base/event_store/
Dsys_event_query.cpp302 dataQuery.LessThan(cond.col_, cond.fieldValue_.GetInteger()); in GetCondLessThanValue()
306 dataQuery.LessThan(cond.col_, cond.fieldValue_.GetFloat()); in GetCondLessThanValue()
310 dataQuery.LessThan(cond.col_, cond.fieldValue_.GetDouble()); in GetCondLessThanValue()
314 dataQuery.LessThan(cond.col_, cond.fieldValue_.GetString()); in GetCondLessThanValue()