package
1.6.2
Repository: https://github.com/xitongsys/parquet-go.git
Documentation: pkg.go.dev

# Functions

Decode a dict chunk.
Create a new data page.
Create a new dict page.
Create a new page.
Create a RowGroup.
Convert several pages to one chunk.
Convert several pages to one chunk with dict page first.
Read one chunk from parquet file (Deprecated).
Read data page values.
Read page from parquet file.
This is a test function.
Read page header.
Read page RawData.
Read one RowGroup from parquet file (Deprecated).
Convert a table to data pages.
Convert a table to dict data pages.

# Structs

Chunk stores the ColumnChunk in parquet file.
Page is used to store the page data.
RowGroup stores the RowGroup in parquet file.
Table is the core data structure used to store the values.