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 abfdfcd commit 28043b1Copy full SHA for 28043b1
src/iceberg/table_scan.h
@@ -40,8 +40,7 @@ class ICEBERG_EXPORT TableScanBuilder {
40
TableScanBuilder& WithSnapshotId(int64_t snapshot_id);
41
42
/// \brief Selects columns to include in the scan.
43
- /// Defaults to none which means select all columns
44
- /// \param column_names A list of column names.
+ /// \param column_names A list of column names. If empty, all columns will be selected.
45
/// \return Reference to the builder.
46
TableScanBuilder& WithColumnNames(const std::vector<std::string>& column_names);
47
0 commit comments