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