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
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      java.lang.String 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

        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()
      • hashCode

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

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object