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

datafusion 0.1.1

DataFusion is a datasource-agnostic distributed query planning and execution framework for Rust
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