tree: e711312e6c4b3a39efef8f2a6e412ac0efe6642a [path history] [tgz]
  1. examples/
  2. Cargo.toml
  3. README.md
datafusion-examples/README.md

DataFusion Examples

This crate includes several examples of how to use various DataFusion APIs and help you on your way.

Prerequisites:

Run git submodule update --init to init test files.

Running Examples

To run the examples, use the cargo run command, such as:

git clone https://github.com/apache/arrow-datafusion
cd arrow-datafusion
# Download test data
git submodule update --init

# Run the `csv_sql` example:
# ... use the equivalent for other examples
cargo run --example csv_sql

Single Process

Distributed