@@ -6,7 +6,7 @@ sidebar_label: Metadata
66The following file-level metadata fields are available for the supported file formats:
77
88| File Metadata | Type | Description |
9- | ---------------------------- | --------- | -------------------------------------------------- |
9+ | -------------------------- | ------- | ------------------------------------------------ |
1010| ` metadata$filename ` | VARCHAR | The name of the file from which the row was read |
1111| ` metadata$file_row_number ` | INT | The row number within the file (starting from 0) |
1212
@@ -17,11 +17,11 @@ These metadata fields are available in:
1717
1818## Detailed Guides for Querying Metadata
1919
20- | File Format | Guide |
21- | ------------- | --------------------------------------------------------------------------------------------------- |
22- | Parquet | [ Querying Parquet Files with Metadata] ( /docs/en/guides/40-load-data/04-transform /00-querying-parquet.md#query-with-metadata) |
23- | CSV | [ Querying CSV Files with Metadata] ( /docs/en/guides/40-load-data/04-transform/ 01-querying-csv.md#query-with-metadata) |
24- | TSV | [ Querying TSV Files with Metadata] ( /docs/en/guides/40-load-data/04-transform/ 02-querying-tsv.md#query-with-metadata) |
25- | NDJSON | [ Querying NDJSON Files with Metadata] ( /docs/en/guides/40-load-data/04-transform/ 03-querying-ndjson.md#query-with-metadata) |
26- | ORC | [ Querying ORC Files with Metadata] ( /docs/en/guides/40-load-data/04-transform/ 03-querying-orc.md#query-with-metadata) |
27- | Avro | [ Querying Avro Files with Metadata] ( /docs/en/guides/40-load-data/ 04-transform/04- querying-avro.md#query-with-metadata) |
20+ | File Format | Guide |
21+ | ----------- | ------------------------------------------------------------------------------------ |
22+ | Parquet | [ Querying Parquet Files with Metadata] ( . /00-querying-parquet.md#query-with-metadata) |
23+ | CSV | [ Querying CSV Files with Metadata] ( ./ 01-querying-csv.md#query-with-metadata) |
24+ | TSV | [ Querying TSV Files with Metadata] ( ./ 02-querying-tsv.md#query-with-metadata) |
25+ | NDJSON | [ Querying NDJSON Files with Metadata] ( ./ 03-querying-ndjson.md#query-with-metadata) |
26+ | ORC | [ Querying ORC Files with Metadata] ( ./ 03-querying-orc.md#query-with-metadata) |
27+ | Avro | [ Querying Avro Files with Metadata] ( ./ 04-querying-avro.md#query-with-metadata) |
0 commit comments