Update docs

This commit is contained in:
Kruglov Pavel 2022-12-15 16:10:06 +01:00 committed by GitHub
parent b32722aa63
commit 0816626373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3434,13 +3434,6 @@ Use schema from cache for URL with last modification time validation (for urls w
Default value: `true`.
## schema_inference_make_columns_nullable {#schema_inference_make_columns_nullable}
Controls making inferred types `Nullable` in schema inference for formats without information about nullability.
If the setting is enabled, the inferred type will be `Nullable` only if column contains `NULL` in a sample that is parsed during schema inference.
Default value: `false`.
## use_structure_from_insertion_table_in_table_functions {use_structure_from_insertion_table_in_table_functions}
Use structure from insertion table instead of schema inference from data.
@ -3595,6 +3588,13 @@ y Nullable(String)
z IPv4
```
## schema_inference_make_columns_nullable {#schema_inference_make_columns_nullable}
Controls making inferred types `Nullable` in schema inference for formats without information about nullability.
If the setting is enabled, the inferred type will be `Nullable` only if column contains `NULL` in a sample that is parsed during schema inference.
Default value: `false`.
## date_time_input_format {#date_time_input_format}
Allows choosing a parser of the text representation of date and time.