Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp80 static int CheckSingleFilterPath(std::vector<std::string> &singleFilterPath) in CheckSingleFilterPath() argument
82 if (singleFilterPath.empty()) { in CheckSingleFilterPath()
85 for (size_t j = 0; j < singleFilterPath.size(); j++) { in CheckSingleFilterPath()
86 if (singleFilterPath[j].empty()) { in CheckSingleFilterPath()
89 for (auto oneChar : singleFilterPath[j]) { in CheckSingleFilterPath()
95 …if (!singleFilterPath.empty() && !singleFilterPath[0].empty() && isdigit(singleFilterPath[0][0])) { in CheckSingleFilterPath()