org.apache.spark.sql.catalyst.expressions
Base class for interpreted hash functions.
Computes hash of a given value of type dataType.
value
dataType
Computes hash of a given value of type dataType. The caller needs to check the validity of input value.
Base class for interpreted hash functions.