Skip to content

Commit 39c4f9c

Browse files
wgtmacHuaHuaY
andauthored
Update src/iceberg/expression/expression_visitor.h
Co-authored-by: Zehua Zou <zehuazou2000@gmail.com>
1 parent c8a9a7f commit 39c4f9c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/iceberg/expression/expression_visitor.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@ class ICEBERG_EXPORT BoundVisitor : public ExpressionVisitor<R> {
253253

254254
/// \brief Traverse an expression tree with a visitor.
255255
///
256-
/// This function traverses the given expression tree in postfix order (children
257-
/// before parents) and calls appropriate visitor methods for each node. Results
258-
/// from child nodes are passed to parent nodes.
256+
/// This function traverses the given expression tree in postorder traversal and calls
257+
/// appropriate visitor methods for each node. Results from child nodes are passed to
258+
/// parent nodes.
259259
///
260260
/// \tparam R The return type produced by the visitor
261261
/// \tparam V The visitor type (must derive from ExpressionVisitor<R>)

0 commit comments

Comments
 (0)