Files
nosqlbench/devdocs/sketches/datashape.dot
2020-07-27 20:02:52 -05:00

8 lines
95 B
Plaintext

graph {
{ rank=same;
operations -- dataset;
}
dataset -- datashape;
datashape -- operations;
}