Class RollupConstants

java.lang.Object
io.deephaven.engine.table.impl.by.RollupConstants

public final class RollupConstants extends Object
  • Field Details

    • ROLLUP_COLUMN_SUFFIX

      public static final String ROLLUP_COLUMN_SUFFIX
      Marker suffix for rollup-internal column names.
      See Also:
    • ROLLUP_DISTINCT_SSM_COLUMN_ID

      public static final String ROLLUP_DISTINCT_SSM_COLUMN_ID
      Middle column name component (between source column name and suffix) for SSM columns used in "distinct", "count distinct", and "unique" rollup aggregations.
      See Also: