cascading.lingual.optiq.enumerable
Class CascadingValueInsertEnumerable

java.lang.Object
  extended by net.hydromatic.linq4j.DefaultEnumerable<T>
      extended by net.hydromatic.linq4j.AbstractEnumerable
          extended by cascading.lingual.optiq.enumerable.CascadingValueInsertEnumerable
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 CascadingValueInsertEnumerable
extends net.hydromatic.linq4j.AbstractEnumerable
implements net.hydromatic.linq4j.Enumerable


Field Summary
protected  ValuesHolder valuesHolder
           
 
Constructor Summary
CascadingValueInsertEnumerable(long index)
           
 
Method Summary
static long addHolder(ValuesHolder flowHolder)
           
 net.hydromatic.linq4j.Enumerator enumerator()
           
 Branch getBranch()
           
 PlatformBroker getPlatformBroker()
           
 org.eigenbase.relopt.volcano.VolcanoPlanner getVolcanoPlanner()
           
static ValuesHolder 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

valuesHolder

protected final ValuesHolder valuesHolder
Constructor Detail

CascadingValueInsertEnumerable

public CascadingValueInsertEnumerable(long index)
Method Detail

addHolder

public static long addHolder(ValuesHolder flowHolder)

popHolder

public static ValuesHolder 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


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