Hi, I would like to have a variant of arrow::enable_if_number<DataType> good for numerical types, boolean as well as Date32 but not any other type so that I don’t have to repeat template specializations with essentially the same code. What’s the canonical way to achieve that?
Ying