Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp736 std::string eachIndexField = rawIndexStr.substr(curPos, nextCommaPos - curPos); in ParseCheckIndexes() local
737 eachIndexField = SchemaUtils::Strip(eachIndexField); in ParseCheckIndexes()
738 if (!eachIndexField.empty()) { // Continuous ',' just ignore in ParseCheckIndexes()
739 indexStrArray.push_back(eachIndexField); in ParseCheckIndexes()