Package io.trino.type

Interface BlockTypeOperators.BlockPositionHashCode

Enclosing class:
BlockTypeOperators

public static interface BlockTypeOperators.BlockPositionHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    hashCode(Block block, int position)
     
    default long
    hashCodeNullSafe(Block block, int position)
     
  • Method Details

    • hashCode

      long hashCode(Block block, int position)
    • hashCodeNullSafe

      default long hashCodeNullSafe(Block block, int position)