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

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota committed Oct 6, 2023
1 parent 117763d commit 7421db0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ entries:
title: Reference
entries:
- file: docs/products/clickhouse/reference/supported-table-engines
title: Supported table engines
title: Table engines
- file: docs/products/clickhouse/reference/metrics-list
title: ClickHouse metrics in Grafana
- file: docs/products/clickhouse/reference/supported-table-functions
Expand Down
10 changes: 6 additions & 4 deletions docs/products/clickhouse/reference/supported-table-functions.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Table functions supported in Aiven for ClickHouse®
==================================================

`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.
`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
.. topic:: Sample usage of the S3 table function

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

Expand Down

0 comments on commit 7421db0

Please sign in to comment.