Replies: 1 comment 1 reply
-
what's the meaning of you? can you provide an example? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
i load 1000 files by mask *
select
_path ,
*
FROM s3(
"URI" = "s3://xxx/yyy/*.snappy.parquet",
"resource" = "<>",
"format" = "parquet"
) t
Virtual columns
_path — Path to the file. Type: LowCardinalty(String).
_file — Name of the file. Type: LowCardinalty(String).
_size — Size of the file in bytes. Type: Nullable(UInt64). If the size is unknown, the value is NULL.
_time — Last modified time of the file. Type: Nullable(DateTime). If the time is unknown, the value is NULL.
_etag — ETag of the file. Type: LowCardinalty(String). If the etag is unknown, the value is NULL.
Beta Was this translation helpful? Give feedback.
All reactions