|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ScanOperator
Interface that needs to implemented by tuple producing SCAN operators.
| Method Summary | |
|---|---|
DataNode |
getDataNode()
Returns the data node of a scan operator. |
java.util.List<DataNode> |
getDataNodes()
Returns a list of data nodes on which a scan can be executed. |
void |
setDataDictionary(DataDictionary dataDictionary)
Sets data dictionary. |
| Methods inherited from interface uk.org.ogsadai.dqp.lqp.Operator |
|---|
accept, disconnect, getChild, getChildCount, getHeading, getID, getParent, getResultCardinality, getUsedAttributes, isBinary, isPartitionLeaf, renameUsedAttributes, replaceChild, setChild, setParent, update, validate |
| Methods inherited from interface uk.org.ogsadai.dqp.lqp.Annotatable |
|---|
addAnnotation, getAnnotation, getAnnotations, removeAnnotation |
| Method Detail |
|---|
void setDataDictionary(DataDictionary dataDictionary)
dataDictionary - data dictionaryDataNode getDataNode()
data.node->DataNode annotation is present - a matching data
node will be returned. If evaluation.node->EvaluationNode
annotation is present - a first matching data node will be returned. If
none of the above is defined the first data node from the call to
getDataNodes() will be returned.
java.util.List<DataNode> getDataNodes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||