Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456 datafusion 0.2.0 - Docs.rs
datafusion 0.2.0
DataFusion is a SQL query parser, planner, and distributed query processing framework for Rust inspired by Apache Calcite and Apache Spark
#Building DataFusion##Prerequisites-Docker
##Building Locally
Generally, you just need to run cargo.
```bash
$ cargo build
```
##Smoketest
Run this before committing code to make sure everything is working.
```bash
./scripts/smoketest.sh
```