dynamodb-partiql-parser - v0.1.1
GitHub
npm
DynamoDB PartiQL guide
Preparing search index...
SelectStatement
Interface SelectStatement
interface
SelectStatement
{
distinct
?:
DistinctMarker
;
from
?:
FromClause
;
groupBy
?:
GroupByClause
;
having
?:
HavingClause
;
kind
:
"select_statement"
;
limit
?:
LimitClause
;
offset
?:
OffsetClause
;
orderBy
?:
OrderByClause
;
projection
:
Projection
;
range
:
Range
;
selectKeyword
:
Range
;
setOps
?:
SetOpClause
[]
;
top
?:
TopClause
;
where
?:
WhereClause
;
withClause
?:
WithClause
;
}
Hierarchy (
View Summary
)
BaseNode
SelectStatement
Index
Properties
distinct?
from?
group
By?
having?
kind
limit?
offset?
order
By?
projection
range
select
Keyword
set
Ops?
top?
where?
with
Clause?
Properties
Optional
distinct
distinct
?:
DistinctMarker
Optional
from
from
?:
FromClause
Optional
group
By
groupBy
?:
GroupByClause
Optional
having
having
?:
HavingClause
kind
kind
:
"select_statement"
Optional
limit
limit
?:
LimitClause
Optional
offset
offset
?:
OffsetClause
Optional
order
By
orderBy
?:
OrderByClause
projection
projection
:
Projection
range
range
:
Range
select
Keyword
selectKeyword
:
Range
Optional
set
Ops
setOps
?:
SetOpClause
[]
Optional
top
top
?:
TopClause
Optional
where
where
?:
WhereClause
Optional
with
Clause
withClause
?:
WithClause
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
distinct
from
group
By
having
kind
limit
offset
order
By
projection
range
select
Keyword
set
Ops
top
where
with
Clause
GitHub
npm
DynamoDB PartiQL guide
dynamodb-partiql-parser - v0.1.1
Loading...