@@ -6,7 +6,7 @@ sidebar_label: Metadata
6
6
The following file-level metadata fields are available for the supported file formats:
7
7
8
8
| File Metadata | Type | Description |
9
- | ---------------------------- | --------- | -------------------------------------------------- |
9
+ | -------------------------- | ------- | ------------------------------------------------ |
10
10
| ` metadata$filename ` | VARCHAR | The name of the file from which the row was read |
11
11
| ` metadata$file_row_number ` | INT | The row number within the file (starting from 0) |
12
12
@@ -17,11 +17,11 @@ These metadata fields are available in:
17
17
18
18
## Detailed Guides for Querying Metadata
19
19
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