Skip to content

avro-kotlin/avro4k-arrow

Repository files navigation

Build Status

Introduction

Avro4k-Arrow is a library that provides avro4k serializers for arrow types.

This library provides serializers for the following arrow types:

JVM Type Schema Type Logical Type Encoded Type
arrow.core.Option UNION<null, T> null, T
arrow.core.Tuple2<A,B> RECORD<A,B> GenericRecord
arrow.core.Tuple3<A,B,C> RECORD<A,B,C> GenericRecord

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published