Class TruncateFunction.TruncateBase<T>

java.lang.Object
org.apache.iceberg.spark.functions.TruncateFunction.TruncateBase<T>
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<T>
Direct Known Subclasses:
TruncateFunction.TruncateBigInt, TruncateFunction.TruncateBinary, TruncateFunction.TruncateDecimal, TruncateFunction.TruncateInt, TruncateFunction.TruncateSmallInt, TruncateFunction.TruncateString, TruncateFunction.TruncateTinyInt
Enclosing class:
TruncateFunction

public abstract static class TruncateFunction.TruncateBase<T> extends Object
See Also:
  • Field Summary Link icon

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

    MAGIC_METHOD_NAME
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    equals(Object other)
     
    int
     
     

    Methods inherited from class java.lang.Object Link icon

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

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

    canonicalName, inputTypes, isDeterministic, isResultNullable, resultType

    Methods inherited from interface org.apache.spark.sql.connector.catalog.functions.ScalarFunction Link icon

    produceResult
  • Constructor Details Link icon

    • TruncateBase Link icon

      public TruncateBase()
  • Method Details Link icon