cascading.lingual.optiq.meta
Class FlowHolder

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

public class FlowHolder
extends Object


Field Summary
 Branch branch
           
 net.hydromatic.optiq.rules.java.PhysType physType
           
 org.eigenbase.relopt.volcano.VolcanoPlanner planner
           
 
Constructor Summary
FlowHolder(net.hydromatic.optiq.rules.java.PhysType physType, Branch branch, org.eigenbase.relopt.volcano.VolcanoPlanner planner)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

physType

public final net.hydromatic.optiq.rules.java.PhysType physType

branch

public final Branch branch

planner

public final org.eigenbase.relopt.volcano.VolcanoPlanner planner
Constructor Detail

FlowHolder

public FlowHolder(net.hydromatic.optiq.rules.java.PhysType physType,
                  Branch branch,
                  org.eigenbase.relopt.volcano.VolcanoPlanner planner)


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