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