Class TruncateFunction.TruncateBinary
- java.lang.Object
-
- org.apache.iceberg.spark.functions.TruncateFunction.TruncateBase<byte[]>
-
- org.apache.iceberg.spark.functions.TruncateFunction.TruncateBinary
-
- 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<byte[]>
- Enclosing class:
- TruncateFunction
public static class TruncateFunction.TruncateBinary extends TruncateFunction.TruncateBase<byte[]>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TruncateBinary()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
canonicalName()
org.apache.spark.sql.types.DataType[]
inputTypes()
static byte[]
invoke(int width, byte[] value)
byte[]
produceResult(org.apache.spark.sql.catalyst.InternalRow input)
org.apache.spark.sql.types.DataType
resultType()
-
Methods inherited from class org.apache.iceberg.spark.functions.TruncateFunction.TruncateBase
name
-
-
-
-
Method Detail
-
invoke
public static byte[] invoke(int width, byte[] value)
-
inputTypes
public org.apache.spark.sql.types.DataType[] inputTypes()
-
resultType
public org.apache.spark.sql.types.DataType resultType()
-
canonicalName
public java.lang.String canonicalName()
-
produceResult
public byte[] produceResult(org.apache.spark.sql.catalyst.InternalRow input)
-
-