daft-ext 0.1.0

Daft extension SDK for building custom extensions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# daft-ext

Extension SDK for building custom [Daft](https://github.com/Eventual-Inc/Daft) extensions.

Daft is a distributed query engine for large-scale data processing. This crate provides the types, traits, and macros needed to build extensions that plug into Daft's execution engine.

## Usage

```toml
[dependencies]
daft-ext = "0.1"
```

## License

Apache-2.0