Class TableSpec.SummarySpec

java.lang.Object
ca.spatial.table.TableSpec
ca.spatial.table.TableSpec.SummarySpec
Enclosing class:
TableSpec

public static class TableSpec.SummarySpec extends TableSpec
This specification will describe a Summary table

The syntax for this specification is


 Summary [{parent}] {cat} {val} {resel} {period}
 
  • Constructor Details

    • SummarySpec

      public SummarySpec(TableSpec parent, String cat, String val, String resel, int period)
      Create a SummarySpec
      Parameters:
      parent - the parent table
      cat - an expression that provides categories
      val - an expression that provides values
      resel - a reselect expression to determine rows used in the summary
      period - the period to summarize
    • SummarySpec

      public SummarySpec(TableSpec parent, String cat, String val, String resel, int[] periods)
  • Method Details