public abstract static class BucketFunction.BucketBase
extends java.lang.Object
Constructor and Description |
---|
BucketBase() |
Modifier and Type | Method and Description |
---|---|
static int |
apply(int numBuckets,
int hashedValue) |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
java.lang.String |
name() |
org.apache.spark.sql.types.DataType |
resultType() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public static int apply(int numBuckets, int hashedValue)
public java.lang.String name()
public org.apache.spark.sql.types.DataType resultType()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object