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