parquet-go-source

module
v0.0.0-...-f601190 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2020 License: Apache-2.0

README

parquet-go-source

parquet-go-source is a source provider for parquet-go. Your source must implement ParquetFile interface:

type ParquetFile interface {
	io.Seeker
	io.Reader
	io.Writer
	io.Closer
	Open(name string) (ParquetFile, error)
	Create(name string) (ParquetFile, error)
}

Now it supports:

Thanks for all the contributors !

Directories

Path Synopsis
s3
mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL