Searched defs:QueryObjInfo (Results 1 – 1 of 1) sorted by relevance
32 struct QueryObjInfo { struct33 SchemaObject schema_;34 std::list<QueryObjNode> queryObjNodes_;35 std::vector<uint8_t> prefixKey_;36 std::string suggestIndex_;37 std::set<Key> keys_;38 int orderByCounts_ = 0; // Record processing to which orderBy node39 bool isValid_ = true;63 explicit SqliteQueryHelper(const QueryObjInfo &info); argument