Package | Description |
---|---|
mondrian.rolap.aggmatcher |
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
|
Modifier and Type | Class and Description |
---|---|
static class |
DefaultDef.FactCountMatch
This is used to identify the "fact_count" column in an aggregate
table.
|
static class |
DefaultDef.ForeignKeyMatch
This 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 class |
DefaultDef.Mapper
This allows one to create an element that matches against a
single template, where the template is an attribute.
|
static class |
DefaultDef.NameMatcher
A NameMatcher is a CaseMatcher that prepends and appends
regular expressions to a given string as part of creating
the matching regular expression.
|
static class |
DefaultDef.Regex
This 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 class |
DefaultDef.TableMatch
This is used to identify which tables in the database might
be aggregate table of a given fact table.
|
Copyright © 2018 Hitachi Vantara. All rights reserved.