Home
last modified time | relevance | path

Searched refs:SUGGEST_INDEX (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_sync_object.cpp133 node.operFlag == QueryObjType::SUGGEST_INDEX) { in CalculateIdentifyLen()
168 node.operFlag == QueryObjType::SUGGEST_INDEX) { in GetIdentify()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h60 SUGGEST_INDEX = 0x0801, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Ddata_query.h643 static const char * const SUGGEST_INDEX; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp61 const char * const DataQuery::SUGGEST_INDEX = "^SUGGEST_INDEX"; member in OHOS::DistributedKv::DataQuery
619 str_.append(SUGGEST_INDEX); in SetSuggestIndex()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_expression.cpp231 queryInfo_.emplace_back(QueryObjNode{QueryObjType::SUGGEST_INDEX, indexName, in QueryBySuggestIndex()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.cpp130 } else if (keyword == DataQuery::SUGGEST_INDEX) { in HandleExtra()