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
[go: Go Back, main page]

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
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# How to contribute

- File an issue
- Fork the repo
- Make your changes on a branch in your repo
- Make sure the project builds without any compiler warnings by running these commands
  - `cargo build --examples`
- Make sure all tests pass:  
  - `cargo test`
- Submit a pull request

 By submitting code you agree to the terms of the Apache 2.0 licence for the submitted code.