Documentation ¶
Index ¶
- func NewInMemoryFileReader(name string) (source.ParquetFile, error)
- func NewInMemoryFileWriter(name string) (source.ParquetFile, error)
- func Remove(path string) error
- func RemoveAll(path string) error
- type InMemoryFile
- func (self *InMemoryFile) Close() error
- func (self *InMemoryFile) Create(name string) (source.ParquetFile, error)
- func (self *InMemoryFile) Open(name string) (source.ParquetFile, error)
- func (self *InMemoryFile) Read(b []byte) (cnt int, err error)
- func (self *InMemoryFile) Seek(offset int64, pos int) (int64, error)
- func (self *InMemoryFile) Write(b []byte) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInMemoryFileReader ¶
func NewInMemoryFileReader(name string) (source.ParquetFile, error)
func NewInMemoryFileWriter ¶
func NewInMemoryFileWriter(name string) (source.ParquetFile, error)
Types ¶
type InMemoryFile ¶
func (*InMemoryFile) Close ¶
func (self *InMemoryFile) Close() error
func (*InMemoryFile) Create ¶
func (self *InMemoryFile) Create(name string) (source.ParquetFile, error)
func (*InMemoryFile) Open ¶
func (self *InMemoryFile) Open(name string) (source.ParquetFile, error)
Click to show internal directories.
Click to hide internal directories.