Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dataability/src/
H A Dpredicates_utils.cpp59 std::vector<std::string> groupArray; in SetAttributes() local
63 groupArray.push_back(temp); in SetAttributes()
65 predicates->GroupBy(groupArray); in SetAttributes()