Class TruncateFunction.TruncateBase<T>
- java.lang.Object
-
- org.apache.iceberg.spark.functions.TruncateFunction.TruncateBase<T>
-
- All Implemented Interfaces:
java.io.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 java.lang.Object implements org.apache.spark.sql.connector.catalog.functions.ScalarFunction<T>
- See Also:
- Serialized Form
-
-
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
-
-