datafusion 0.17.0

DataFusion is an in-memory query engine that uses Apache Arrow as the memory model
docs.rs failed to build datafusion-0.17.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: datafusion-37.1.0

DataFusion is an extensible query execution framework that uses Apache Arrow as the memory model.

DataFusion supports both SQL and a Table/DataFrame-style API for building logical query plans and also provides a query optimizer and execution engine capable of parallel execution against partitioned data sources (CSV and Parquet) using threads.

DataFusion currently supports simple projection, selection, and aggregate queries.