case classHierarchyEntries(depth: Int, hierarchyEntry: Map[String, String]) extends Product with Serializable
The hierarchical information is changed by how many times the algorithm
scrubs (or generalizes) the original data. This case class describes this
information of a column with respect to the number (or depth) of scrubbing
the data. [depth, original data => generalized data w.r.t. depth].
depth
the number of scrubbing the data
hierarchyEntry
the information containing the hierarchical info
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
The hierarchical information is changed by how many times the algorithm scrubs (or generalizes) the original data. This case class describes this information of a column with respect to the number (or depth) of scrubbing the data. [depth, original data => generalized data w.r.t. depth].
the number of scrubbing the data
the information containing the hierarchical info