|
|||||||||
| 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.MaterializeRelation
public class MaterializeRelation
| Field Summary |
|---|
| Fields inherited from class edu.udo.cs.miningmart.operator.ExecutableOperator |
|---|
generatedSQLDefinitions |
| Constructor Summary | |
|---|---|
MaterializeRelation()
|
|
| Method Summary | |
|---|---|
void |
compileStatement()
Not required. |
void |
createStatement(boolean lazy)
Abstract method for generating an sql-statement. |
EstimatedStatistics |
estimateStatistics(Step theStep)
Not required. |
protected java.lang.String |
getCrossTableName()
Only n:m relations are currently supported. |
protected Relation |
getRelation()
Gets the Relation. |
protected java.lang.String |
getSchema()
|
java.lang.String |
getTableName()
Gets the table name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MaterializeRelation()
| Method Detail |
|---|
public void createStatement(boolean lazy)
throws M4CompilerError
ExecutableOperator
createStatement in class ExecutableOperatorlazy - If TRUE, run in lazy mode: create atmost one output
ColumnSet
M4CompilerErrorExecutableOperator.createStatement(boolean)public void compileStatement()
compileStatement in class ExecutableOperator
public EstimatedStatistics estimateStatistics(Step theStep)
throws M4Exception
M4Exception
public java.lang.String getTableName()
throws M4CompilerError
M4CompilerError
protected Relation getRelation()
throws M4CompilerError
M4CompilerError
protected java.lang.String getSchema()
throws M4CompilerError,
M4Exception
M4CompilerError
M4Exception
protected java.lang.String getCrossTableName()
throws M4CompilerError
M4CompilerError
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||