Class ColumnMaximumExpression

  • All Implemented Interfaces:
    Serializable, Cloneable, Expression

    public class ColumnMaximumExpression
    extends ColumnAggregationExpression
    Deprecated.
    Use a formula
    Computes the maximum of all data-row columns defined in the field-list. This computes the horizontal maximum, to compute the maximum value in a group, use the ItemMaxFunction instead.
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • ColumnMaximumExpression

        public ColumnMaximumExpression()
        Deprecated.
        Default Constructor.
    • Method Detail

      • getValue

        public Object getValue()
        Deprecated.
        Returns the maximum value. Non-comparable values are ignored.
        Returns:
        the maximum value computed by the function.