| Name | Description |
---|
 | AggregateInto(IVector, IVector, IGrouping, IVector) |
Aggregates the elements of a data frame column according to the specified
grouping and returns the result in an existing vector.
(Inherited from IAggregator2.) |
 | AggregateInto(IVector, IVector, IGrouping, VectorT) |
Aggregates the elements of a data frame column according to the specified
grouping and returns the result in an existing vector.
|
 | TryAggregate(IVector, IVector, T) |
Aggregates the elements of a vector and returns the result.
|
 | TryAggregate(IVector, IVector, Array1DInt32, Int32, T) |
Aggregates the specified elements of a vector and returns the result.
|
 | TryAggregate(IVector, IVector, Int32, Int32, T) |
Aggregates the specified range of elements of a vector and returns the result.
|