Class PrimaryKey
- java.lang.Object
-
- org.apache.pinot.spi.data.readers.PrimaryKey
-
public class PrimaryKey extends Object
The primary key of a record. Note that the value used in the primary key must be single-value.
-
-
Constructor Detail
-
PrimaryKey
public PrimaryKey(Object[] values)
-
-