Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp641 std::vector<std::vector<std::string>> oriIndexArray; in ParseCheckSchemaIndexes() local
643 oriIndexArray); in ParseCheckSchemaIndexes()
648 if (oriIndexArray.size() > SchemaConstant::SCHEMA_INDEX_COUNT_MAX) { in ParseCheckSchemaIndexes()
649 LOGE("[Schema][ParseIndex] Index(Ori) count=%zu exceed limitation.", oriIndexArray.size()); in ParseCheckSchemaIndexes()
652 for (const auto &entry : oriIndexArray) { in ParseCheckSchemaIndexes()