mkleen commented on issue #22989: URL: https://github.com/apache/datafusion/issues/22989#issuecomment-4788206350
The arrow-types which in datafusion are: | Category | Arrow Type | |---|---| | Float | `Float16` | | Float | `Float32` | | Float | `Float64` | | Decimal | `Decimal32` | | Decimal | `Decimal64` | | Decimal | `Decimal128` | | Decimal | `Decimal256` | | Temporal | `Duration` | | Temporal | `Interval` | | Binary | `BinaryView` | | Binary | `FixedSizeBinary` | | List/Nested | `List` | | List/Nested | `LargeList` | | List/Nested | `ListView` | | List/Nested | `LargeListView` | | List/Nested | `FixedSizeList` | | Complex | `Struct` | | Complex | `Map` | | Complex | `Union` | | Complex | `Dictionary` | | Complex | `RunEndEncoded` | -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
