This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
from 4e89ac7 feat: Project transform (#309)
add ca9de89 feat: add Struct Accessors to BoundReferences (#317)
No new revisions were added by this update.
Summary of changes:
crates/iceberg/src/expr/accessor.rs | 120 +++++++++++++++++++++++++++++
crates/iceberg/src/expr/mod.rs | 1 +
crates/iceberg/src/expr/term.rs | 33 +++++++-
crates/iceberg/src/spec/schema.rs | 147 +++++++++++++++++++++++++++++++++++-
crates/iceberg/src/spec/values.rs | 14 ++++
crates/iceberg/src/transform/mod.rs | 14 +++-
6 files changed, 322 insertions(+), 7 deletions(-)
create mode 100644 crates/iceberg/src/expr/accessor.rs