public class PredicateTupleInserter
extends java.lang.Object
Constructor and Description |
---|
PredicateTupleInserter() |
Modifier and Type | Method and Description |
---|---|
static void |
insertTuple(Tuple leftTuple,
Predicate predicate)
Inserts only a single tuple in the given predicate.
|
static void |
insertTuples(Tuple leftTuple,
Tuple rightTuple,
Predicate predicate)
Inserts two tuples in the given predicate.
|