cascading.lingual.optiq.meta
Class Branch

java.lang.Object
  extended by cascading.lingual.optiq.meta.Branch

public class Branch
extends Object


Field Summary
 Pipe current
           
 Map<Ref,Pipe> heads
           
 boolean isModification
           
 PlatformBroker platformBroker
           
 String[] resultName
           
 List<List<org.eigenbase.rex.RexLiteral>> tuples
           
 
Constructor Summary
Branch(Map<Ref,Pipe> heads, String name, Fields fields, List<List<org.eigenbase.rex.RexLiteral>> tuples)
           
Branch(Pipe current, Branch... branches)
           
Branch(PlatformBroker platformBroker, Branch branch, String name, String[] resultName)
           
Branch(PlatformBroker platformBroker, Map<Ref,Pipe> heads, String name, String identifier)
           
Branch(PlatformBroker platformBroker, String[] resultName, List<List<org.eigenbase.rex.RexLiteral>> tuples)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

platformBroker

public PlatformBroker platformBroker

tuples

public List<List<org.eigenbase.rex.RexLiteral>> tuples

heads

public Map<Ref,Pipe> heads

current

public Pipe current

resultName

public String[] resultName

isModification

public boolean isModification
Constructor Detail

Branch

public Branch(PlatformBroker platformBroker,
              Map<Ref,Pipe> heads,
              String name,
              String identifier)

Branch

public Branch(PlatformBroker platformBroker,
              Branch branch,
              String name,
              String[] resultName)

Branch

public Branch(Pipe current,
              Branch... branches)

Branch

public Branch(PlatformBroker platformBroker,
              String[] resultName,
              List<List<org.eigenbase.rex.RexLiteral>> tuples)

Branch

public Branch(Map<Ref,Pipe> heads,
              String name,
              Fields fields,
              List<List<org.eigenbase.rex.RexLiteral>> tuples)


Copyright © 2007-2013 Concurrent, Inc. All Rights Reserved.