Class DaysFunction.TimestampToDaysFunction
- java.lang.Object
-
- org.apache.iceberg.spark.functions.DaysFunction.TimestampToDaysFunction
-
- 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<java.lang.Integer>
- Enclosing class:
- DaysFunction
public static class DaysFunction.TimestampToDaysFunction extends java.lang.Object- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimestampToDaysFunction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcanonicalName()org.apache.spark.sql.types.DataType[]inputTypes()static intinvoke(long micros)java.lang.IntegerproduceResult(org.apache.spark.sql.catalyst.InternalRow input)
-