package
18.0.0
Repository: https://github.com/apache/arrow-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ArrowSchemaFromAvro returns a new Arrow schema from an Avro schema.
NewReader returns a reader that reads from an Avro OCF file and creates arrow.Records from the converted avro data.
WithAllocator specifies the Arrow memory allocator used while building records.
WithChunk specifies the chunk size used while reading Avro OCF files.
WithReadCacheSize specifies the size of the OCF record decode queue, default value is 500.
WithRecordCacheSize specifies the size of the converted Arrow record queue, default value is 1.
WithSchemaEdit specifies modifications to the Avro schema.

# Variables

No description provided by the author
No description provided by the author

# Structs

Reader wraps goavro/OCFReader and creates array.Records from a schema.

# Type aliases

Option configures an Avro reader/writer.