Package org.apache.spark.sql.expressions
package org.apache.spark.sql.expressions
-
ClassDescriptionAggregator<IN,
BUF, OUT> A base class for user-defined aggregations, which can be used inDataset
operations to take all of the elements of a group and reduce them to a single value.ARow
representing a mutable aggregation buffer.Deprecated.UserDefinedAggregateFunction is deprecated.A user-defined function.Utility functions for defining window in DataFrames.A window specification that defines the partitioning, ordering, and frame boundaries.