|
|||||||||
| 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.Windowing
public class Windowing
Neue Version des Windowing-Operators ohne Stored Procedure. Alte Version in Datei WindowingOld.java.
| Field Summary |
|---|
| Fields inherited from class edu.udo.cs.miningmart.operator.ConceptOperator |
|---|
suffixForIntermediateViews |
| Fields inherited from class edu.udo.cs.miningmart.operator.ExecutableOperator |
|---|
generatedSQLDefinitions |
| Constructor Summary | |
|---|---|
Windowing()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
generateColumns(Columnset csForOutputConcept)
This method is overridden because this operator uses a mapping to fill the output BaseAttributes. |
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. |
boolean |
mustCopyFeature(java.lang.String nameOfFeature)
This method is never called. |
| Methods inherited from class edu.udo.cs.miningmart.operator.SingleCSOperator |
|---|
generateColumnSetsForOp, generateSQLDefinition, getNewCSName, getTypeOfNewColumnSet, handleExtraOutputFeature |
| Methods inherited from class edu.udo.cs.miningmart.operator.ConceptOperator |
|---|
compileStatement, createMetadata, createMetadataForOneBA, createSingleColumnSet, createStatement, 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 Windowing()
| Method Detail |
|---|
public java.lang.String getTypeOfNewColumnSet()
getTypeOfNewColumnSet in class SingleCSOperatoredu.udo.cs.miningmart.m4.core.operator.ConceptOperator#getTypeOfNewColumnSet
public java.lang.String generateSQLDefinition(java.lang.String selectPart)
throws M4CompilerError,
M4CompilerWarning
generateSQLDefinition in class SingleCSOperatorselectPart - The SQL string between "SELECT" and "FROM" for the
SQL definition to be returned.
M4CompilerError
M4CompilerWarning
protected java.lang.String generateColumns(Columnset csForOutputConcept)
throws M4CompilerError
generateColumns in class ConceptOperatorcsForOutputConcept - The ColumnSet for which Columns are to be produced.
M4CompilerErroredu.udo.cs.miningmart.m4.operator.ConceptOperator#generateColumns(Columnset)public boolean mustCopyFeature(java.lang.String nameOfFeature)
mustCopyFeature in class ConceptOperatornameOfFeature - Name of the feature in question.
miningmart.compiler.operator.ConceptOperator#mustCopyFeature(String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||