parquet

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ParquetGoReader

type ParquetGoReader struct {
	// contains filtered or unexported fields
}

func NewParquetGoReader

func NewParquetGoReader(ctx context.Context, fs fs.FS, files []string) (*ParquetGoReader, error)

func (*ParquetGoReader) Columns

func (p *ParquetGoReader) Columns() []string

func (*ParquetGoReader) Rows

func (p *ParquetGoReader) Rows(ctx context.Context, limit, offset int64) ([][]any, error)

func (*ParquetGoReader) Total

func (p *ParquetGoReader) Total(ctx context.Context) (int64, error)

type ReaderAtCloser

type ReaderAtCloser interface {
	io.ReaderAt
	io.Closer
}

Jump to

Keyboard shortcuts

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