Package io.activej.aggregation
Class AggregationPredicates.RangeScan
java.lang.Object
io.activej.aggregation.AggregationPredicates.RangeScan
- Enclosing class:
- AggregationPredicates
-
Method Summary
Modifier and TypeMethodDescriptionfullScan()getFrom()getTo()booleanbooleanisNoScan()booleannoScan()rangeScan(PrimaryKey from, PrimaryKey to)
-
Method Details
-
noScan
-
fullScan
-
rangeScan
-
isNoScan
public boolean isNoScan() -
isFullScan
public boolean isFullScan() -
isRangeScan
public boolean isRangeScan() -
getFrom
-
getTo
-