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 b615c68 commit 79efeeeCopy full SHA for 79efeee
src/iceberg/expression/expression.h
@@ -151,8 +151,7 @@ class ICEBERG_EXPORT And : public Expression {
151
/// \return A Result containing a shared pointer to the folded And expression, or an
152
/// error if left or right is nullptr
153
/// \note A folded And expression is an expression that is equivalent to the original
154
- /// that is equivalent to the original expression, but with the And operation removed.
155
- /// For example, (true and x) = x.
+ /// expression, but with the And operation removed. For example, (true and x) = x.
156
template <typename... Args>
157
static Result<std::shared_ptr<Expression>> MakeFolded(std::shared_ptr<Expression> left,
158
std::shared_ptr<Expression> right,
0 commit comments