You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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