feat: Implement statistics for data fusion scan (#217)

* feat: Implement statistics for data fusion scan
1 file changed
tree: 80b966465d67e69903a94ffa7ac4664df5302def
  1. .devcontainer/
  2. .github/
  3. bindings/
  4. crates/
  5. dev/
  6. docs/
  7. scripts/
  8. .asf.yaml
  9. .gitignore
  10. .licenserc.yaml
  11. Cargo.toml
  12. CONTRIBUTING.md
  13. copyright.txt
  14. deny.toml
  15. LICENSE
  16. Makefile
  17. NOTICE
  18. README.md
  19. rust-toolchain.toml
  20. rustfmt.toml
README.md

Apache Paimon Rust   Build Status Latest Version

The rust implementation of Apache Paimon.

Issue Tracker

See Tracking issues of 0.1.0 version for Apache Paimon Rust

Contributing

Apache Paimon Rust is an exciting project currently under active development. Whether you're looking to use it in your projects or contribute to its growth, there are several ways you can get involved:

Documentation

The project documentation is built with MkDocs. See docs/README.md for details.

pip3 install mkdocs-material
cd docs && mkdocs serve

Getting help

Submit issues for bug report or asking questions in discussion.

License

Licensed under Apache License, Version 2.0.