Versions in this module Expand all Collapse all v0 v0.0.1 Dec 1, 2023 Changes in this version + type File struct + BucketName string + FilePath string + ProjectID string + func NewGcsFileReader(ctx context.Context, projectID, bucketName, name string) (*File, error) + func NewGcsFileReaderWithClient(ctx context.Context, client *storage.Client, ...) (*File, error) + func NewGcsFileWriter(ctx context.Context, projectID, bucketName, name string) (*File, error) + func NewGcsFileWriterWithClient(ctx context.Context, client *storage.Client, ...) (*File, error) + func (g *File) Close() error + func (g *File) Create(name string) (source.ParquetFile, error) + func (g *File) Open(name string) (source.ParquetFile, error) + func (g *File) Read(b []byte) (int, error) + func (g *File) Seek(offset int64, whence int) (int64, error) + func (g *File) Write(b []byte) (int, error)