Skip to content

Commit

Permalink
Add missing article
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Sep 19, 2024
1 parent 2409481 commit 52081ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions presto-docs/src/main/sphinx/language/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Example: ``MAP(ARRAY['foo', 'bar'], ARRAY[1, 2])``
^^^^^^^

A structure made up of named fields. The fields may be of any SQL type, and are
accessed with field reference operator ``.``
accessed with the field reference operator ``.``

Example: ``CAST(ROW(1, 2.0) AS ROW(x BIGINT, y DOUBLE))``

Expand Down Expand Up @@ -447,4 +447,4 @@ The types support operations such as spatial measurements and relationship check
crucial for geographic information systems (GIS) and other applications requiring spatial data manipulation.
The geospatial types ensure data integrity and provide robust tools for complex spatial querying and analysis.

See :doc:`/functions/geospatial`.
See :doc:`/functions/geospatial`.

0 comments on commit 52081ac

Please sign in to comment.