Files
codeql/docs/language/learn-ql/advanced/advanced-ql.rst
Shati Patel 60226801aa Docs: Update terminology
A more in-depth attempt at changing terminology for GHU.
I've only updated the non-language specific topics so far.
2019-10-23 14:54:02 +01:00

19 lines
604 B
ReStructuredText

Advanced QL
===========
.. toctree::
:glob:
:hidden:
./*
Topics on advanced uses of QL. These topics assume that you are familiar with QL 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>`