Function scrambledb::finalize::finalize_blinded_table
source · pub fn finalize_blinded_table(
store_context: &StoreContext,
table: Table<BlindedPseudonymizedData>
) -> Result<Table<PseudonymizedData>, Error>
Expand description
§Finalization of Pseudonymous and Converted Tables
Finalization of pseudonyms is the same regardless of pseudonym type, i.e. whether they are long term storage pseudonyms at the Data Lake or join pseudonyms at a Data Processor.
Finalize a table of blinded pseudonymized data values by applying the finalization operation on each entry and shuffling the result:
Inputs:
store_context
: The data store’s pseudonymization contexttable
: A table of blinded pseudonymized data values
Output: A table of pseudonymized data values.