Package io.activej.aggregation
Class AggregationChunk
java.lang.Object
io.activej.aggregation.AggregationChunk
- All Implemented Interfaces:
io.activej.common.initializer.WithInitializer<AggregationChunk>
public class AggregationChunk
extends Object
implements io.activej.common.initializer.WithInitializer<AggregationChunk>
-
Method Summary
Modifier and TypeMethodDescriptionstatic AggregationChunkcreate(Object chunkId, List<String> fields, PrimaryKey minPrimaryKey, PrimaryKey maxPrimaryKey, int count) booleanintgetCount()inthashCode()toPredicate(List<String> primaryKey) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.activej.common.initializer.WithInitializer
withInitializer
-
Method Details
-
create
public static AggregationChunk create(Object chunkId, List<String> fields, PrimaryKey minPrimaryKey, PrimaryKey maxPrimaryKey, int count) -
getChunkId
-
getMeasures
-
getMinPrimaryKey
-
getMaxPrimaryKey
-
getCount
public int getCount() -
equals
-
hashCode
public int hashCode() -
toPredicate
-
toString
-