cascading.lingual.optiq.enumerable
Class CascadingTapEnumerable

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

Enumerable that reads from a Cascading Tap.


Field Summary
protected  TableHolder tableHolder
           
 
Constructor Summary
CascadingTapEnumerable(long index)
           
 
Method Summary
static long addHolder(TableHolder tableHolder)
           
 net.hydromatic.linq4j.Enumerator enumerator()
           
 String getIdentifier()
           
 net.hydromatic.optiq.rules.java.PhysType getPhysType()
           
 PlatformBroker getPlatformBroker()
           
 org.eigenbase.relopt.volcano.VolcanoPlanner getVolcanoPlanner()
           
static TableHolder 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

tableHolder

protected final TableHolder tableHolder
Constructor Detail

CascadingTapEnumerable

public CascadingTapEnumerable(long index)
Method Detail

addHolder

public static long addHolder(TableHolder tableHolder)

popHolder

public static TableHolder popHolder(long index)

getPhysType

public net.hydromatic.optiq.rules.java.PhysType getPhysType()

getIdentifier

public String getIdentifier()

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.