interface MaxN {
    $maxN: {
        input: any;
        n: any;
    };
}

Properties

Properties

$maxN: {
    input: any;
    n: any;
}

Returns an aggregation of the maxmimum value n elements within a group. If the group contains fewer than n elements, $maxN returns all elements in the group.

Type declaration

  • input: any
  • n: any