Package org.apache.pinot.segment.spi.partition
-
Interface Summary Interface Description PartitionFunction Interface for partition function. -
Class Summary Class Description BoundedColumnValuePartitionFunction Implementation ofPartitionFunctionwhich partitions based configured column values.ByteArrayPartitionFunction Implementation ofarray partitionerHashCodePartitionFunction Hash code partition function, where: partitionId = value.hashCode() %HashCodePartitionFunction._numPartitionsModuloPartitionFunction Modulo operation based partition function, where: partitionId = value %ModuloPartitionFunction._numPartitionsMurmurPartitionFunction Implementation ofPartitionFunctionwhich partitions based on 32 bit murmur hashPartitionFunctionFactory Factory to build instances ofPartitionFunction. -
Enum Summary Enum Description PartitionFunctionFactory.PartitionFunctionType