|
|
| StdInputFile (std::string location, std::optional< int64_t > file_size=std::nullopt) |
| |
| std::string_view | location () const override |
| | File location represented by this handle.
|
| |
| Result< int64_t > | Size () const override |
| | Return the total file size in bytes.
|
| |
| Result< std::unique_ptr< SeekableInputStream > > | Open () override |
| | Open a new independent input stream.
|
| |
◆ location()
| std::string_view iceberg::test::StdInputFile::location |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ Open()
◆ Size()
| Result< int64_t > iceberg::test::StdInputFile::Size |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: