Preparing search index...
The search index is not available
spark.js API Documentation - v0.1.0
spark.js API Documentation
sql/proto/PlanBuilder
PlanBuilder
Class PlanBuilder
Index
Constructors
constructor
Methods
with
Relation
Builder
with
Relation
with
Command
Builder
with
Command
build
Constructors
constructor
new
PlanBuilder
()
:
PlanBuilder
Returns
PlanBuilder
Methods
with
Relation
Builder
withRelationBuilder
(
f
:
(
builder
:
RelationBuilder
)
=>
void
)
:
PlanBuilder
Parameters
f
:
(
builder
:
RelationBuilder
)
=>
void
Returns
PlanBuilder
with
Relation
withRelation
(
relation
:
Relation
)
:
PlanBuilder
Parameters
relation
:
Relation
Returns
PlanBuilder
with
Command
Builder
withCommandBuilder
(
f
:
(
builder
:
CommandBuilder
)
=>
void
)
:
PlanBuilder
Parameters
f
:
(
builder
:
CommandBuilder
)
=>
void
Returns
PlanBuilder
with
Command
withCommand
(
command
:
Command
)
:
PlanBuilder
Parameters
command
:
Command
Returns
PlanBuilder
build
build
()
:
LogicalPlan
Returns
LogicalPlan
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
with
Relation
Builder
with
Relation
with
Command
Builder
with
Command
build
spark.js API Documentation - v0.1.0
Loading...