Documentation ¶
Index ¶
- func NewSwiftFileReader(container string, filePath string, conn *swift.Connection) (source.ParquetFile, error)
- func NewSwiftFileWriter(container string, filePath string, conn *swift.Connection) (source.ParquetFile, error)
- type SwiftFile
- func (file *SwiftFile) Close() error
- func (file *SwiftFile) Create(name string) (source.ParquetFile, error)
- func (file *SwiftFile) Open(name string) (source.ParquetFile, error)
- func (file *SwiftFile) Read(b []byte) (n int, err error)
- func (file *SwiftFile) Seek(offset int64, whence int) (int64, error)
- func (file *SwiftFile) Write(p []byte) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSwiftFileReader ¶
func NewSwiftFileReader(container string, filePath string, conn *swift.Connection) (source.ParquetFile, error)
func NewSwiftFileWriter ¶
func NewSwiftFileWriter(container string, filePath string, conn *swift.Connection) (source.ParquetFile, error)
Types ¶
type SwiftFile ¶
type SwiftFile struct { Connection *swift.Connection Container string FilePath string FileReader *swift.ObjectOpenFile FileWriter *swift.ObjectCreateFile }
Click to show internal directories.
Click to hide internal directories.