Class FirstRowKey

java.lang.Object
io.deephaven.api.agg.FirstRowKey
All Implemented Interfaces:
Aggregation

@Immutable public abstract class FirstRowKey extends Object implements Aggregation
An aggregation that provides a single output column with the first row key from the input table for each aggregation group in the result.

The primary use case for this aggregation is to allow for a subsequent sort on the output column to order aggregated data by current first occurrence in the input table rather than encounter order.