.. -*- coding: utf-8 -*-
.. :Project:   pglast — DO NOT EDIT: generated automatically
.. :Author:    Lele Gaifax <lele@metapensiero.it>
.. :License:   GNU General Public License version 3 or later
.. :Copyright: © 2017-2026 Lele Gaifax
..

========================================================================
 :mod:`pglast.enums.cmptype` --- Constants extracted from `cmptype.h`__
========================================================================

__ https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/access/cmptype.h

.. module:: pglast.enums.cmptype
   :synopsis: Constants extracted from cmptype.h


.. class:: pglast.enums.cmptype.CompareType

   Corresponds to the `CompareType enum <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/access/cmptype.h#L31>`__.

   .. data:: COMPARE_INVALID

   .. data:: COMPARE_LT

   .. data:: COMPARE_LE

   .. data:: COMPARE_EQ

   .. data:: COMPARE_GE

   .. data:: COMPARE_GT

   .. data:: COMPARE_NE

   .. data:: COMPARE_OVERLAP

   .. data:: COMPARE_CONTAINED_BY
