stats
: make --infer-boolean
configurable
#2147
Labels
enhancement
New feature or request. Once marked with this label, its in the backlog.
Currently, booleans are inferred when
--infer-boolean
is enabled. The heuristic for inferring booleans is as follows:Make it so the the first character heuristic is configurable, as t/f (True/False) and y/n (Yes/No) are English-centric.
Further, allow the user to specify more than just the first character, to eliminate false positives (e.g. A column whose cardinality is 2, and a domain of "Tom", "Frank" will be incorrectly inferred as boolean).
The text was updated successfully, but these errors were encountered: