Class GlobalMaterializedGroupOperator<Type>

    • Constructor Detail

      • GlobalMaterializedGroupOperator

        public GlobalMaterializedGroupOperator​(java.lang.Class<Type> typeClass)
        Creates a new instance.
        Parameters:
        typeClass - the class of data quanta being grouped
      • GlobalMaterializedGroupOperator

        public GlobalMaterializedGroupOperator​(DataSetType<Type> inputType,
                                               DataSetType<java.lang.Iterable<Type>> outputType)
        Creates a new instance.
        Parameters:
        inputType - the input DataSetType of the new instance
        outputType - the output DataSetType of the new instance
      • GlobalMaterializedGroupOperator

        public GlobalMaterializedGroupOperator​(GlobalMaterializedGroupOperator<Type> that)
        Copies an instance (exclusive of broadcasts).
        Parameters:
        that - that should be copied