Example #1
0
 public abstract Maybe <ResultSingle> AggregationOperation(AggregationOp op);
Example #2
0
 public override Maybe <ResultSingle> AggregationOperation(AggregationOp op) => new ResultSingle(op(Column)).Just();