Uses of Class
mondrian.rolap.aggmatcher.DefaultDef.Base
Packages that use DefaultDef.Base
Package
Description
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
-
Uses of DefaultDef.Base in mondrian.rolap.aggmatcher
Subclasses of DefaultDef.Base in mondrian.rolap.aggmatcherModifier and TypeClassDescriptionstatic classA RolapConnection uses one AggRule.static classThis is a base class for all elements that can match strings where the case of the string is important.static classThis is used to identify the "fact_count" column in an aggregate table.static classstatic classThis is used to identify foreign key columns in a candidate aggregate table given the name of a foreign key column of the base fact table.static classstatic classThis is the template used to specify columns to be ignored.static classstatic classThis is the template that maps from a combination of level usage_prefix hierarchy_name level_name level_column_namestatic classstatic classThis allows one to create an element that matches against a single template, where the template is an attribute.static classThis is the template that maps from a combination of measure measure_name, measure_column_name, and aggregate_name ("count", "sum", "avg", "min", "max", "distinct-count").static classstatic classA NameMatcher is a CaseMatcher that prepends and appends regular expressions to a given string as part of creating the matching regular expression.static classstatic classThis element is used in a vector of child elements when one wishes to have one or more regular expressions associated with matching a given string.static classstatic classThis is used to identify which tables in the database might be aggregate table of a given fact table.static class