Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2318 from Khatskevich/khatskevich/table_functions
Browse files Browse the repository at this point in the history
Update list of available clickhouse table functions
  • Loading branch information
wojcik-dorota authored Dec 20, 2023
2 parents 4b89739 + 10d6025 commit a6ca6a8
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,18 @@ Table functions supported in Aiven for ClickHouse®
SELECT *
FROM deltaLake('s3://bucket/path/to/lake')
.. note::

Occasionally, you may find specific table functions disabled for security reasons.

Aiven for ClickHouse® supports the following table functions:

* ``cluster``
* ``clusterAllReplicas``
* ``cosn``
* ``deltaLake``
* ``format``
* ``gcs``
* ``generateRandom``
* ``hudi``
* ``iceberg``
Expand All @@ -26,8 +31,8 @@ Aiven for ClickHouse® supports the following table functions:
* ``null``
* ``numbers``
* ``numbers_mt``
* ``oss``
* ``postgresql``
* ``remote``
* ``remoteSecure``
* ``s3``
* ``s3Cluster``
Expand Down

0 comments on commit a6ca6a8

Please sign in to comment.