Class HoursFunction.TimestampNtzToHoursFunction
java.lang.Object
org.apache.iceberg.spark.functions.HoursFunction.TimestampNtzToHoursFunction
- 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<Integer>
- Enclosing class:
 - HoursFunction
 
- 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 TypeMethodDescriptionbooleaninthashCode()org.apache.spark.sql.types.DataType[]static intinvoke(long micros) name()produceResult(org.apache.spark.sql.catalyst.InternalRow input) org.apache.spark.sql.types.DataTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.spark.sql.connector.catalog.functions.BoundFunction
isDeterministic, isResultNullable 
- 
Constructor Details
- 
TimestampNtzToHoursFunction
public TimestampNtzToHoursFunction() 
 - 
 - 
Method Details
- 
invoke
public static int invoke(long micros)  - 
name
 - 
inputTypes
public org.apache.spark.sql.types.DataType[] inputTypes() - 
resultType
public org.apache.spark.sql.types.DataType resultType() - 
canonicalName
 - 
produceResult
 - 
hashCode
public int hashCode() - 
equals
 
 -