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

datafusion 0.1.3

DataFusion is a datasource-agnostic distributed query processing framework for Rust inspired by Apache Spark
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: rust
cache: cargo
dist: trusty
os:
  - linux
  - osx

# Run builds for all the supported trains
rust:
  - stable
  - nightly

# The main build
script:
  - cargo build
  - cargo build --examples
  - cargo test