Class HoursFunction.BaseToHourFunction
java.lang.Object
org.apache.iceberg.spark.functions.HoursFunction.BaseToHourFunction
- 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:
- HoursFunction.TimestampNtzToHoursFunction,- HoursFunction.TimestampToHoursFunction
- Enclosing class:
- HoursFunction
public abstract static class HoursFunction.BaseToHourFunction
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, isResultNullable, resultTypeMethods inherited from interface org.apache.spark.sql.connector.catalog.functions.FunctionnameMethods inherited from interface org.apache.spark.sql.connector.catalog.functions.ReducibleFunctionreducerMethods inherited from interface org.apache.spark.sql.connector.catalog.functions.ScalarFunctionproduceResult
- 
Constructor Details- 
BaseToHourFunctionpublic BaseToHourFunction()
 
- 
- 
Method Details- 
reducer
- 
hashCodepublic int hashCode()
- 
equals
 
-