Searched defs:Query (Results 1 – 2 of 2) sorted by relevance
168 struct Query struct171 bool isOnly = false;174 uint8_t expandLevel = 0;175 ExpandType expandType = ExpandType::None;178 std::optional<size_t> skip = std::nullopt;181 static constexpr size_t maxTop = 1000; // Max entries a response contain182 std::optional<size_t> top = std::nullopt;185 std::optional<filter_ast::LogicalAnd> filter = std::nullopt;191 SelectTrie selectTrie{};
269 STDMETHODIMP CQGAVssProvider::Query( in Query() function in CQGAVssProvider