Uses of Class
mondrian.olap.MondrianDef.AggLevelProperty
-
Packages that use MondrianDef.AggLevelProperty Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap.aggmatcher Defines a 'matcher' which scans the schema to find candidate aggregate tables. -
-
Uses of MondrianDef.AggLevelProperty in mondrian.olap
Fields in mondrian.olap declared as MondrianDef.AggLevelProperty Modifier and Type Field Description MondrianDef.AggLevelProperty[]
MondrianDef.AggLevel. properties
-
Uses of MondrianDef.AggLevelProperty in mondrian.rolap.aggmatcher
Methods in mondrian.rolap.aggmatcher with parameters of type MondrianDef.AggLevelProperty Modifier and Type Method Description static void
ExplicitRules.TableDef. addLevelTo(ExplicitRules.TableDef tableDef, String name, String columnName, boolean collapsed, String ordinalColumn, String captionColumn, MondrianDef.AggLevelProperty[] properties)
-