Polyglot SQL API Documentation - v0.2.0
GitHub
npm
Preparing search index...
PlanStep
Interface PlanStep
A single step in the execution plan
interface
PlanStep
{
aggregations
:
Expression
[]
;
condition
:
Expression
|
null
;
dependencies
:
PlanStep
[]
;
group_by
:
Expression
[]
;
kind
:
StepKind
;
limit
:
Expression
|
null
;
name
:
string
;
order_by
:
Expression
[]
;
projections
:
Expression
[]
;
}
Index
Properties
aggregations
condition
dependencies
group_
by
kind
limit
name
order_
by
projections
Properties
aggregations
aggregations
:
Expression
[]
condition
condition
:
Expression
|
null
dependencies
dependencies
:
PlanStep
[]
group_
by
group_by
:
Expression
[]
kind
kind
:
StepKind
limit
limit
:
Expression
|
null
name
name
:
string
order_
by
order_by
:
Expression
[]
projections
projections
:
Expression
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aggregations
condition
dependencies
group_
by
kind
limit
name
order_
by
projections
GitHub
npm
Polyglot SQL API Documentation - v0.2.0
Loading...
A single step in the execution plan