Syntax
Arguments
cluster_name— Name of a cluster that is used to build a set of addresses and connection parameters to remote and local servers.- Description of all other arguments coincides with description of arguments in equivalent paimon table function.
- An optional
extra_credentialsparameter can be used to pass arole_arnfor role-based access in ClickHouse Cloud. See Secure S3 for configuration steps.
Virtual Columns
_path— Path to the file. Type:LowCardinality(String)._file— Name of the file. Type:LowCardinality(String)._size— Size of the file in bytes. Type:Nullable(UInt64). If the file size is unknown, the value isNULL._time— Last modified time of the file. Type:Nullable(DateTime). If the time is unknown, the value isNULL._etag— The etag of the file. Type:LowCardinality(String). If the etag is unknown, the value isNULL.