Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_data_generator.cpp494 std::string splicSchema, largeIndexRes, largeIndex; in GenerateLargeValidSchema() local
496 largeIndexRes = largeIndexRes + "\"$.field" + std::to_string(index) + "\","; in GenerateLargeValidSchema()
498 largeIndexRes.erase(largeIndexRes.size() - 1, 1); in GenerateLargeValidSchema()
499 largeIndex = largeIndex + "[" + largeIndexRes + "]"; in GenerateLargeValidSchema()
537 std::string validLargeSchema, largeIndexRes, largeIndex, splicSchema; in GetLongIndex() local
544 largeIndexRes = largeIndexRes + "\"$.field" + std::to_string(index) + "\","; in GetLongIndex()
546 largeIndexRes.erase(largeIndexRes.size() - 1, 1); in GetLongIndex()
547 largeIndex = largeIndex + "[" + largeIndexRes + "]"; in GetLongIndex()