mirror of https://github.com/apache/cassandra
Fix broken linkage in Material View docs
The `ALLOW FILTERING` link was missing a closing square bracket.
This commit is contained in:
parent
195d6c76d8
commit
5e2468bf59
|
|
@ -74,7 +74,7 @@ The `WHERE` clause has the following restrictions:
|
|||
** no other restriction is allowed
|
||||
** cannot have columns that are part of the _view_ primary key be null, they must always be at least restricted by a `IS NOT NULL`
|
||||
restriction (or any other restriction, but they must have one).
|
||||
* cannot have an xref:cql/dml.adoc#ordering-clause[ordering clause], a xref:cql/dml.adoc#limit-clause[limit], or xref:cql/dml.adoc#allow-filtering[ALLOW FILTERING
|
||||
* cannot have an xref:cql/dml.adoc#ordering-clause[ordering clause], a xref:cql/dml.adoc#limit-clause[limit], or xref:cql/dml.adoc#allow-filtering[ALLOW FILTERING]
|
||||
|
||||
=== MV primary key
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue