Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp33 const int JSON_DEEP_MAX = 4; variable
104 if (filterPath[i].size() > JSON_DEEP_MAX) { in CheckFilter()
142 if (documentObj.GetDeep() > JSON_DEEP_MAX) { in CheckDocument()
206 if (maxDeep > JSON_DEEP_MAX) { in CheckUpdata()
240 if (projectionObj.GetDeep() > JSON_DEEP_MAX) { in CheckProjection()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dprojection_tree.cpp18 constexpr int JSON_DEEP_MAX = 4; variable
38 if (tempNode->Deep > JSON_DEEP_MAX) { in ParseSinglePathToTree()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/include/
H A Dgrd_format_config.h25 #define JSON_DEEP_MAX (4) macro