private static class EnumerableInterpretable.EnumerableNode extends Object implements Node
Enumerable.
From the interpreter's perspective, it is a leaf node.
| Modifier and Type | Field and Description |
|---|---|
private Enumerable<Object[]> |
enumerable |
private Sink |
sink |
| Constructor and Description |
|---|
EnumerableNode(Enumerable<Object[]> enumerable,
Compiler compiler,
EnumerableInterpretable rel) |
private final Enumerable<Object[]> enumerable
private final Sink sink
EnumerableNode(Enumerable<Object[]> enumerable, Compiler compiler, EnumerableInterpretable rel)
public void run()
throws InterruptedException
run in interface NodeInterruptedExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.