package
0.0.0-20250306202812-3481892a9f86
Repository: https://github.com/hsnlab/dcontroller.git
Documentation: pkg.go.dev

# Functions

NewAggregation creates a new aggregation from a seralized representation.
No description provided by the author
No description provided by the author
No description provided by the author
NewJoin creates a new join from a seralized representation.
No description provided by the author
NewPipeline creates a new pipeline from the set of base objects and a seralized pipeline that writes into a given target.
NewStage creates a new stage from a single aggregation stage.
No description provided by the author

# Variables

No description provided by the author

# Structs

Aggregation is an operation that can be used to process, objects, or alter the shape of a list of objects in a view.
Join is an operation that can be used to perform an inner Join on a list of views.
Pipeline is query that knows how to evaluate itself.
Stage is a single operation in an aggregation.

# Interfaces

No description provided by the author
Evaluator is a query that knows how to evaluate itself on a given delta and how to print itself.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author