Interface BucketFunction


public interface BucketFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getBucket(Page page, int position)
    Gets the bucket for the tuple at the specified position.
  • Method Details

    • getBucket

      int getBucket(Page page, int position)
      Gets the bucket for the tuple at the specified position. Note the tuple values may be null.