Given input data and a type, how do we predict whether array() will produce ChunkedArray?
I figure the formula involves: - the length of input - the type, and max length (to be conservative) for variable length types - some constant(s) that Arrow knows internally... that may change in the future? Should there be an API to make this easy? Am I missing one that already exists? Thanks, John