This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-cpp.git
from df611c2b infra: automatically delete head branches after merge (#369)
add 19b086ee fix: BoundVisitor should accept Bound instead of BoundTerm
(#375)
No new revisions were added by this update.
Summary of changes:
src/iceberg/expression/evaluator.cc | 59 ++++++++++----------
src/iceberg/expression/evaluator.h | 2 +-
src/iceberg/expression/expression.h | 40 ++++++++++++++
src/iceberg/expression/expression_visitor.h | 84 ++++++++++++++---------------
src/iceberg/expression/term.h | 40 +-------------
src/iceberg/test/evaluator_test.cc | 38 ++++++-------
6 files changed, 132 insertions(+), 131 deletions(-)