Class DaysFunction.BaseToDaysFunction
java.lang.Object
org.apache.iceberg.spark.functions.DaysFunction.BaseToDaysFunction
- 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>
- Direct Known Subclasses:
- DaysFunction.DateToDaysFunction,- DaysFunction.TimestampNtzToDaysFunction,- DaysFunction.TimestampToDaysFunction
- Enclosing class:
- DaysFunction
protected abstract static class DaysFunction.BaseToDaysFunction
extends Object
implements org.apache.spark.sql.connector.catalog.functions.ReducibleFunction<Integer,Integer> 
- See Also:
- 
Field SummaryFields inherited from interface org.apache.spark.sql.connector.catalog.functions.ScalarFunctionMAGIC_METHOD_NAME
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.spark.sql.connector.catalog.functions.BoundFunctioncanonicalName, inputTypes, isDeterministic, isResultNullableMethods inherited from interface org.apache.spark.sql.connector.catalog.functions.ReducibleFunctionreducerMethods inherited from interface org.apache.spark.sql.connector.catalog.functions.ScalarFunctionproduceResult
- 
Constructor Details- 
BaseToDaysFunctionprotected BaseToDaysFunction()
 
- 
- 
Method Details- 
name- Specified by:
- namein interface- org.apache.spark.sql.connector.catalog.functions.Function
 
- 
resultTypepublic org.apache.spark.sql.types.DataType resultType()- Specified by:
- resultTypein interface- org.apache.spark.sql.connector.catalog.functions.BoundFunction
 
- 
reducer
- 
hashCodepublic int hashCode()
- 
equals
 
-