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 28043b1 commit fa25891Copy full SHA for fa25891
src/iceberg/table_scan.h
@@ -47,7 +47,7 @@ class ICEBERG_EXPORT TableScanBuilder {
47
/// \brief Applies a filter expression to the scan.
48
/// \param filter Filter expression to use.
49
/// \return Reference to the builder.
50
- TableScanBuilder& WithFilter(const std::shared_ptr<Expression>& filter);
+ TableScanBuilder& WithFilter(std::shared_ptr<Expression> filter);
51
52
/// \brief Builds and returns a TableScan instance.
53
/// \return A Result containing the TableScan or an error.
0 commit comments