Module reader

Source
Expand description

Core functionality for reading Avro data into Arrow arrays

Implements the primary reader interface and record decoding logic. Read Avro data to Arrow

Modulesยง

block ๐Ÿ”’
Decoder for Block
cursor ๐Ÿ”’
header ๐Ÿ”’
Decoder for Header
record ๐Ÿ”’
vlq ๐Ÿ”’

Functionsยง

read_blocks ๐Ÿ”’
Return an iterator of Block from the provided BufRead
read_header ๐Ÿ”’
Read a Header from the provided BufRead