public static class TruncateFunction.TruncateBigInt extends TruncateFunction.TruncateBase<java.lang.Long>
Constructor and Description |
---|
TruncateBigInt() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
canonicalName() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
org.apache.spark.sql.types.DataType[] |
inputTypes() |
static long |
invoke(int width,
long value) |
java.lang.Long |
produceResult(org.apache.spark.sql.catalyst.InternalRow input) |
org.apache.spark.sql.types.DataType |
resultType() |
name
public static long invoke(int width, long value)
public org.apache.spark.sql.types.DataType[] inputTypes()
public org.apache.spark.sql.types.DataType resultType()
public java.lang.String canonicalName()
public java.lang.Long produceResult(org.apache.spark.sql.catalyst.InternalRow input)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object