Home
last modified time | relevance | path

Searched refs:QueryByKeyRange (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery.cpp72 queryExpression_.QueryByKeyRange(keyBegin, keyEnd); in Range()
H A Dquery_expression.cpp209 void QueryExpression::QueryByKeyRange(const std::vector<uint8_t> &keyBegin, const std::vector<uint8… in QueryByKeyRange() function in DistributedDB::QueryExpression
212 expressions_[fromTable_].QueryByKeyRange(keyBegin, keyEnd); in QueryByKeyRange()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h126 void QueryByKeyRange(const std::vector<uint8_t> &keyBegin, const std::vector<uint8_t> &keyEnd);