Class PredefinedFunction

    • Method Detail

      • getNumBuckets

        public int getNumBuckets()
        Returns the number of buckets to divide the result into.
        Returns:
        The bucket count.
      • getBucket

        public BucketValue getBucket​(int i)
        Returns the bucket at the given index.
        Parameters:
        i - The index of the bucket to return.
        Returns:
        The bucket at the given index.
        Throws:
        IndexOutOfBoundsException - If the index is out of range.