Class DefaultSortedMatrixMaker
java.lang.Object
org.apache.druid.query.rowsandcols.semantic.DefaultSortedMatrixMaker
- All Implemented Interfaces:
SortedMatrixMaker
The DefaultSortedMatrixMaker is a SortedMatrixMaker that works on the generic RowsAndColumns interface.
It does not validate that things are sorted, it just assumes that they must be. As such, behavior are undefined
when running on top of a RowsAndColumns that is not actually sorted by the columns passed into make(java.util.List<java.lang.String>)
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.druid.query.rowsandcols.semantic.SortedMatrixMaker
SortedMatrixMaker.SortedMatrix -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultSortedMatrixMaker
-
-
Method Details
-
make
- Specified by:
makein interfaceSortedMatrixMaker
-