Skip to main content

Module base

Module base 

Source
Expand description

Operator trait, ExecutionContext holding storage backends, and the monoidal ComposedOperator.

Structs§

ComposedOperator
Sequential composition: the right-hand operand’s result wins. Used as the monoidal product for the operator monoid; the empty composition is the identity.
ExecutionContext
Storage handles passed to every operator’s execute call.

Enums§

Direction

Traits§

GraphNeighborLookup
Minimal trait capturing the only graph operation deep-fusion’s graph layers need: enumerate the neighbors of a vertex along a label in a chosen direction.
Operator

Type Aliases§

OperatorResult