pub fn decrypt_segment_row(
table: &TableSchema,
row: &mut Row,
encryption: &EncryptionConfig,
) -> Result<(), String>Expand description
§5.11: decrypt the encrypted columns of an already-decoded segment row (rows segments decode via their own column table, so decryption is a post-decode pass over the positional values).