Home
last modified time | relevance | path

Searched refs:projectionObj (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.cpp238 int CheckCommon::CheckProjection(JsonObject &projectionObj, std::vector<std::vector<std::string>> &… in CheckProjection() argument
240 if (projectionObj.GetDeep() > JSON_DEEP_MAX) { in CheckProjection()
245 if (!projectionObj.GetChild().IsNull()) { in CheckProjection()
246 JsonObject projectionObjChild = projectionObj.GetChild(); in CheckProjection()
H A Dcheck_common.h36 …static int CheckProjection(JsonObject &projectionObj, std::vector<std::vector<std::string>> &path);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp740 JsonObject projectionObj = JsonObject::Parse(projection, errCode, true); in FindProjectionInit() local
747 allPath = JsonCommon::ParsePath(projectionObj, errCode); in FindProjectionInit()
751 if (GetViewType(projectionObj, viewType) != E_OK) { in FindProjectionInit()
755 errCode = CheckCommon::CheckProjection(projectionObj, allPath); in FindProjectionInit()