Skip to main content

composite_index_three_columns

Function composite_index_three_columns 

Source
pub async fn composite_index_three_columns(t: &mut Test) -> Result<()>
Expand description

Three-column composite index on SQL: #[index(country, city, zip_code)] (SQL-only).

Verifies all three prefix query methods return correct results.