IAggregateFluentExtensions.SetWindowFields Method |
Name | Description | |
---|---|---|
![]() ![]() | SetWindowFields<TResult, TWindowFields>(IAggregateFluent<TResult>, Expression<Func<ISetWindowFieldsPartition<TResult>, TWindowFields>>) |
Appends a $setWindowFields to the pipeline.
|
![]() ![]() | SetWindowFields<TResult, TPartitionBy, TWindowFields>(IAggregateFluent<TResult>, Expression<Func<TResult, TPartitionBy>>, Expression<Func<ISetWindowFieldsPartition<TResult>, TWindowFields>>) |
Appends a $setWindowFields to the pipeline.
|
![]() ![]() | SetWindowFields<TResult, TPartitionBy, TWindowFields>(IAggregateFluent<TResult>, Expression<Func<TResult, TPartitionBy>>, SortDefinition<TResult>, Expression<Func<ISetWindowFieldsPartition<TResult>, TWindowFields>>) |
Appends a $setWindowFields to the pipeline.
|