chore(deps): update indexmap requirement from 1.9.2 to 2.0.0 (#6766)

* chore(deps): update indexmap requirement from 1.9.2 to 2.0.0

Updates the requirements on [indexmap](https://github.com/bluss/indexmap) to permit the latest version.
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/bluss/indexmap/compare/1.9.2...2.0.0)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update datafusion-cli Cargo.lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
3 files changed
tree: e95cd56546cb21391dd12b179aaff76eb3af0662
  1. .github/
  2. benchmarks/
  3. ci/
  4. conbench/
  5. datafusion/
  6. datafusion-cli/
  7. datafusion-examples/
  8. dev/
  9. docs/
  10. python/
  11. test-utils/
  12. .asf.yaml
  13. .dockerignore
  14. .editorconfig
  15. .gitattributes
  16. .github_changelog_generator
  17. .gitignore
  18. .gitmodules
  19. .pre-commit-config.yaml
  20. Cargo.toml
  21. CHANGELOG.md
  22. CODE_OF_CONDUCT.md
  23. CONTRIBUTING.md
  24. header
  25. LICENSE.txt
  26. NOTICE.txt
  27. pre-commit.sh
  28. README.md
  29. rustfmt.toml
README.md

DataFusion

Coverage Status

DataFusion is a very fast, extensible query engine for building high-quality data-centric systems in Rust, using the Apache Arrow in-memory format. Python Bindings are also available.

DataFusion offers SQL and Dataframe APIs, excellent performance, built-in support for CSV, Parquet, JSON, and Avro, extensive customization, and a great community.

https://arrow.apache.org/datafusion/ contains the project's documentation.

Using DataFusion

The example usage section in the user guide and the datafusion-examples code in the crate contain information on using DataFusion.

Contributing to DataFusion

The developer’s guide contains information on how to contribute.