Build a mask with the given parameters. @param description the description of the data mask @param schema the type of the field @param overrides a function to override this mask on a sub-column @return the new data mask or null if this name is unknown
(DataMaskDescription description,
TypeDescription schema,
MaskOverrides overrides)
| 104 | * @return the new data mask or null if this name is unknown |
| 105 | */ |
| 106 | DataMask build(DataMaskDescription description, |
| 107 | TypeDescription schema, |
| 108 | MaskOverrides overrides); |
| 109 | } |
no outgoing calls