|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FemSortingStreamDef
SortingStreamDef object instance interface.
Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.
Method Summary | |
---|---|
FemTupleProjection |
getDescendingProj()
Returns the value of attribute descendingProj. |
Distinctness |
getDistinctness()
Returns the value of attribute distinctness. |
long |
getEstimatedNumRows()
Returns the value of attribute estimatedNumRows. |
boolean |
isEarlyClose()
Returns the value of attribute earlyClose. |
void |
setDescendingProj(FemTupleProjection newValue)
Sets the value of descendingProj attribute. |
void |
setDistinctness(Distinctness newValue)
Sets the value of distinctness attribute. |
void |
setEarlyClose(boolean newValue)
Sets the value of earlyClose attribute. |
void |
setEstimatedNumRows(long newValue)
Sets the value of estimatedNumRows attribute. |
Methods inherited from interface net.sf.farrago.fem.fennel.FemKeyAccessorDef |
---|
getKeyProj, setKeyProj |
Methods inherited from interface net.sf.farrago.fem.fennel.FemExecutionStreamDef |
---|
getDynamicParamUse, getInputFlow, getName, getOutputDesc, getOutputFlow, setName, setOutputDesc |
Method Detail |
---|
Distinctness getDistinctness()
void setDistinctness(Distinctness newValue)
getDistinctness()
for description on the attribute.
newValue
- New value to be set.long getEstimatedNumRows()
void setEstimatedNumRows(long newValue)
getEstimatedNumRows()
for description on the attribute.
newValue
- New value to be set.FemTupleProjection getDescendingProj()
void setDescendingProj(FemTupleProjection newValue)
getDescendingProj()
for description on the attribute.
newValue
- New value to be set.boolean isEarlyClose()
void setEarlyClose(boolean newValue)
isEarlyClose()
for description on the attribute.
newValue
- New value to be set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |