org.apache.spark.sql.catalyst.util
This is an internal data representation for map type in Spark SQL. This should not implement equals and hashCode because the type cannot be used as join keys, grouping keys, or in equality tests. See SPARK-9415 and PR#13847 for the discussions.
equals
hashCode
This is an internal data representation for map type in Spark SQL. This should not implement
equals
andhashCode
because the type cannot be used as join keys, grouping keys, or in equality tests. See SPARK-9415 and PR#13847 for the discussions.