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