Class DaysFunction.TimestampNtzToDaysFunction
java.lang.Object
org.apache.iceberg.spark.functions.DaysFunction.BaseToDaysFunction
org.apache.iceberg.spark.functions.DaysFunction.TimestampNtzToDaysFunction
- 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.ReducibleFunction<Integer,
,Integer> org.apache.spark.sql.connector.catalog.functions.ScalarFunction<Integer>
- Enclosing class:
DaysFunction
- See Also:
-
Field Summary
Fields inherited from interface org.apache.spark.sql.connector.catalog.functions.ScalarFunction
MAGIC_METHOD_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
org.apache.spark.sql.types.DataType[]
static int
invoke
(long micros) produceResult
(org.apache.spark.sql.catalyst.InternalRow input) Methods inherited from class org.apache.iceberg.spark.functions.DaysFunction.BaseToDaysFunction
name, reducer, resultType
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
Methods inherited from interface org.apache.spark.sql.connector.catalog.functions.ReducibleFunction
reducer
-
Constructor Details
-
TimestampNtzToDaysFunction
public TimestampNtzToDaysFunction()
-
-
Method Details