-
|
Looking at the docs for Does that statement read through every row by default or a subset? Would it be possible to include the same |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hello! I don't think there is a definite answer to this, DuckDB just asks GDAL for the schema, and how that schema is derived is driver-dependent. It doesn't seem like the GeoJSON driver has an option to specify this, so we can't expose a |
Beta Was this translation helpful? Give feedback.
Hello!
I don't think there is a definite answer to this, DuckDB just asks GDAL for the schema, and how that schema is derived is driver-dependent. It doesn't seem like the GeoJSON driver has an option to specify this, so we can't expose a
sample_size. My guess would be that it probably parses the whole input to detect the types.