Package com.ebay.erl.mobius.core.function.base

Examples of com.ebay.erl.mobius.core.function.base.ExtendFunction


          {
            ((GroupFunction) p).consume(aTuple);
          }
          else
          {
            ExtendFunction func    = (ExtendFunction)p;
            Tuple computedResult   = func.getResult(aTuple);
           
            String name = func.getInputColumns()[0].getInputColumnName();           
            combinedValue.insert(name, computedResult.get(0));
          }
        }
      }
     
View Full Code Here

TOP

Related Classes of com.ebay.erl.mobius.core.function.base.ExtendFunction

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.