- All Implemented Interfaces:
- Serializable, org.apache.spark.sql.connector.catalog.functions.Function, org.apache.spark.sql.connector.catalog.functions.UnboundFunction
- Enclosing class:
- PaimonFunctions
public static class PaimonFunctions.MaxPtFunction
extends Object
implements org.apache.spark.sql.connector.catalog.functions.UnboundFunction
For partitioned tables, this function returns the maximum value of the first level partition
of the partitioned table, sorted alphabetically. Note, empty partitions will be skipped. For
example, a partition created by `alter table ... add partition ...`.
- See Also:
- Serialized Form