dynamodb-partiql-parser - v0.1.1
GitHub
npm
DynamoDB PartiQL guide
Preparing search index...
PathExpression
Interface PathExpression
interface
PathExpression
{
kind
:
"path_expression"
;
range
:
Range
;
root
:
Identifier
|
QuotedIdentifier
;
steps
:
PathStep
[]
;
}
Hierarchy (
View Summary
)
BaseNode
PathExpression
Index
Properties
kind
range
root
steps
Properties
kind
kind
:
"path_expression"
range
range
:
Range
root
root
:
Identifier
|
QuotedIdentifier
steps
steps
:
PathStep
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
range
root
steps
GitHub
npm
DynamoDB PartiQL guide
dynamodb-partiql-parser - v0.1.1
Loading...