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