package
1.0.0
Repository: https://github.com/jimyag/go-parquet.git
Documentation: pkg.go.dev

# Packages

Package mocks is a generated GoMock package.

# Functions

NewS3FileReader creates an S3 FileReader, to be used with NewParquetReader.
NewS3FileReaderVersioned creates an S3 FileReader for a versioned S3 object, to be used with NewParquetReader.
NewS3FileReaderWithClient is the same as NewS3FileReader but allows passing your own S3 client.
NewS3FileReaderWithClientVersioned is the same as NewS3FileReaderVersioned but allows passing your own S3 client.
NewS3FileReaderWithParams creates an S3 FileReader for an object identified by and configured using the S3FileReaderParams object.
NewS3FileWriter creates an S3 FileWriter, to be used with NewParquetWriter.
NewS3FileWriterWithClient is the same as NewS3FileWriter but allows passing your own S3 client.

# Structs

S3File is ParquetFile for AWS S3.
S3FileReaderParams contains fields used to initialize and configure an S3File object for reading.

# Interfaces

No description provided by the author