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() | 
| 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() | 
namepublic 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)