Class DataSetSortIndex
- java.lang.Object
-
- org.dashbuilder.dataset.engine.index.DataSetIndexElement
-
- org.dashbuilder.dataset.engine.index.DataSetIndexNode
-
- org.dashbuilder.dataset.engine.index.DataSetSortIndex
-
public class DataSetSortIndex extends DataSetIndexNode
An index for source data sets.
-
-
Constructor Summary
Constructors Constructor Description DataSetSortIndex(org.dashbuilder.dataset.sort.DataSetSort sortOp, List<Integer> sortedRows)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dashbuilder.dataset.sort.DataSetSortgetSortOp()-
Methods inherited from class org.dashbuilder.dataset.engine.index.DataSetIndexNode
acceptVisitor, getAggValue, getEstimatedSize, getFilterIndex, getGroupIndex, getGroupKey, getParent, getRows, getSortIndex, indexAggValue, indexFilter, indexGroup, indexSort, setParent
-
Methods inherited from class org.dashbuilder.dataset.engine.index.DataSetIndexElement
getBuildTime, getReuseHits, getReuseTime, reuseHit, setBuildTime, toString
-
-