From 7421db08aa78d3018b333f8c731285b6018af40c Mon Sep 17 00:00:00 2001 From: Dorota Wojcik Date: Fri, 6 Oct 2023 13:56:32 +0200 Subject: [PATCH] fix --- _toc.yml | 2 +- .../clickhouse/reference/supported-table-functions.rst | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/_toc.yml b/_toc.yml index 47afc43008..7c16985543 100644 --- a/_toc.yml +++ b/_toc.yml @@ -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 diff --git a/docs/products/clickhouse/reference/supported-table-functions.rst b/docs/products/clickhouse/reference/supported-table-functions.rst index 7b4b760038..befb1b2971 100644 --- a/docs/products/clickhouse/reference/supported-table-functions.rst +++ b/docs/products/clickhouse/reference/supported-table-functions.rst @@ -1,12 +1,14 @@ Table functions supported in Aiven for ClickHouse® ================================================== -`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 `_ 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: