Class DefaultDef.TableMatch

All Implemented Interfaces:
Serializable, Cloneable, org.eigenbase.xom.NodeDef
Enclosing class:
DefaultDef

public static class DefaultDef.TableMatch extends DefaultDef.NameMatcher
This is used to identify which tables in the database might be aggregate table of a given fact table. It is expected that aggregate table names will include the base fact table name with additional text before and/or after. It is not allow for both the prepending and appending regular expression text to be null (if it were, then only aggregate tables who names were the same as (modulo case) would match - which is surely not allowed).
See Also: