Class BinaryUAggChain


  • public class BinaryUAggChain
    extends Lop
    • Constructor Detail

      • BinaryUAggChain

        public BinaryUAggChain​(Lop input1,
                               Types.OpOp2 bop,
                               Types.AggOp uaop,
                               Types.Direction uadir,
                               Types.DataType dt,
                               Types.ValueType vt,
                               Types.ExecType et)
        Constructor to setup a map mult chain without weights
        Parameters:
        input1 - low-level operator
        bop - binary operation type
        uaop - aggregate operation type
        uadir - partial aggregate direction type
        dt - data type
        vt - value type
        et - execution type
    • Method Detail

      • toString

        public String toString()
        Description copied from class: Lop
        Method to have Lops print their state. This is for debugging purposes.
        Specified by:
        toString in class Lop
      • getInstructions

        public String getInstructions​(String input1,
                                      String output)
        Description copied from class: Lop
        Method should be overridden if needed
        Overrides:
        getInstructions in class Lop
        Parameters:
        input1 - input 1
        output - output
        Returns:
        instructions as string