Class TruncateFunction.TruncateString
java.lang.Object
org.apache.iceberg.spark.functions.TruncateFunction.TruncateBase<org.apache.spark.unsafe.types.UTF8String>
org.apache.iceberg.spark.functions.TruncateFunction.TruncateString
- 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<org.apache.spark.unsafe.types.UTF8String>
- Enclosing class:
- TruncateFunction
public static class TruncateFunction.TruncateString
extends TruncateFunction.TruncateBase<org.apache.spark.unsafe.types.UTF8String>
- See Also:
-
Field Summary
Fields inherited from interface org.apache.spark.sql.connector.catalog.functions.ScalarFunction
MAGIC_METHOD_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
org.apache.spark.sql.types.DataType[]
static org.apache.spark.unsafe.types.UTF8String
invoke
(int width, org.apache.spark.unsafe.types.UTF8String value) org.apache.spark.unsafe.types.UTF8String
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
-
TruncateString
public TruncateString()
-
-
Method Details
-
invoke
public static org.apache.spark.unsafe.types.UTF8String invoke(int width, org.apache.spark.unsafe.types.UTF8String value) -
inputTypes
public org.apache.spark.sql.types.DataType[] inputTypes() -
resultType
public org.apache.spark.sql.types.DataType resultType() -
canonicalName
-
produceResult
public org.apache.spark.unsafe.types.UTF8String produceResult(org.apache.spark.sql.catalyst.InternalRow input) -
hashCode
public int hashCode() -
equals
-