Skip to content

Commit

Permalink
Update Prestissimo docs to remove restriction for UUID type
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-pandit committed Jan 14, 2025
1 parent 761ab56 commit 35d98ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presto-docs/src/main/sphinx/presto_cpp/limitations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The C++ evaluation engine has a number of limitations:

* Presto C++ only supports unlimited length ``VARCHAR``, and does not honor the length ``n`` in ``varchar[n]``.

* The following types are not supported: ``IPADDRESS``, ``IPPREFIX``, ``UUID``, ``KHYPERLOGLOG``, ``P4HYPERLOGLOG``, ``QDIGEST``, ``TDIGEST``, ``GEOMETRY``, ``BINGTILE``.
* The following types are not supported: ``IPADDRESS``, ``IPPREFIX``, ``KHYPERLOGLOG``, ``P4HYPERLOGLOG``, ``QDIGEST``, ``TDIGEST``, ``GEOMETRY``, ``BINGTILE``.

* Certain parts of the plugin SPI are not used by the C++ evaluation engine. In particular, C++ workers will not load any plugin in the plugins directory, and certain plugin types are either partially or completely unsupported.

Expand Down

0 comments on commit 35d98ed

Please sign in to comment.