Class DefaultDef.ForeignKeyMatch

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

    public static class DefaultDef.ForeignKeyMatch
    extends DefaultDef.NameMatcher
    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. This allows such foreign keys to be identified by using a regular exprsssion. The default is to simply match the base fact table's foreign key column name.
    See Also:
    Serialized Form