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
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.txn— transaction state types (TxnOp,TxnAction,TxnState) consumed by incremental-mode drivers to broadcast per-epoch commits.
Usage
Add it alongside flowlog-build:
[]
= "0.2"
[]
= "0.2"
License
Apache-2.0 — see LICENSE.