Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dresult_set_common.cpp26 for (const auto &singlePath : context->projectionPath) { in InitResultSet()
32 if (context->projectionTree.ParseTree(context->projectionPath) == -E_INVALID_ARGS) { in InitResultSet()
H A Dresult_set.cpp278 for (const auto &singleCutPaht : context_->projectionPath) { in CutJsonBranch()
H A Ddocument_store.cpp761 context->projectionPath = std::move(allPath); in FindProjectionInit()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Ddocument_type.h27 std::vector<std::vector<std::string>> projectionPath; member