| Name | Description |
---|
| AddToSet<TInput, TValue> |
Returns a set.
|
| Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Decimal>>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Double>>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Int32>>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Int64>>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Single>>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| Count<TInput> |
Returns the number of documents in the window.
|
| CovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, Func<TInput, Decimal>, SetWindowFieldsWindow) |
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, Func<TInput, Double>, SetWindowFieldsWindow) |
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, Func<TInput, Int32>, SetWindowFieldsWindow) |
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, Func<TInput, Int64>, SetWindowFieldsWindow) |
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Decimal>>, Func<TInput, Nullable<Decimal>>, SetWindowFieldsWindow) |
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Double>>, Func<TInput, Nullable<Double>>, SetWindowFieldsWindow) |
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Int32>>, Func<TInput, Nullable<Int32>>, SetWindowFieldsWindow) |
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Int64>>, Func<TInput, Nullable<Int64>>, SetWindowFieldsWindow) |
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Single>>, Func<TInput, Nullable<Single>>, SetWindowFieldsWindow) |
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, Func<TInput, Single>, SetWindowFieldsWindow) |
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovarianceSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, Func<TInput, Decimal>, SetWindowFieldsWindow) |
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovarianceSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, Func<TInput, Double>, SetWindowFieldsWindow) |
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovarianceSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, Func<TInput, Int32>, SetWindowFieldsWindow) |
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovarianceSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, Func<TInput, Int64>, SetWindowFieldsWindow) |
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovarianceSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Decimal>>, Func<TInput, Nullable<Decimal>>, SetWindowFieldsWindow) |
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovarianceSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Double>>, Func<TInput, Nullable<Double>>, SetWindowFieldsWindow) |
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovarianceSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Int32>>, Func<TInput, Nullable<Int32>>, SetWindowFieldsWindow) |
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovarianceSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Int64>>, Func<TInput, Nullable<Int64>>, SetWindowFieldsWindow) |
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovarianceSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Single>>, Func<TInput, Nullable<Single>>, SetWindowFieldsWindow) |
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| CovarianceSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, Func<TInput, Single>, SetWindowFieldsWindow) |
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
|
| DenseRank<TInput> |
Returns the document position (known as the rank) relative to other documents in the $setWindowFields stage partition.
|
| Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
| Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
| Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
| Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
| Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
| Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, WindowTimeUnit, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
| Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, WindowTimeUnit, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
| Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, WindowTimeUnit, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
| Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, WindowTimeUnit, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
| Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, WindowTimeUnit, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
| DocumentNumber<TInput> |
Returns the position of a document (known as the document number) in the $setWindowFields stage partition.
|
| ExponentialMovingAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, ExponentialMovingAverageWeighting, SetWindowFieldsWindow) |
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
|
| ExponentialMovingAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, ExponentialMovingAverageWeighting, SetWindowFieldsWindow) |
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
|
| ExponentialMovingAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, ExponentialMovingAverageWeighting, SetWindowFieldsWindow) |
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
|
| ExponentialMovingAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, ExponentialMovingAverageWeighting, SetWindowFieldsWindow) |
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
|
| ExponentialMovingAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, ExponentialMovingAverageWeighting, SetWindowFieldsWindow) |
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
|
| First<TInput, TValue> |
Returns the first value.
|
| Integral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, SetWindowFieldsWindow) |
Returns the approximation of the area under a curve.
|
| Integral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, SetWindowFieldsWindow) |
Returns the approximation of the area under a curve.
|
| Integral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, SetWindowFieldsWindow) |
Returns the approximation of the area under a curve.
|
| Integral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, SetWindowFieldsWindow) |
Returns the approximation of the area under a curve.
|
| Integral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, SetWindowFieldsWindow) |
Returns the approximation of the area under a curve.
|
| Integral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, WindowTimeUnit, SetWindowFieldsWindow) |
Returns the approximation of the area under a curve.
|
| Integral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, WindowTimeUnit, SetWindowFieldsWindow) |
Returns the approximation of the area under a curve.
|
| Integral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, WindowTimeUnit, SetWindowFieldsWindow) |
Returns the approximation of the area under a curve.
|
| Integral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, WindowTimeUnit, SetWindowFieldsWindow) |
Returns the approximation of the area under a curve.
|
| Integral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, WindowTimeUnit, SetWindowFieldsWindow) |
Returns the approximation of the area under a curve.
|
| Last<TInput, TValue> |
Returns the last value.
|
| Locf<TInput, TValue> |
Returns the last observation carried forward.
|
| Max<TInput, TValue> |
Returns the maximum value.
|
| Min<TInput, TValue> |
Returns the minimum value.
|
| Push<TInput, TValue> |
Returns a sequence of values.
|
| Rank<TInput> |
Returns the document position (known as the rank) relative to other documents in the $setWindowFields stage partition.
|
| Shift<TInput, TValue>(ISetWindowFieldsPartition<TInput>, Func<TInput, TValue>, Int32) |
Returns the value from an expression applied to a document in a specified position relative to the current document.
|
| Shift<TInput, TValue>(ISetWindowFieldsPartition<TInput>, Func<TInput, TValue>, Int32, TValue) |
Returns the value from an expression applied to a document in a specified position relative to the current document.
|
| StandardDeviationPopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, SetWindowFieldsWindow) |
Calculates the population standard deviation of the input values.
|
| StandardDeviationPopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, SetWindowFieldsWindow) |
Calculates the population standard deviation of the input values.
|
| StandardDeviationPopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, SetWindowFieldsWindow) |
Calculates the population standard deviation of the input values.
|
| StandardDeviationPopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, SetWindowFieldsWindow) |
Calculates the population standard deviation of the input values.
|
| StandardDeviationPopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Decimal>>, SetWindowFieldsWindow) |
Calculates the population standard deviation of the input values.
|
| StandardDeviationPopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Double>>, SetWindowFieldsWindow) |
Calculates the population standard deviation of the input values.
|
| StandardDeviationPopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Int32>>, SetWindowFieldsWindow) |
Calculates the population standard deviation of the input values.
|
| StandardDeviationPopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Int64>>, SetWindowFieldsWindow) |
Calculates the population standard deviation of the input values.
|
| StandardDeviationPopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Single>>, SetWindowFieldsWindow) |
Calculates the population standard deviation of the input values.
|
| StandardDeviationPopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, SetWindowFieldsWindow) |
Calculates the population standard deviation of the input values.
|
| StandardDeviationSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, SetWindowFieldsWindow) |
Calculates the sample standard deviation of the input values.
|
| StandardDeviationSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, SetWindowFieldsWindow) |
Calculates the sample standard deviation of the input values.
|
| StandardDeviationSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, SetWindowFieldsWindow) |
Calculates the sample standard deviation of the input values.
|
| StandardDeviationSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, SetWindowFieldsWindow) |
Calculates the sample standard deviation of the input values.
|
| StandardDeviationSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Decimal>>, SetWindowFieldsWindow) |
Calculates the sample standard deviation of the input values.
|
| StandardDeviationSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Double>>, SetWindowFieldsWindow) |
Calculates the sample standard deviation of the input values.
|
| StandardDeviationSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Int32>>, SetWindowFieldsWindow) |
Calculates the sample standard deviation of the input values.
|
| StandardDeviationSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Int64>>, SetWindowFieldsWindow) |
Calculates the sample standard deviation of the input values.
|
| StandardDeviationSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Single>>, SetWindowFieldsWindow) |
Calculates the sample standard deviation of the input values.
|
| StandardDeviationSample<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, SetWindowFieldsWindow) |
Calculates the sample standard deviation of the input values.
|
| Sum<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, SetWindowFieldsWindow) |
Returns the sum of numeric values. $sum ignores non-numeric values.
|
| Sum<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, SetWindowFieldsWindow) |
Returns the sum of numeric values. $sum ignores non-numeric values.
|
| Sum<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, SetWindowFieldsWindow) |
Returns the sum of numeric values. $sum ignores non-numeric values.
|
| Sum<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, SetWindowFieldsWindow) |
Returns the sum of numeric values. $sum ignores non-numeric values.
|
| Sum<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Decimal>>, SetWindowFieldsWindow) |
Returns the sum of numeric values. $sum ignores non-numeric values.
|
| Sum<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Double>>, SetWindowFieldsWindow) |
Returns the sum of numeric values. $sum ignores non-numeric values.
|
| Sum<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Int32>>, SetWindowFieldsWindow) |
Returns the sum of numeric values. $sum ignores non-numeric values.
|
| Sum<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Int64>>, SetWindowFieldsWindow) |
Returns the sum of numeric values. $sum ignores non-numeric values.
|
| Sum<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Single>>, SetWindowFieldsWindow) |
Returns the sum of numeric values. $sum ignores non-numeric values.
|
| Sum<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, SetWindowFieldsWindow) |
Returns the sum of numeric values. $sum ignores non-numeric values.
|