Skip to content

Releases: loicalleyne/arrow_schemagen

v0.1.0

21 Jul 02:45
Compare
Choose a tag to compare

First release

ArrowSchemaFromAvro(avroSchema []byte, includeTopLevel bool) (*arrow.Schema, error)
Support for Avro primitive, complex and logical types.
Basic unions of null and one other type are supported.

ArrowSchemaFromMap(m map[string]interface{}) (*arrow.Schema, error)
Support for Go primitive types using reflect to detect types.