Class DaysFunction
java.lang.Object
org.apache.iceberg.spark.functions.DaysFunction
- All Implemented Interfaces:
 Serializable,org.apache.spark.sql.connector.catalog.functions.Function,org.apache.spark.sql.connector.catalog.functions.UnboundFunction
A Spark function implementation for the Iceberg day transform.
 
Example usage: SELECT system.days('source_col').
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
DaysFunction
public DaysFunction() 
 - 
 - 
Method Details
- 
doBind
protected org.apache.spark.sql.connector.catalog.functions.BoundFunction doBind(org.apache.spark.sql.types.DataType valueType)  - 
description
 - 
name
 - 
bind
public org.apache.spark.sql.connector.catalog.functions.BoundFunction bind(org.apache.spark.sql.types.StructType inputType) - Specified by:
 bindin interfaceorg.apache.spark.sql.connector.catalog.functions.UnboundFunction
 
 -