Package nis.svc.opt.api
Interface ProjectTables
-
public interface ProjectTables
Project Tables is where the main table data structures live. These don't "do" anything other than hold data that goes into and out of the optimizer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ProjectTables.FactorRow
static interface
ProjectTables.MainTables
static interface
ProjectTables.SecurityRow
This holds the security main table data.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectTables.MainTables
joinedTables()
return the main table after joinProjectTables.MainTables
optimizedTables()
return the main tables after optimization
-
-
-
Method Detail
-
joinedTables
ProjectTables.MainTables joinedTables()
return the main table after join- Returns:
- the main tables after join
-
optimizedTables
ProjectTables.MainTables optimizedTables()
return the main tables after optimization- Returns:
- the main tables after optimization
-
-