1
1
mirror of https://github.com/wader/fq.git synced 2024-12-28 08:02:28 +03:00
fq/format/avro/decoders
2022-01-19 19:35:50 -06:00
..
array.go Initial pass on logical types 2022-01-13 23:32:19 -06:00
bool.go Initial pass on logical types 2022-01-13 23:32:19 -06:00
bytes.go Initial pass on logical types 2022-01-13 23:32:19 -06:00
decoders.go Initial pass on logical types 2022-01-13 23:32:19 -06:00
double.go Initial pass on logical types 2022-01-13 23:32:19 -06:00
enum.go cleanup some docs, change enum to mapper, error zigzag on more than 8 bytes 2022-01-19 19:35:50 -06:00
fixed.go Initial pass on logical types 2022-01-13 23:32:19 -06:00
float.go Initial pass on logical types 2022-01-13 23:32:19 -06:00
int.go Initial pass on logical types 2022-01-13 23:32:19 -06:00
logicaltypes.go cleanup some docs, change enum to mapper, error zigzag on more than 8 bytes 2022-01-19 19:35:50 -06:00
long.go cleanup some docs, change enum to mapper, error zigzag on more than 8 bytes 2022-01-19 19:35:50 -06:00
map.go Initial pass on logical types 2022-01-13 23:32:19 -06:00
null.go cleanup some docs, change enum to mapper, error zigzag on more than 8 bytes 2022-01-19 19:35:50 -06:00
record.go cleanup some docs, change enum to mapper, error zigzag on more than 8 bytes 2022-01-19 19:35:50 -06:00
string.go Initial pass on logical types 2022-01-13 23:32:19 -06:00
union.go Initial pass on logical types 2022-01-13 23:32:19 -06:00