示例#1
0
 public static IAggregateFunctionSelfContained <T> LastValue <T>(this Sql.ISqlExtension ext, [ExprParameter] T expr, Sql.Nulls nulls)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public static IAnalyticFunctionWithoutWindow <T> Lag <T>(this Sql.ISqlExtension ext, [ExprParameter] T expr, Sql.Nulls nulls, [ExprParameter] int offset, [ExprParameter] int? @default)
 {
     throw new NotImplementedException();
 }