public class ProjectNode extends Object
LogicalFilter.| Modifier and Type | Field and Description |
|---|---|
protected T |
rel |
protected Sink |
sink |
protected Source |
source |
| Constructor and Description |
|---|
ProjectNode(Interpreter interpreter,
Project rel) |
protected final Source source
protected final Sink sink
protected final T extends SingleRel rel
public ProjectNode(Interpreter interpreter, Project rel)
public void run()
throws InterruptedException
InterruptedExceptionCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.