Skip to content

Commit

Permalink
udpate to_filter docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariana Barzinpour committed Apr 9, 2024
1 parent d829c6b commit f0c7e9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pygeofilter/backends/sqlalchemy/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ def to_filter(ast, field_mapping={}, undefined_as_null=None):
:param ast: the abstract syntax tree
:param field_mapping: a dict mapping from the filter name to the SQLAlchemy
field lookup.
:param undefined_as_null: whether a name not present in field_mapping
should evaluate to null.
:type ast: :class:`Node`
:returns: a SQLAlchemy query object
"""
Expand Down

0 comments on commit f0c7e9f

Please sign in to comment.