ColumnLiteral
=============

.. currentmodule:: lsst.daf.relation

.. autoclass:: ColumnLiteral
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~ColumnLiteral.columns_required

   .. rubric:: Methods Summary

   .. autosummary::

      ~ColumnLiteral.eq
      ~ColumnLiteral.function
      ~ColumnLiteral.ge
      ~ColumnLiteral.gt
      ~ColumnLiteral.is_supported_by
      ~ColumnLiteral.le
      ~ColumnLiteral.literal
      ~ColumnLiteral.lt
      ~ColumnLiteral.method
      ~ColumnLiteral.ne
      ~ColumnLiteral.predicate_function
      ~ColumnLiteral.predicate_method
      ~ColumnLiteral.reference

   .. rubric:: Attributes Documentation

   .. autoattribute:: columns_required

   .. rubric:: Methods Documentation

   .. automethod:: eq
   .. automethod:: function
   .. automethod:: ge
   .. automethod:: gt
   .. automethod:: is_supported_by
   .. automethod:: le
   .. automethod:: literal
   .. automethod:: lt
   .. automethod:: method
   .. automethod:: ne
   .. automethod:: predicate_function
   .. automethod:: predicate_method
   .. automethod:: reference