This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5fc07e
commit 79153d5
Showing
4 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
docs/products/clickhouse/reference/s3-supported-file-formats.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
File formats for the S3 table function in Aiven for ClickHouse® | ||
=============================================================== | ||
|
||
The `S3 table function <https://clickhouse.com/docs/en/sql-reference/table-functions/s3>`_ allows you to select and insert data in S3-compatible storages. The S3 table function in Aiven for ClickHouse® can be used with the following file formats: | ||
|
||
* ``Arrow`` | ||
* ``CSV`` | ||
* ``JSON`` | ||
* ``TSV`` | ||
* ``Parquet`` | ||
* ``ORC`` | ||
* ``Avro`` | ||
|
||
.. seealso:: | ||
|
||
* :doc:`Table functions supported in Aiven for ClickHouse® </docs/products/clickhouse/reference/table-functions>` | ||
* :doc:`Read and pull data from S3 object storages and web resources over HTTP </docs/products/clickhouse/howto/run-federated-queries>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
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>`_: | ||
|
||
* ``cluster`` | ||
* ``clusterAllReplicas`` | ||
* ``cosn`` | ||
* ``deltaLake`` | ||
* ``format`` | ||
* ``generateRandom`` | ||
* ``hudi`` | ||
* ``iceberg`` | ||
* ``input`` | ||
* ``merge`` | ||
* ``mysql`` | ||
* ``null`` | ||
* ``numbers`` | ||
* ``numbers_mt`` | ||
* ``postgresql`` | ||
* ``remote`` | ||
* ``remoteSecure`` | ||
* ``s3`` | ||
* ``s3Cluster`` | ||
* ``url`` | ||
* ``values`` | ||
* ``view`` | ||
* ``viewExplain`` | ||
* ``viewIfPermitted`` | ||
* ``zeros`` | ||
* ``zeros_mt`` |