Interface NormalizedKeyComputer


  • public interface NormalizedKeyComputer
    Normalized key computer for BinaryInMemorySortBuffer. For performance, subclasses are usually implemented through CodeGenerator.
    • Method Detail

      • getNumKeyBytes

        int getNumKeyBytes()
        Get normalized keys bytes length.
      • isKeyFullyDetermines

        boolean isKeyFullyDetermines()
        whether the normalized key can fully determines the comparison.
      • invertKey

        boolean invertKey()
        Flag whether normalized key comparisons should be inverted key.