Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Input | Output | Alias |
|---|---|---|
| ✔ | ✔ |
Description
Differs from theJSONColumns format in that it also contains some metadata and statistics (similar to the JSON format).
The
JSONColumnsWithMetadata format buffers all data in memory and then outputs it as a single block, so, it can lead to high memory consumption.Example usage
Example:JSONColumnsWithMetadata input format, if setting input_format_json_validate_types_from_metadata is set to 1,
the types from metadata in input data will be compared with the types of the corresponding columns from the table.