Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 492 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 492 Bytes

savro

Pure scala impementation of avro

Status

Primitive Types

  • null
  • boolean
  • int
  • long
  • float
  • double
  • bytes
  • string

Complex Types

  • records
  • enums
  • arrays (missing block size reading and writing in bytes)
  • maps (missing block size reading and writing in bytes and setting the block size when writing)
  • unions
  • fixed

Other

  • Sort Order
  • Single-object encoding
  • Object Container Files