Class | Description |
---|---|
ComputeEncryptedRow |
Class to compute the encrypted row elements for a query from extracted data partitions
|
HashSelectorAndPartitionData |
Given a MapWritable or JSON formatted dataElement, this class gives the common functionality to extract the selector by queryType from each dataElement,
perform a keyed hash of the selector, extract the partitions of the dataElement, and outputs
<hash(selector), dataPartitions> |