We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d82eb commit 13c411fCopy full SHA for 13c411f
src/iceberg/table.h
@@ -40,8 +40,8 @@ class ICEBERG_EXPORT Table {
40
/// \param[in] metadata The metadata for the table.
41
/// \param[in] metadata_location The location of the table metadata file.
42
/// \param[in] io The FileIO to read and write table data and metadata files.
43
- /// \param[in] catalog The catalog that this table belongs to. If the catalog is null,
44
- /// the table will be read-only.
+ /// \param[in] catalog The catalog that this table belongs to. If null, the table will
+ /// be read-only.
45
Table(TableIdentifier identifier, std::shared_ptr<TableMetadata> metadata,
46
std::string metadata_location, std::shared_ptr<FileIO> io,
47
std::shared_ptr<Catalog> catalog)
0 commit comments