public abstract class UnaryRelation extends Relation
| Modifier and Type | Class and Description |
|---|---|
protected class |
UnaryRelation.UnaryRelationCacheIterator |
protected class |
UnaryRelation.UnaryRelationStreamIterator |
| Modifier and Type | Field and Description |
|---|---|
protected Relation |
m_relation |
m_streamingMode| Constructor and Description |
|---|
UnaryRelation() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRelation(Relation r) |
int |
tupleCount()
Returns the number of actual tuples present in the query.
|
accept, cacheIterator, contains, getCardinality, getDegree, getSchema, isFragment, isLeaf, iterator, setStreamingMode, streamIterator, toStringprotected Relation m_relation
public void setRelation(Relation r)
public int tupleCount()
RelationtupleCount in class RelationCopyright © Sylvain HallĂ©. All Rights Reserved.