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, forConsumedCapacityaccounting. 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).