Class ColumnMinimumExpression

  • All Implemented Interfaces:
    Serializable, Cloneable, Expression

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

      • ColumnMinimumExpression

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

      • getValue

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