Hi all, I've noticed the Arrow schema [1] defines some table types that clash with primitive type names in the language I'm targeting.
For instance, we see `table Int{}` and `table Bool{}` , both of which are primitive types in Haskell. Are there mechanisms in the Arrow standard that let one bypass this problem? Thank you in advance for all pointers and clarifications. KR, Marco 1) https://github.com/apache/arrow/blob/master/format/Schema.fbs