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 4133aa2c refactor: use std::ranges::to in ToUpper and ToLower (#382)
add 61b83ead feat: add transform project (#371)
No new revisions were added by this update.
Summary of changes:
src/iceberg/expression/predicate.h | 1 +
src/iceberg/test/transform_test.cc | 766 ++++++++++++++++++++++++++++
src/iceberg/transform.cc | 66 +++
src/iceberg/transform.h | 15 +-
src/iceberg/transform_function.h | 3 +
src/iceberg/type_fwd.h | 3 +
src/iceberg/util/projection_util_internal.h | 559 ++++++++++++++++++++
src/iceberg/util/string_util.h | 11 +
8 files changed, 1423 insertions(+), 1 deletion(-)
create mode 100644 src/iceberg/util/projection_util_internal.h