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 19b086ee fix: BoundVisitor should accept Bound instead of BoundTerm
(#375)
add e0b35ef7 refactor: move type visitor classes to type_util (#347)
No new revisions were added by this update.
Summary of changes:
src/iceberg/CMakeLists.txt | 1 +
src/iceberg/meson.build | 1 +
src/iceberg/partition_spec.cc | 2 +-
src/iceberg/schema.cc | 293 +----------------------------------------
src/iceberg/test/type_test.cc | 2 +-
src/iceberg/util/meson.build | 5 +
src/iceberg/util/type_util.cc | 297 ++++++++++++++++++++++++++++++++++++++++++
src/iceberg/util/type_util.h | 129 +++++++++++++-----
8 files changed, 403 insertions(+), 327 deletions(-)
create mode 100644 src/iceberg/util/type_util.cc