Uses of Class
mondrian.rolap.aggmatcher.ExplicitRules.TableDef
Packages that use ExplicitRules.TableDef
Package
Description
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
-
Uses of ExplicitRules.TableDef in mondrian.rolap.aggmatcher
Subclasses of ExplicitRules.TableDef in mondrian.rolap.aggmatcherModifier and TypeClassDescriptionstatic class
This class matches candidate aggregate table name with a pattern.Methods in mondrian.rolap.aggmatcher that return ExplicitRules.TableDefModifier and TypeMethodDescriptionstatic ExplicitRules.TableDef
ExplicitRules.getIncludeByTableDef
(String tableName, List<ExplicitRules.Group> aggGroups) Returns theExplicitRules.TableDef
for a tableName that is a candidate aggregate table.ExplicitRules.Group.getIncludeByTableDef
(String tableName) Is the given tableName included either by exact name or by pattern.Methods in mondrian.rolap.aggmatcher with parameters of type ExplicitRules.TableDefModifier and TypeMethodDescriptionstatic void
ExplicitRules.TableDef.addLevelTo
(ExplicitRules.TableDef tableDef, String name, String columnName, boolean collapsed, String ordinalColumn, String captionColumn, MondrianDef.AggLevelProperty[] properties) static void
ExplicitRules.TableDef.addMeasureTo
(ExplicitRules.TableDef tableDef, String name, String column, String rollupType) void
ExplicitRules.Group.addTableDef
(ExplicitRules.TableDef tableDef) Add a name or pattern (table) rule.