Module record

Source

Structsยง

RecordDecoder
Decodes avro encoded data into [RecordBatch]

Enumsยง

Decoder ๐Ÿ”’

Constantsยง

DEFAULT_CAPACITY ๐Ÿ”’

Functionsยง

flush_offsets ๐Ÿ”’
flush_primitive ๐Ÿ”’
flush_values ๐Ÿ”’
read_blocks ๐Ÿ”’
read_blockwise_items ๐Ÿ”’
sign_extend_to ๐Ÿ”’
Sign extends a byte slice to a fixed-size array of N bytes. This is done by filling the leading bytes with 0x00 for positive numbers or 0xFF for negative numbers.