public void Should_set_aggregate()
 {
     builder.Aggregate(agg => agg.Min());
     column.Aggregates.First().ShouldBeType <MinFunction>();
 }