over method
Returns this aggregate evaluated over window.
Implementation
MssqlAggregate over(MssqlWindow window) => MssqlAggregate._(
function: function,
operand: operand,
resultType: resultType,
distinct: distinct,
window: window,
);
Returns this aggregate evaluated over window.
MssqlAggregate over(MssqlWindow window) => MssqlAggregate._(
function: function,
operand: operand,
resultType: resultType,
distinct: distinct,
window: window,
);