Click or drag to resize
sqx

LARGE Structure

Aggregate [float] LARGE([float] Value, [int] OrderStatistic)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
[SerializableAttribute]
public struct LARGE : IBinarySerialize
Remarks
Largest order statistic aggregate function.

NOTE: All parameters except Value must remain constant within the GROUP BY.

Attributes

Format.UserDefined, IsInvariantToDuplicates = true, IsInvariantToNulls = true, IsInvariantToOrder = true, IsNullIfEmpty = true, MaxByteSize = -1
See Also