Example #1
0
 public bool EqualNames(WindowedBucket a, WindowedBucket b) => EqualNames(a.timeFrom, b.timeFrom);
Example #2
0
 public bool EqualNames(WindowedBucket a, WindowedBucket b) => true;
Example #3
0
 public string BaseName(WindowedBucket bucket) => Format("histogram", bucket.timeFrom);
Example #4
0
 public string BaseName(WindowedBucket bucket) => null;