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, waitpublic 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.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Object