Class Hash32WithSeedAsDouble

java.lang.Object
org.apache.drill.exec.expr.fn.impl.Hash32WithSeedAsDouble

public class Hash32WithSeedAsDouble extends Object
hash32 with seed function definitions for numeric data types. These functions cast the input numeric value to a double before doing the hashing. See comments in Hash64AsDouble for the reason for doing this.
  • Constructor Details

    • Hash32WithSeedAsDouble

      public Hash32WithSeedAsDouble()