Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 809 Bytes

core.rst

File metadata and controls

48 lines (41 loc) · 809 Bytes

Core language functions

.. currentmodule:: hail.expr.functions

.. autosummary::

    literal
    cond
    if_else
    switch
    case
    bind
    rbind
    null
    str
    is_missing
    is_defined
    coalesce
    or_else
    or_missing
    range


.. autofunction:: literal
.. autofunction:: cond
.. autofunction:: if_else
.. autofunction:: switch
.. autofunction:: case
.. autofunction:: bind
.. autofunction:: rbind
.. autofunction:: null
.. autofunction:: str
.. autofunction:: is_missing
.. autofunction:: is_defined
.. autofunction:: coalesce
.. autofunction:: or_else
.. autofunction:: or_missing
.. autofunction:: range

.. currentmodule:: hail.expr.builders

.. autosummary::
    :nosignatures:
    :toctree: ./
    :template: class.rst

    CaseBuilder
    SwitchBuilder