dynamodb-partiql-parser - v0.1.1
GitHub
npm
DynamoDB PartiQL guide
Preparing search index...
CaseWhenBranch
Interface CaseWhenBranch
interface
CaseWhenBranch
{
condition
:
Expression
;
kind
:
"case_when_branch"
;
range
:
Range
;
result
:
Expression
;
}
Hierarchy (
View Summary
)
BaseNode
CaseWhenBranch
Index
Properties
condition
kind
range
result
Properties
condition
condition
:
Expression
kind
kind
:
"case_when_branch"
range
range
:
Range
result
result
:
Expression
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
condition
kind
range
result
GitHub
npm
DynamoDB PartiQL guide
dynamodb-partiql-parser - v0.1.1
Loading...