mirror of
https://github.com/wader/fq.git
synced 2024-12-21 04:11:55 +03:00
2c505feec8
Plan is to use it for man page etc and also some ansi renderer
28 lines
750 B
Plaintext
28 lines
750 B
Plaintext
$ fq -h avro_ocf
|
|
avro_ocf: Avro object container file decoder
|
|
|
|
Decode examples
|
|
===============
|
|
|
|
# Decode file as avro_ocf
|
|
$ fq -d avro_ocf . file
|
|
# Decode value as avro_ocf
|
|
... | avro_ocf
|
|
|
|
Supports reading Avro Object Container Format (OCF) files based on the 1.11.0 specification.
|
|
|
|
Capable of handling null, deflate, and snappy codecs for data compression.
|
|
|
|
Limitations:
|
|
|
|
- Schema does not support self-referential types, only built-in types.
|
|
- Decimal logical types are not supported for decoding, will just be treated as their primitive type
|
|
|
|
References
|
|
==========
|
|
- https://avro.apache.org/docs/current/spec.html#Object+Container+Files
|
|
|
|
Authors
|
|
=======
|
|
- Xentripetal xentripetal@fastmail.com @xentripetal (https://github.com/xentripetal)
|