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 3fc2374 commit 3dd5096Copy full SHA for 3dd5096
src/iceberg/table.h
@@ -41,8 +41,8 @@ class ICEBERG_EXPORT Table {
41
/// \param[in] metadata The metadata for the table.
42
/// \param[in] metadata_location The location of the table metadata file.
43
/// \param[in] io The FileIO to read and write table data and metadata files.
44
- /// \param[in] catalog The catalog that this table belongs to. If null, the table will
45
- /// be read-only.
+ /// \param[in] catalog The catalog that this table belongs to. If the catalog is null,
+ /// the table will be read-only.
46
Table(TableIdentifier identifier, std::shared_ptr<TableMetadata> metadata,
47
std::string metadata_location, std::shared_ptr<FileIO> io,
48
std::shared_ptr<Catalog> catalog)
0 commit comments