private static class Interpreter.ListSource extends Object implements Source
Source using a ArrayDeque.| Modifier and Type | Field and Description |
|---|---|
private Iterator<Row> |
iterator |
private ArrayDeque<Row> |
list |
| Constructor and Description |
|---|
ListSource(ArrayDeque<Row> list) |
private final ArrayDeque<Row> list
ListSource(ArrayDeque<Row> list)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.