|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.udo.cs.miningmart.operator.ExecutableOperator
edu.udo.cs.miningmart.operator.ConceptOperator
edu.udo.cs.miningmart.operator.SingleCSOperator
edu.udo.cs.miningmart.operator.RowSelection
| Field Summary |
| Fields inherited from class edu.udo.cs.miningmart.operator.ExecutableOperator |
generatedSQLDefinitions |
| Constructor Summary | |
RowSelection()
|
|
| Method Summary | |
abstract java.lang.String |
generateConditionForOp()
Abstract method to be implemented by all subclasses. |
java.lang.String |
generateSQLDefinition(java.lang.String selectPart)
This method must return the SQL definition of the newly created ColumnSet. |
java.lang.String |
getTypeOfNewColumnSet()
This method must return the entry String for the M4 table "Columnset_t", indicating whether the new Columnset is a view or a table. |
protected boolean |
mustCopyFeature(java.lang.String nameOfFeature)
This method is for operators that do not copy all Features of the input concept to the output concept. |
| Methods inherited from class edu.udo.cs.miningmart.operator.SingleCSOperator |
generateColumnSetsForOp, generateSQLDefinition, getNewCSName, getTypeOfNewColumnSet |
| Methods inherited from class edu.udo.cs.miningmart.operator.ConceptOperator |
compileStatement, createMetadata, createMetadataForOneBA, createSingleColumnSet, createStatement, estimateStatistics, generateColumns, getInputConcept, getNewCSName, getOutputConcept, getStringForSelection, setNewCSMultiStepBranch |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RowSelection()
| Method Detail |
public java.lang.String generateSQLDefinition(java.lang.String selectPart)
throws M4CompilerError
SingleCSOperator
generateSQLDefinition in class SingleCSOperatorselectPart - The SQL string between "SELECT" and "FROM" for the
SQL definition to be returned.
M4CompilerErroredu.udo.cs.miningmart.m4.core.operator.SingleCSOperator#generateSQLDefinition(String)
public abstract java.lang.String generateConditionForOp()
throws M4CompilerError
M4CompilerErrorpublic java.lang.String getTypeOfNewColumnSet()
SingleCSOperator
getTypeOfNewColumnSet in class SingleCSOperatoredu.udo.cs.miningmart.m4.core.operator.ConceptOperator#getTypeOfNewColumnSet(int)protected boolean mustCopyFeature(java.lang.String nameOfFeature)
ConceptOperator
mustCopyFeature in class ConceptOperatornameOfFeature - Name of the feature in question.
edu.udo.cs.miningmart.m4.core.operator.ConceptOperator#mustCopyFeature(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||