Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h138 std::string GetSuggestIndex() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_expression.cpp290 std::string QueryExpression::GetSuggestIndex() const in GetSuggestIndex() function in DistributedDB::QueryExpression
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_object.cpp82 suggestIndex_ = queryExpressions.GetSuggestIndex(); in QueryObject()