|
||||||||||
| 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
This abstract class is the superclass for all operators that create a single ColumnSet for the output concept.
edu.udo.cs.miningmart.m4.core.operator.MultipleCSOperator,
edu.udo.cs.miningmart.m4.core.operator.ConceptOperator| Field Summary |
| Fields inherited from class edu.udo.cs.miningmart.operator.ExecutableOperator |
generatedSQLDefinitions |
| Constructor Summary | |
SingleCSOperator()
|
|
| Method Summary | |
Columnset[] |
generateColumnSetsForOp(boolean lazy)
Abstract method to be implemented by subclasses. |
abstract java.lang.String |
generateSQLDefinition(java.lang.String selectPart)
This method must return the SQL definition of the newly created ColumnSet. |
java.lang.String |
generateSQLDefinition(java.lang.String selectPart,
int index)
This method must return the SQL definition of the newly created ColumnSet. |
java.lang.String |
getNewCSName()
For a SingleConcept operator the index is always -1,
so this method can be defined without an argument. |
abstract 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. |
java.lang.String |
getTypeOfNewColumnSet(int index)
This method must return the entry String for the M4 table "Columnset_t", indicating whether the new Columnset is a view or a table. |
| Methods inherited from class edu.udo.cs.miningmart.operator.ConceptOperator |
compileStatement, createMetadata, createMetadataForOneBA, createSingleColumnSet, createStatement, estimateStatistics, generateColumns, getInputConcept, getNewCSName, getOutputConcept, getStringForSelection, mustCopyFeature, setNewCSMultiStepBranch |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SingleCSOperator()
| Method Detail |
public Columnset[] generateColumnSetsForOp(boolean lazy)
throws M4CompilerError
ConceptOperator
generateColumnSetsForOp in class ConceptOperatorM4CompilerErroredu.udo.cs.miningmart.m4.core.operator.ConceptOperator#generateColumnSetsForOp
public java.lang.String generateSQLDefinition(java.lang.String selectPart,
int index)
throws M4CompilerError
ConceptOperator
generateSQLDefinition in class ConceptOperatorselectPart - The String for the SELECT-part of the SQL definition to
be created.index - An index for MultipleCSOperators.
M4CompilerErroredu.udo.cs.miningmart.m4.core.operator.ConceptOperator#generateSQLDefinitionpublic java.lang.String getTypeOfNewColumnSet(int index)
ConceptOperator
getTypeOfNewColumnSet in class ConceptOperatorindex - An index for MulipleCSOperators.
edu.udo.cs.miningmart.m4.core.operator.ConceptOperator#getTypeOfNewColumnSet
public java.lang.String getNewCSName()
throws M4CompilerError
SingleConcept operator the index is always -1,
so this method can be defined without an argument.
M4CompilerErrorConceptOperator.getNewCSName(int)public abstract java.lang.String getTypeOfNewColumnSet()
edu.udo.cs.miningmart.m4.core.operator.ConceptOperator#getTypeOfNewColumnSet
public abstract java.lang.String generateSQLDefinition(java.lang.String selectPart)
throws M4CompilerError
selectPart - The SQL string between "SELECT" and "FROM" for the
SQL definition to be returned.
M4CompilerError
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||