reader

package
v0.0.0-...-8ed0352 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReadOpts

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

func NewReadOpts

func NewReadOpts(count int64, skip int64) *ReadOpts

type Reader

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

func NewReader

func NewReader(file source.ParquetFile, concurrency int64) *Reader

func (*Reader) CompressedSize

func (pr *Reader) CompressedSize() int64

func (*Reader) Read

func (pr *Reader) Read(opts *ReadOpts)

func (*Reader) ShowSchema

func (pr *Reader) ShowSchema(opts *SchemaOpts)

func (*Reader) UncompressedSize

func (pr *Reader) UncompressedSize() int64

type SchemaOpts

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

func NewSchemaOpts

func NewSchemaOpts(format string, showTags bool) *SchemaOpts

Jump to

Keyboard shortcuts

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