public class Intersection extends NAryRelation
| Modifier and Type | Class and Description |
|---|---|
protected class |
Intersection.IntersectionCacheIterator |
protected class |
Intersection.IntersectionIterator |
NAryRelation.NAryRelationCacheIterator, NAryRelation.NAryRelationStreamIteratorm_relationsm_streamingMode| Constructor and Description |
|---|
Intersection() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryVisitor v) |
RelationIterator |
cacheIterator()
Returns an iterator over tuples of the relation
|
RelationStreamIterator |
streamIterator()
Returns an iterator over tuples of the relation
|
acceptNAry, addOperand, getArity, getSchema, tupleCountcontains, getCardinality, getDegree, isFragment, isLeaf, iterator, setStreamingMode, toStringpublic void accept(QueryVisitor v) throws QueryVisitor.VisitorException
accept in class RelationQueryVisitor.VisitorExceptionpublic RelationStreamIterator streamIterator()
RelationstreamIterator in class Relationpublic RelationIterator cacheIterator()
RelationcacheIterator in class RelationCopyright © Sylvain HallĂ©. All Rights Reserved.