Documentation ¶
Index ¶
- func NewGcsFileReader(ctx context.Context, projectId string, bucketName string, name string) (source.ParquetFile, error)
- func NewGcsFileReaderWithClient(ctx context.Context, client *storage.Client, projectId string, ...) (source.ParquetFile, error)
- func NewGcsFileWriter(ctx context.Context, projectId string, bucketName string, name string) (source.ParquetFile, error)
- func NewGcsFileWriterWithClient(ctx context.Context, client *storage.Client, projectId string, ...) (source.ParquetFile, error)
- type GcsFile
- func (self *GcsFile) Close() error
- func (self *GcsFile) Create(name string) (source.ParquetFile, error)
- func (self *GcsFile) Open(name string) (source.ParquetFile, error)
- func (self *GcsFile) Read(b []byte) (cnt int, err error)
- func (self *GcsFile) Seek(offset int64, whence int) (int64, error)
- func (self *GcsFile) Write(b []byte) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGcsFileReader ¶
func NewGcsFileWriter ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.