Class TruncateFunction.TruncateSmallInt

java.lang.Object
org.apache.iceberg.spark.functions.TruncateFunction.TruncateBase<Short>
org.apache.iceberg.spark.functions.TruncateFunction.TruncateSmallInt
All Implemented Interfaces:
Serializable, org.apache.spark.sql.connector.catalog.functions.BoundFunction, org.apache.spark.sql.connector.catalog.functions.Function, org.apache.spark.sql.connector.catalog.functions.ScalarFunction<Short>
Enclosing class:
TruncateFunction

public static class TruncateFunction.TruncateSmallInt extends TruncateFunction.TruncateBase<Short>
See Also:
  • Field Summary

    Fields inherited from interface org.apache.spark.sql.connector.catalog.functions.ScalarFunction

    MAGIC_METHOD_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    equals(Object other)
     
    int
     
    org.apache.spark.sql.types.DataType[]
     
    static short
    invoke(int width, short value)
     
    produceResult(org.apache.spark.sql.catalyst.InternalRow input)
     
    org.apache.spark.sql.types.DataType
     

    Methods inherited from class org.apache.iceberg.spark.functions.TruncateFunction.TruncateBase

    name

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.spark.sql.connector.catalog.functions.BoundFunction

    isDeterministic, isResultNullable
  • Constructor Details

    • TruncateSmallInt

      public TruncateSmallInt()
  • Method Details

    • invoke

      public static short invoke(int width, short value)
    • inputTypes

      public org.apache.spark.sql.types.DataType[] inputTypes()
    • resultType

      public org.apache.spark.sql.types.DataType resultType()
    • canonicalName

      public String canonicalName()
    • produceResult

      public Short produceResult(org.apache.spark.sql.catalyst.InternalRow input)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object