ExpressionAttributeName

object ExpressionAttributeName : Function1<() -> Parser<Expr>, Parser<Expr>> (source)

A #token reference to the request's ExpressionAttributeNames. As for ExpressionAttributeValue, a token which is not defined there is a request-level DynamoDbConditionError rather than a server error, and is resolved in Expr.validate as well as in eval.

Functions

Link copied to clipboard
open operator override fun invoke(parser: () -> Parser<Expr>): Parser<Expr>
Link copied to clipboard
fun projection(parser: () -> Parser<Expr>): Parser<Expr>