module
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Dec 1, 2023
License: Apache-2.0
Opens a new window with license information.
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
¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mocks
Package mocks is a generated GoMock package.
|
Package mocks is a generated GoMock package. |
|
|
mocks
Package mocks is a generated GoMock package.
|
Package mocks is a generated GoMock package. |
|
|
|
|
Click to show internal directories.
Click to hide internal directories.