cascading.lingual.optiq.enumerable
Class CascadingFlowRunnerEnumerable

java.lang.Object
  extended by net.hydromatic.linq4j.DefaultEnumerable<T>
      extended by net.hydromatic.linq4j.AbstractEnumerable
          extended by cascading.lingual.optiq.enumerable.CascadingFlowRunnerEnumerable
All Implemented Interfaces:
Iterable, net.hydromatic.linq4j.Enumerable, net.hydromatic.linq4j.ExtendedEnumerable, net.hydromatic.linq4j.ExtendedOrderedEnumerable, net.hydromatic.linq4j.OrderedEnumerable, net.hydromatic.linq4j.RawEnumerable

public class CascadingFlowRunnerEnumerable
extends net.hydromatic.linq4j.AbstractEnumerable
implements net.hydromatic.linq4j.Enumerable


Field Summary
protected  FlowHolder flowHolder
           
 
Constructor Summary
CascadingFlowRunnerEnumerable(long index)
           
 
Method Summary
static long addHolder(FlowHolder flowHolder)
           
 net.hydromatic.linq4j.Enumerator createEnumerator()
           
 net.hydromatic.linq4j.Enumerator enumerator()
           
 Branch getBranch()
           
 PlatformBroker getPlatformBroker()
           
 org.eigenbase.relopt.volcano.VolcanoPlanner getVolcanoPlanner()
           
static FlowHolder popHolder(long index)
           
 
Methods inherited from class net.hydromatic.linq4j.AbstractEnumerable
iterator
 
Methods inherited from class net.hydromatic.linq4j.DefaultEnumerable
aggregate, aggregate, aggregate, all, any, any, asEnumerable, asOrderedQueryable, asQueryable, average, average, average, average, average, average, average, average, average, average, cast, concat, contains, contains, count, count, createOrderedEnumerable, defaultIfEmpty, defaultIfEmpty, distinct, distinct, elementAt, elementAtOrDefault, except, except, first, first, firstOrDefault, firstOrDefault, foreach, getThis, getThisOrdered, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupJoin, groupJoin, intersect, intersect, into, join, join, last, last, lastOrDefault, lastOrDefault, longCount, longCount, max, max, max, max, max, max, max, max, max, max, max, max, min, min, min, min, min, min, min, min, min, min, min, min, ofType, orderBy, orderBy, orderByDescending, orderByDescending, reverse, select, select, selectMany, selectMany, selectMany, selectMany, sequenceEqual, sequenceEqual, single, single, singleOrDefault, singleOrDefault, skip, skipWhile, skipWhile, sum, sum, sum, sum, sum, sum, sum, sum, sum, sum, take, takeWhile, takeWhile, thenBy, thenBy, thenByDescending, thenByDescending, toList, toLookup, toLookup, toLookup, toLookup, toMap, toMap, toMap, toMap, union, union, where, where, zip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.hydromatic.linq4j.Enumerable
asQueryable
 
Methods inherited from interface java.lang.Iterable
iterator
 
Methods inherited from interface net.hydromatic.linq4j.ExtendedEnumerable
aggregate, aggregate, aggregate, all, any, any, asEnumerable, average, average, average, average, average, average, average, average, average, average, cast, concat, contains, contains, count, count, defaultIfEmpty, defaultIfEmpty, distinct, distinct, elementAt, elementAtOrDefault, except, except, first, first, firstOrDefault, firstOrDefault, foreach, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupJoin, groupJoin, intersect, intersect, into, join, join, last, last, lastOrDefault, lastOrDefault, longCount, longCount, max, max, max, max, max, max, max, max, max, max, max, max, min, min, min, min, min, min, min, min, min, min, min, min, ofType, orderBy, orderBy, orderByDescending, orderByDescending, reverse, select, select, selectMany, selectMany, selectMany, selectMany, sequenceEqual, sequenceEqual, single, single, singleOrDefault, singleOrDefault, skip, skipWhile, skipWhile, sum, sum, sum, sum, sum, sum, sum, sum, sum, sum, take, takeWhile, takeWhile, toList, toLookup, toLookup, toLookup, toLookup, toMap, toMap, toMap, toMap, union, union, where, where, zip
 

Field Detail

flowHolder

protected final FlowHolder flowHolder
Constructor Detail

CascadingFlowRunnerEnumerable

public CascadingFlowRunnerEnumerable(long index)
Method Detail

addHolder

public static long addHolder(FlowHolder flowHolder)

popHolder

public static FlowHolder popHolder(long index)

getBranch

public Branch getBranch()

getPlatformBroker

public PlatformBroker getPlatformBroker()

getVolcanoPlanner

public org.eigenbase.relopt.volcano.VolcanoPlanner getVolcanoPlanner()

enumerator

public net.hydromatic.linq4j.Enumerator enumerator()
Specified by:
enumerator in interface net.hydromatic.linq4j.RawEnumerable

createEnumerator

public net.hydromatic.linq4j.Enumerator createEnumerator()
                                                  throws IOException
Throws:
IOException


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