Class TruncateFunction.TruncateBase<T>

    • Field Summary

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

        MAGIC_METHOD_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      TruncateBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String name()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.spark.sql.connector.catalog.functions.BoundFunction

        canonicalName, inputTypes, isDeterministic, isResultNullable, resultType
      • Methods inherited from interface org.apache.spark.sql.connector.catalog.functions.ScalarFunction

        produceResult
    • Constructor Detail

      • TruncateBase

        public TruncateBase()
    • Method Detail

      • name

        public java.lang.String name()
        Specified by:
        name in interface org.apache.spark.sql.connector.catalog.functions.Function