public static class Project.Builder extends AbstractSingleBuilder<Project,Project.Builder>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Project.Builder |
addExpr(FieldReference ref,
LogicalExpression expr) |
Project.Builder |
addExpr(NamedExpression expr) |
Project |
internalBuild() |
build, setInput
public Project.Builder addExpr(NamedExpression expr)
public Project.Builder addExpr(FieldReference ref, LogicalExpression expr)
public Project internalBuild()
internalBuild
in class AbstractSingleBuilder<Project,Project.Builder>
Copyright © 1970 The Apache Software Foundation. All rights reserved.