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