public static class TruncateFunction.TruncateSmallInt extends TruncateFunction.TruncateBase<java.lang.Short>
Constructor and Description |
---|
TruncateSmallInt() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
canonicalName() |
org.apache.spark.sql.types.DataType[] |
inputTypes() |
static short |
invoke(int width,
short value) |
java.lang.Short |
produceResult(org.apache.spark.sql.catalyst.InternalRow input) |
org.apache.spark.sql.types.DataType |
resultType() |
name
public static short invoke(int width, short 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.Short produceResult(org.apache.spark.sql.catalyst.InternalRow input)