Skip to content

Commit 79efeee

Browse files
wgtmacHuaHuaY
andauthored
Update src/iceberg/expression/expression.h
Co-authored-by: Zehua Zou <[email protected]>
1 parent b615c68 commit 79efeee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/iceberg/expression/expression.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ class ICEBERG_EXPORT And : public Expression {
151151
/// \return A Result containing a shared pointer to the folded And expression, or an
152152
/// error if left or right is nullptr
153153
/// \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.
154+
/// expression, but with the And operation removed. For example, (true and x) = x.
156155
template <typename... Args>
157156
static Result<std::shared_ptr<Expression>> MakeFolded(std::shared_ptr<Expression> left,
158157
std::shared_ptr<Expression> right,

0 commit comments

Comments
 (0)