Uses of Class
mondrian.rolap.aggmatcher.AggStar.Table.Column
-
Packages that use AggStar.Table.Column Package Description mondrian.rolap.aggmatcher Defines a 'matcher' which scans the schema to find candidate aggregate tables. -
-
Uses of AggStar.Table.Column in mondrian.rolap.aggmatcher
Subclasses of AggStar.Table.Column in mondrian.rolap.aggmatcher Modifier and Type Class Description class
AggStar.FactTable.Measure
This is a Column that is a Measure (contains an aggregator).class
AggStar.Table.Level
This class is used for holding dimension level information.Methods in mondrian.rolap.aggmatcher that return AggStar.Table.Column Modifier and Type Method Description AggStar.Table.Column
AggStar. lookupColumn(int bitPos)
Get the Column at the bit position.Methods in mondrian.rolap.aggmatcher that return types with arguments of type AggStar.Table.Column Modifier and Type Method Description List<AggStar.Table.Column>
AggStar.FactTable. getColumns()
Returns a list of the columns in this table.Method parameters in mondrian.rolap.aggmatcher with type arguments of type AggStar.Table.Column Modifier and Type Method Description void
AggStar.DimTable. addColumnsToList(List<AggStar.Table.Column> list)
Add all of this Table's columns to the list parameter and then add all child table columns.
-