Package org.apache.flink.api.java.record.functions

Examples of org.apache.flink.api.java.record.functions.CoGroupFunction


   
    setBroadcastVariables(builder.broadcastInputs);
    setGroupOrderForInputOne(builder.secondaryOrder1);
    setGroupOrderForInputTwo(builder.secondaryOrder2);
   
    CoGroupFunction function = ((WrappingCoGroupFunction) builder.udf.getUserCodeObject()).getWrappedFunction();
    setSemanticProperties(FunctionAnnotation.readDualConstantAnnotations(new UserCodeObjectWrapper<CoGroupFunction>(function)));
  }
View Full Code Here

TOP

Related Classes of org.apache.flink.api.java.record.functions.CoGroupFunction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.