package
1.0.0
Repository: https://github.com/jimyag/go-parquet.git
Documentation: pkg.go.dev

# Functions

NewBufferFile creates new in memory parquet buffer.
NewBufferFileCapacity starts the returned BufferFile with the given capacity.
NewBufferFileFromBytes creates new in memory parquet buffer from the given bytes.

# Constants

DefaultCapacity is the size in bytes of a new BufferFile's backing buffer.

# Structs

BufferFile allows reading parquet messages from a memory buffer.