Uses of Class
mondrian.rolap.aggmatcher.AggStar.Table.Column
Package
Description
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
-
Uses of AggStar.Table.Column in mondrian.rolap.aggmatcher
Modifier and TypeClassDescriptionclass
This is a Column that is a Measure (contains an aggregator).final class
This class is used for holding dimension level information.Modifier and TypeMethodDescriptionAggStar.lookupColumn
(int bitPos) Get the Column at the bit position.Modifier and TypeMethodDescriptionAggStar.FactTable.getColumns()
Returns a list of the columns in this table.Modifier and TypeMethodDescriptionvoid
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.