Uses of Class
mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Packages that use ExplicitRules.TableDef Package Description mondrian.rolap.aggmatcher 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.aggmatcher Modifier and Type Class Description static classExplicitRules.PatternTableDefThis class matches candidate aggregate table name with a pattern.Methods in mondrian.rolap.aggmatcher that return ExplicitRules.TableDef Modifier and Type Method Description static ExplicitRules.TableDefExplicitRules. getIncludeByTableDef(String tableName, List<ExplicitRules.Group> aggGroups)Returns theExplicitRules.TableDeffor a tableName that is a candidate aggregate table.ExplicitRules.TableDefExplicitRules.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.TableDef Modifier and Type Method Description static voidExplicitRules.TableDef. addLevelTo(ExplicitRules.TableDef tableDef, String name, String columnName, boolean collapsed, String ordinalColumn, String captionColumn, MondrianDef.AggLevelProperty[] properties)static voidExplicitRules.TableDef. addMeasureTo(ExplicitRules.TableDef tableDef, String name, String column, String rollupType)voidExplicitRules.Group. addTableDef(ExplicitRules.TableDef tableDef)Add a name or pattern (table) rule.
-