dynamodb-partiql-parser - v0.1.1
GitHub
npm
DynamoDB PartiQL guide
Preparing search index...
CastExpression
Interface CastExpression
interface
CastExpression
{
command
:
"CAST"
|
"CONVERT"
;
kind
:
"cast_expression"
;
range
:
Range
;
source
:
Expression
;
targetType
?:
Identifier
|
QuotedIdentifier
;
}
Hierarchy (
View Summary
)
BaseNode
CastExpression
Index
Properties
command
kind
range
source
target
Type?
Properties
command
command
:
"CAST"
|
"CONVERT"
kind
kind
:
"cast_expression"
range
range
:
Range
source
source
:
Expression
Optional
target
Type
targetType
?:
Identifier
|
QuotedIdentifier
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
command
kind
range
source
target
Type
GitHub
npm
DynamoDB PartiQL guide
dynamodb-partiql-parser - v0.1.1
Loading...