Package org.apache.spark.sql.connector.catalog.functions
package org.apache.spark.sql.connector.catalog.functions
-
InterfacesClassDescriptionInterface for a function that produces a result value by aggregating over multiple input rows.Represents a function that is bound to an input type.Base class for user-defined functions.Reducer<I,
O> A 'reducer' for output of user-defined functions.ReducibleFunction<I,O> Base class for user-defined functions that can be 'reduced' on another function.Interface for a function that produces a result value for each input row.Represents a user-defined function that is not bound to input types.