Registry / serialization / xitongsys-parquet-go

xitongsys-parquet-go

JSON →
library1.6.2gogounverified

A Go library for reading and writing Apache Parquet files.

go get github.com/xitongsys/parquet-go
INSTALL
IMPORT
SIG · XITONGSYS-PARQUET-
X
xitongsys-parquet-go
serializationgov1.6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

parquet
github.com/xitongsys/parquet-go

Opens a Parquet file and prints the number of rows.

package main import ( "fmt" "github.com/xitongsys/parquet-go/reader" "github.com/xitongsys/parquet-go/source" "os" ) func main() { f, _ := os.Open("example.parquet") defer f.Close() sr := source.NewFileSource(f) pr, _ := reader.NewParquetReader(sr, nil, 4) num := pr.GetNumRows() fmt.Println("Number of rows:", num) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
xitongsys-parquet-go — go get xitongsys-parquet-go · libregistry