# 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.