Package org.apache.arrow.memory.util.hash


package org.apache.arrow.memory.util.hash
  • Class
    Description
    Utility for calculating the hash code for a consecutive memory region.
    Implementation of the Murmur hashing algorithm.
    A simple hasher that calculates the hash code of integers as is, and does not perform any finalization.