Class DaysFunction.DateToDaysFunction
- java.lang.Object
- 
- org.apache.iceberg.spark.functions.DaysFunction.DateToDaysFunction
 
- 
- 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.DateToDaysFunction extends java.lang.Object- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DateToDaysFunction()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcanonicalName()org.apache.spark.sql.types.DataType[]inputTypes()static intinvoke(int days)java.lang.IntegerproduceResult(org.apache.spark.sql.catalyst.InternalRow input)
 
-