iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | List of all members
iceberg::test::StdOutputFile Class Reference
Inheritance diagram for iceberg::test::StdOutputFile:
iceberg::OutputFile

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.
 

Member Function Documentation

◆ Create()

Result< std::unique_ptr< PositionOutputStream > > iceberg::test::StdOutputFile::Create ( )
inlineoverridevirtual

Create a new output stream and fail if the file already exists.

Implements iceberg::OutputFile.

◆ CreateOrOverwrite()

Result< std::unique_ptr< PositionOutputStream > > iceberg::test::StdOutputFile::CreateOrOverwrite ( )
inlineoverridevirtual

Create a new output stream, replacing any existing file.

Implements iceberg::OutputFile.

◆ location()

std::string_view iceberg::test::StdOutputFile::location ( ) const
inlineoverridevirtual

File location represented by this handle.

Implements iceberg::OutputFile.


The documentation for this class was generated from the following file: