Uses of Class
mondrian.rolap.aggmatcher.AggStar.Table.Column
Packages that use 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
Subclasses of AggStar.Table.Column in mondrian.rolap.aggmatcherModifier and TypeClassDescriptionclassThis is a Column that is a Measure (contains an aggregator).final classThis class is used for holding dimension level information.Methods in mondrian.rolap.aggmatcher that return AggStar.Table.ColumnModifier and TypeMethodDescriptionAggStar.lookupColumn(int bitPos) Get the Column at the bit position.Methods in mondrian.rolap.aggmatcher that return types with arguments of type AggStar.Table.ColumnModifier and TypeMethodDescriptionAggStar.FactTable.getColumns()Returns a list of the columns in this table.Method parameters in mondrian.rolap.aggmatcher with type arguments of type AggStar.Table.ColumnModifier and TypeMethodDescriptionvoidAggStar.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.