ClickHouse/docs/en
Robert Schulze fb76cb90b1
Allow un-quoted skip index parameters
Previously, only this syntax to create a skip index worked:

   INDEX index_name column_name TYPE vector_similarity('hnsw', 'L2Distance')

Now, this syntax will work as well:

  INDEX index_name column_name TYPE vector_similarity(hnsw, L2Distance)
2024-08-12 15:32:25 +00:00
..
development Revert "Refactor tests for (experimental) statistics" 2024-08-11 13:19:36 +02:00
engines Allow un-quoted skip index parameters 2024-08-12 15:32:25 +00:00
getting-started Update link for JSON schema inference 2024-07-24 07:59:34 -07:00
interfaces typos in prometheus.md 2024-08-11 18:37:29 +02:00
operations fix system.kafka_consumers and doc, fix tidy 2024-08-11 20:40:55 +00:00
sql-reference Revert "Refactor tests for (experimental) statistics" 2024-08-11 13:19:36 +02:00