Uses of Class
org.apache.ignite.internal.processors.query.h2.twostep.AbstractReduceIndexAdapter
-
Packages that use AbstractReduceIndexAdapter Package Description org.apache.ignite.internal.processors.query.h2.twostep -
-
Uses of AbstractReduceIndexAdapter in org.apache.ignite.internal.processors.query.h2.twostep
Subclasses of AbstractReduceIndexAdapter in org.apache.ignite.internal.processors.query.h2.twostep Modifier and Type Class Description classSortedReduceIndexAdapterH2Indexadapter forSortedReducer.classUnsortedReduceIndexAdapterH2Indexadapter forUnsortedReducer.Methods in org.apache.ignite.internal.processors.query.h2.twostep that return types with arguments of type AbstractReduceIndexAdapter Modifier and Type Method Description static H2ScanIndex<AbstractReduceIndexAdapter>ReduceTable. createScanIndex(AbstractReduceIndexAdapter idx)Methods in org.apache.ignite.internal.processors.query.h2.twostep with parameters of type AbstractReduceIndexAdapter Modifier and Type Method Description static H2ScanIndex<AbstractReduceIndexAdapter>ReduceTable. createScanIndex(AbstractReduceIndexAdapter idx)
-