Package ca.uqac.lif.cep.tuples
Class JoinSet
- All Implemented Interfaces:
ca.uqac.lif.cep.Duplicable,ca.uqac.lif.cep.functions.DuplicableFunction
Merges all tuples in a set with the same value for a given attribute.
This function accepts as its input a multiset of tuples, and outputs
another multiset of tuples.
- Author:
- Sylvain Hallé
-
Field Summary
FieldsFields inherited from class ca.uqac.lif.cep.functions.Function
s_maxInputArity -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.uqac.lif.cep.functions.UnaryFunction
evaluate, getInputArity, getInputTypesFor, getOutputArity, getOutputTypeFor, resetMethods inherited from class ca.uqac.lif.cep.functions.Function
duplicate, evaluate, evaluate, evaluateLazy, evaluatePartial, printState, readState
-
Field Details
-
m_joinAttribute
The attribute over which to perform the join
-
-
Constructor Details
-
JoinSet
Creates a new join set function- Parameters:
join_attribute- The attribute over which to perform the join. All tuples in the input set with the same value for that attribute will be merged into a single tuple.
-
-
Method Details