Package org.apache.calcite.avatica
Class MetaImpl.FetchIterable
- java.lang.Object
-
- org.apache.calcite.avatica.MetaImpl.FetchIterable
-
- All Implemented Interfaces:
java.lang.Iterable<java.lang.Object>
- Enclosing class:
- MetaImpl
private class MetaImpl.FetchIterable extends java.lang.Object implements java.lang.Iterable<java.lang.Object>Iterable that yields an iterator over rows coming from a sequence ofMeta.Frames.
-
-
Field Summary
Fields Modifier and Type Field Description private Meta.FramefirstFrameprivate QueryStatestateprivate AvaticaStatementstmt
-
Constructor Summary
Constructors Modifier Constructor Description privateFetchIterable(AvaticaStatement stmt, QueryState state, Meta.Frame firstFrame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<java.lang.Object>iterator()
-
-
-
Field Detail
-
stmt
private final AvaticaStatement stmt
-
state
private final QueryState state
-
firstFrame
private final Meta.Frame firstFrame
-
-
Constructor Detail
-
FetchIterable
private FetchIterable(AvaticaStatement stmt, QueryState state, Meta.Frame firstFrame)
-
-