Class DefaultDef.FactCountMatch

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

public static class DefaultDef.FactCountMatch extends DefaultDef.NameMatcher
This is used to identify the "fact_count" column in an aggregate table. It allows one to match using regular exprssions. The default is that the name of the fact count colum is simply the string "fact_count".
See Also:
  • Field Details

    • factCountName

      public String factCountName
  • Constructor Details

    • FactCountMatch

      public FactCountMatch()
    • FactCountMatch

      public FactCountMatch(org.eigenbase.xom.DOMWrapper _def) throws org.eigenbase.xom.XOMException
      Throws:
      org.eigenbase.xom.XOMException
  • Method Details