pub const SAMPLE: usize = 20480;Expand description
How many rows the sniffer looks at.
DuckDB’s sample_size default, which it prints in the block under a conversion error. A value
past this that does not fit the type the sample chose is an error at read time rather than a
wider type, because widening would mean going back and rewriting the chunks already handed out.