[][src]Module declarative_dataflow::binding

Binding language, mainly for use in Hector-powered plans.

Structs

AntijoinBinding

Describes variables whose possible values must not be contained in the specified attribute.

AttributeBinding

Describes variables whose possible values are given by an attribute.

BinaryPredicateBinding

Describe a binary predicate constraint.

ConstantBinding

Describes variables whose possible values are given by an attribute.

Enums

BinaryPredicate

Built-in binary predicates.

Binding

Binding types supported by Hector.

Traits

AsBinding

A thing that can act as a binding of values to variables.