Uses of Class
mondrian.rolap.aggmatcher.ExplicitRules.Group
Packages that use ExplicitRules.Group
Package
Description
Implements the data access layer for the olap package.
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
-
Uses of ExplicitRules.Group in mondrian.rolap
Methods in mondrian.rolap that return ExplicitRules.Group -
Uses of ExplicitRules.Group in mondrian.rolap.aggmatcher
Fields in mondrian.rolap.aggmatcher declared as ExplicitRules.GroupModifier and TypeFieldDescriptionprotected final ExplicitRules.Group
ExplicitRules.TableDef.aggGroup
Methods in mondrian.rolap.aggmatcher that return ExplicitRules.GroupModifier and TypeMethodDescriptionExplicitRules.TableDef.getAggGroup()
Get the Group with which is a part.static ExplicitRules.Group
ExplicitRules.Group.make
(RolapCube cube, MondrianDef.Cube xmlCube) Make an ExplicitRules.Group for a given RolapCube given the MondrianDef.Cube associated with that cube.Methods in mondrian.rolap.aggmatcher that return types with arguments of type ExplicitRules.GroupModifier and TypeMethodDescriptionprotected List<ExplicitRules.Group>
AggTableManager.getAggGroups
(RolapStar star) Returns a list containing everyExplicitRules.Group
in every cubes in a givenRolapStar
.Method parameters in mondrian.rolap.aggmatcher with type arguments of type ExplicitRules.GroupModifier and TypeMethodDescriptionstatic boolean
ExplicitRules.excludeTable
(String tableName, List<ExplicitRules.Group> aggGroups) Returns whether the given is tableName explicitly excluded from consideration as a candidate aggregate table.static ExplicitRules.TableDef
ExplicitRules.getIncludeByTableDef
(String tableName, List<ExplicitRules.Group> aggGroups) Returns theExplicitRules.TableDef
for a tableName that is a candidate aggregate table.Constructors in mondrian.rolap.aggmatcher with parameters of type ExplicitRules.GroupModifierConstructorDescriptionPatternTableDef
(String pattern, boolean ignoreCase, ExplicitRules.Group group) protected
TableDef
(boolean ignoreCase, ExplicitRules.Group aggGroup)