Docs.rs
declarative-dataflow-0.2.0
declarative-dataflow 0.2.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
comnik
Dependencies
chrono ^0.4
normal
optional
csv ^1
normal
optional
differential-dataflow ^0.10.0
normal
fixed ^0.3.2
normal
optional
graphql-parser ^0.2.2
normal
optional
log ^0.4
normal
num-rational ^0.2
normal
serde ^1
normal
serde_derive ^1
normal
serde_json ^1
normal
optional
timely ^0.10.0
normal
timely_sort ^0.1.6
normal
uuid ^0.7
normal
optional
env_logger ^0.5.6
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
declarative_
dataflow
0.2.0
Module antijoin
Module Items
Structs
In declarative_
dataflow::
plan
declarative_dataflow
::
plan
Module
antijoin
Copy item path
Source
Expand description
Antijoin expression plan.
Structs
ยง
Antijoin
A plan stage anti-joining both its sources on the specified variables. Throws if the sources are not union-compatible, i.e. bind all of the same variables in the same order.