public class Values extends SourceOperator
| Modifier and Type | Class and Description |
|---|---|
static class |
Values.Builder |
LogicalOperator.NodeBuilder<T extends LogicalOperator>| Constructor and Description |
|---|
Values(JSONOptions content) |
| 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 Values.Builder |
builder() |
JSONOptions |
getContent() |
iteratoraccept, getMemo, hashCode, nodeBuilder, registerAsSubscriber, setMemo, setupAndValidate, toStringclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic Values(JSONOptions content)
public JSONOptions getContent()
public <T,X,E extends Throwable> T accept(LogicalVisitor<T,X,E> logicalVisitor, X value) throws E extends Throwable
LogicalOperatorE extends Throwablepublic static Values.Builder builder()
Copyright © 2021 The Apache Software Foundation. All rights reserved.