private static class Interpreter.EnumeratorSource extends Object implements Source
Source that is just backed by an Enumerator. The Enumerator is closed
when it is finished or by calling close().| Modifier and Type | Field and Description |
|---|---|
private Enumerator<Row> |
enumerator |
| Constructor and Description |
|---|
EnumeratorSource(Enumerator<Row> enumerator) |
private final Enumerator<Row> enumerator
EnumeratorSource(Enumerator<Row> enumerator)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.