|
||||||||||
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.Materialize
Field Summary |
Fields inherited from class edu.udo.cs.miningmart.operator.ExecutableOperator |
generatedSQLDefinitions |
Constructor Summary | |
Materialize()
|
Method Summary | |
java.lang.String |
generateSQLDefinition(java.lang.String selectPart)
This method must return the SQL definition of the newly created ColumnSet. |
java.lang.String |
getNewCSName(int index)
Overrides the standard naming method to use user specified name instead. |
java.lang.String |
getTableName()
Gets the table name. |
java.lang.String |
getTypeOfNewColumnSet()
Inherited abstract method. |
protected boolean |
mustCopyFeature(java.lang.String nameOfFeature)
Inherited abstract method. |
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, getOutputConcept, getStringForSelection, setNewCSMultiStepBranch |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Materialize()
Method Detail |
public java.lang.String generateSQLDefinition(java.lang.String selectPart) throws M4CompilerError
SingleCSOperator
generateSQLDefinition
in class SingleCSOperator
selectPart
- The SQL string between "SELECT" and "FROM" for the
SQL definition to be returned.
M4CompilerError
ExecutableOperator.createStatement(boolean)
public java.lang.String getTypeOfNewColumnSet()
getTypeOfNewColumnSet
in class SingleCSOperator
edu.udo.cs.miningmart.m4.core.operator.ConceptOperator#getTypeOfNewColumnSet
protected boolean mustCopyFeature(java.lang.String nameOfFeature)
mustCopyFeature
in class ConceptOperator
nameOfFeature
- Name of the feature in question.
public java.lang.String getNewCSName(int index) throws M4CompilerError
getNewCSName
in class ConceptOperator
M4CompilerError
public java.lang.String getTableName() throws M4CompilerError
M4CompilerError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |