mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
19 lines
617 B
ReStructuredText
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>`
|