dynamodb-partiql-parser - v0.1.1
GitHub
npm
DynamoDB PartiQL guide
Preparing search index...
InExpression
Interface InExpression
interface
InExpression
{
kind
:
"in_expression"
;
negated
:
boolean
;
range
:
Range
;
source
:
ListLiteral
|
ParenList
;
test
:
Expression
;
}
Hierarchy (
View Summary
)
BaseNode
InExpression
Index
Properties
kind
negated
range
source
test
Properties
kind
kind
:
"in_expression"
negated
negated
:
boolean
range
range
:
Range
source
source
:
ListLiteral
|
ParenList
test
test
:
Expression
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
negated
range
source
test
GitHub
npm
DynamoDB PartiQL guide
dynamodb-partiql-parser - v0.1.1
Loading...