Uses of Interface
be.SIRAPRISE.typeimplementations.AggregationOperatorImplementation

Packages that use AggregationOperatorImplementation
be.SIRAPRISE.typeimplementations   
 

Uses of AggregationOperatorImplementation in be.SIRAPRISE.typeimplementations
 

Classes in be.SIRAPRISE.typeimplementations that implement AggregationOperatorImplementation
 class AND_BOOLEAN_BOOLEAN
          The implementation for the boolean AND operator.
 class EQ_BOOLEAN_BOOLEAN
          Boolean equality differs from all other scalar equality operators in that it also happens to be associative.
 class MAX_DATE_DATE
          The DATE 'maximumof' operator.
 class MAX_FLOAT_FLOAT
          The FLOAT maximumof() operator.
 class MAX_INT_INT
          The INT maximumof operator.
 class MAX_LONG_LONG
          The LONG maximumof() operator.
 class MAX_TIMEOFDAY_TIMEOFDAY
          The TIMEOFDAY 'maximumof' operator.
 class MIN_DATE_DATE
          The DATE 'minimumof' operator.
 class MIN_FLOAT_FLOAT
          The FLOAT 'minimumof' operator.
 class MIN_INT_INT
          The INT 'minimumof' operator.
 class MIN_LONG_LONG
          The implementation for the LONG 'minimumof' operator.
 class MIN_TIMEOFDAY_TIMEOFDAY
          The TIMEOFDAY 'minimumof' operator.
 class MULT_FLOAT_FLOAT
          The FLOAT multiplication operator.
 class MULT_INT_INT
          The INT multiplication operator.
 class MULT_LONG_LONG
          The LONG multiplication operator.
 class OR_BOOLEAN_BOOLEAN
          The implementation for the boolean OR operator
 class PLUS_AVERAGE_AVERAGE
          The AVERAGE addition operator.
 class PLUS_DECIMAL_DECIMAL
          Deprecated. The use of this type is discouraged. The definition is rather awkward, the implementation rather poor, and the set of provided operators incomplete.
 class PLUS_FLOAT_FLOAT
          The FLOAT addition operator.
 class PLUS_INT_INT
          The PLUS(INT,INT) operator returns the INT value that is the sum of the two arguments.
 class PLUS_LONG_LONG
          The PLUS(LONG,LONG) operator returns the LONG value that is the sum of the two arguments.
 class PLUS_TIMEOFDAY_TIMEOFDAY
          The TIMEOFDAY addition operator.
 class XOR_BOOLEAN_BOOLEAN
          The implementation for the boolean XOR operator.