Annotation Interface IntermediateState


public @interface IntermediateState
Description of a column of data that makes up the intermediate state of an aggregation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name of the column.
    Type of the column.
  • Element Details

    • name

      String name
      Name of the column.
    • type

      String type
      Type of the column. This should be the name of an element type or an element type followed by _BLOCK. If this ends in _BLOCK then the aggregation will the Block as an argument to combineIntermediate and a position. It's the aggregation's responsibility to iterate values from the block as needed.