Interface SortedMatrixMaker

  • All Known Implementing Classes:
    DefaultSortedMatrixMaker

    public interface SortedMatrixMaker
    A thing that makes Matrixs in an assumed sorted-fashion. This SemanticInterface was created in support of the SortedInnerJoinOperator, which was created as an attempt to ensure that the pausable Operators actually enable us to merge independent streams of data. As such, thought has gone into it to the extent that it was necessary to make something that works, it's entirely possible that it's a pointless interface and should be re-evaluated when/if the join implementation is dusted back off