pub async fn composite_index_multi_range(t: &mut Test) -> Result<()>Expand description
Multi-attribute sort key: #[index(partition = [a], local = [b, c])]
creates a GSI with 1 HASH + 2 RANGE attributes (DDB-only).
Verifies all three prefix query methods issue indexed operations.