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

Commit

Permalink
Comments from Arthur and Joe
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota committed Oct 6, 2023
1 parent 79153d5 commit e3d0069
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ entries:
title: Supported table engines
- file: docs/products/clickhouse/reference/metrics-list
title: ClickHouse metrics in Grafana
- file: docs/products/clickhouse/reference/table-functions
- file: docs/products/clickhouse/reference/supported-table-functions
title: Table functions
- file: docs/products/clickhouse/reference/s3-supported-file-formats
title: S3 file formats
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ The `S3 table function <https://clickhouse.com/docs/en/sql-reference/table-funct

.. seealso::

* :doc:`Table functions supported in Aiven for ClickHouse® </docs/products/clickhouse/reference/table-functions>`
* :doc:`Table functions supported in Aiven for ClickHouse® </docs/products/clickhouse/reference/supported-table-functions>`
* :doc:`Read and pull data from S3 object storages and web resources over HTTP </docs/products/clickhouse/howto/run-federated-queries>`
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
Table functions supported in Aiven for ClickHouse®
==================================================

Table functions return data of the table type and are used to construct tables. Aiven for ClickHouse® supports the following `table functions <https://clickhouse.com/docs/en/sql-reference/table-functions>`_:
`Table functions <https://clickhouse.com/docs/en/sql-reference/table-functions>`_ can be used to construct tables, for example, in a `FROM` clause of a query or in an `INSERT INTO TABLE FUNCTION` statement.

.. code-block:: bash
SELECT *
FROM deltaLake('s3://bucket/path/to/lake')
Aiven for ClickHouse® supports the following table functions:

* ``cluster``
* ``clusterAllReplicas``
Expand Down

0 comments on commit e3d0069

Please sign in to comment.