flowlog-runtime
Runtime support crate for FlowLog, a Datalog-to-differential-dataflow compiler.
This crate is consumed by code generated from flowlog-build.
You typically don't call into it directly.
What it offers
- Re-exports of
timely,differential-dataflow,ordered-float,serde, andlassoso that generated code only needs one dependency. Relationtrait — implemented by each generated input struct.io— parallel-ingest helpers:partition,byte_range_reader, and first-column sharding.intern— thread-safe string-interning pool.sort—k_way_mergeandtopkused by generatedORDER BY/LIMITdrain code.
Usage
Add it alongside flowlog-build:
[]
= "0.1"
[]
= "0.1"
License
Apache-2.0 — see LICENSE.