|
iceberg-cpp
|
Public Member Functions | |
| StdOutputFile (std::string location) | |
| std::string_view | location () const override |
| File location represented by this handle. | |
| Result< std::unique_ptr< PositionOutputStream > > | Create () override |
| Create a new output stream and fail if the file already exists. | |
| Result< std::unique_ptr< PositionOutputStream > > | CreateOrOverwrite () override |
| Create a new output stream, replacing any existing file. | |
|
inlineoverridevirtual |
Create a new output stream and fail if the file already exists.
Implements iceberg::OutputFile.
|
inlineoverridevirtual |
Create a new output stream, replacing any existing file.
Implements iceberg::OutputFile.
|
inlineoverridevirtual |
File location represented by this handle.
Implements iceberg::OutputFile.