Skip to main content

Module executor

Module executor 

Source
Expand description

PartiQL statement executor.

Maps parsed PartiQL statements to internal DynamoDB operations.

Functions§

execute
Execute a parsed PartiQL statement.
execute_measured
Like execute, but also returns the total item byte size the statement touched, for ConsumedCapacity accounting. SELECT reports the summed size of the rows returned; INSERT/UPDATE/DELETE report the affected item’s size (0 when the statement was a no-op, e.g. a missing DELETE target).