public class Scan extends SourceOperator
Modifier and Type | Class and Description |
---|---|
static class |
Scan.Builder |
LogicalOperator.NodeBuilder<T extends LogicalOperator>
Constructor and Description |
---|
Scan(String storageEngine,
JSONOptions selection) |
Modifier and Type | Method and Description |
---|---|
<T,X,E extends Throwable> |
accept(LogicalVisitor<T,X,E> logicalVisitor,
X value)
Provides capability to build a set of output based on traversing a query graph tree.
|
static Scan.Builder |
builder() |
JSONOptions |
getSelection() |
String |
getStorageEngine() |
iterator
accept, equals, getMemo, hashCode, nodeBuilder, registerAsSubscriber, setMemo, setupAndValidate, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public Scan(String storageEngine, JSONOptions selection)
public String getStorageEngine()
public JSONOptions getSelection()
public <T,X,E extends Throwable> T accept(LogicalVisitor<T,X,E> logicalVisitor, X value) throws E extends Throwable
LogicalOperator
E extends Throwable
public static Scan.Builder builder()
Copyright © 1970 The Apache Software Foundation. All rights reserved.