Class TableSpec.CrosstabSpec

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

public static class TableSpec.CrosstabSpec extends TableSpec
This specification will describe a CrosstabStore table

The syntax for this specification is


 Crosstab [{parent}] {resel} {{periods}} {sliceSpec}...
 
Note that the {{periods}} symbol contain sequences of peiord numbers that are enclosed by literal { } characters to represent a list.
  • Constructor Details

    • CrosstabSpec

      public CrosstabSpec(TableSpec table, String resel, int[] periods, ArrayList slices)
      Create a CrosstabSpec
      Parameters:
      table - the parent table to summarize
      resel - the reselect expression that choose the records to summarize
      periods - the list of periods taht will be sampled
      slices - the list of specifications on how to calculate the crosstab
  • Method Details