dynamodb-partiql-parser - v0.1.1
GitHub
npm
DynamoDB PartiQL guide
Preparing search index...
FunctionCall
Interface FunctionCall
interface
FunctionCall
{
args
:
FunctionArg
[]
;
kind
:
"function_call"
;
name
:
Identifier
;
over
?:
WindowSpec
;
range
:
Range
;
}
Hierarchy (
View Summary
)
BaseNode
FunctionCall
Index
Properties
args
kind
name
over?
range
Properties
args
args
:
FunctionArg
[]
kind
kind
:
"function_call"
name
name
:
Identifier
Optional
over
over
?:
WindowSpec
range
range
:
Range
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
kind
name
over
range
GitHub
npm
DynamoDB PartiQL guide
dynamodb-partiql-parser - v0.1.1
Loading...