Files
codeql/docs/ql-documentation/learn-ql/advanced/advanced-ql.rst
2019-07-29 09:39:21 +01:00

19 lines
617 B
ReStructuredText

Advanced QL
===========
.. toctree::
:glob:
:hidden:
./*
Topics on advanced uses of QL. These topics assume that you are familiar with the QL language and the basics of query writing.
- :doc:`Semantics of abstract classes <abstract-classes>`
- :doc:`Choosing appropriate ways to constrain types <constraining-types>`
- :doc:`Determining the most specific types of a variable <determining-specific-types-variables>`
- :doc:`Folding predicates <folding-predicates>`
- :doc:`Understanding the difference between != and not(=) <equivalence>`
- :doc:`Monotonic aggregates in QL <monotonic-aggregates>`