mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
doc: remove the CQL version from pages other than Cassandra compatibility
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
Appendices
|
||||
----------
|
||||
|
||||
.. include:: /rst_include/cql-version-index.rst
|
||||
|
||||
.. _appendix-A:
|
||||
|
||||
Appendix A: CQL Keywords
|
||||
|
||||
@@ -3,9 +3,6 @@
|
||||
Data Definition
|
||||
===============
|
||||
|
||||
|
||||
.. include:: /rst_include/cql-version-index.rst
|
||||
|
||||
CQL stores data in *tables*, whose schema defines the layout of said data in the table, and those tables are grouped in
|
||||
*keyspaces*. A keyspace defines a number of options that apply to all the tables it contains, most prominently of
|
||||
which is the replication strategy used by the keyspace. An application can have only one keyspace. However, it is also possible to
|
||||
|
||||
@@ -22,8 +22,6 @@
|
||||
Definitions
|
||||
-----------
|
||||
|
||||
.. include:: /rst_include/cql-version-index.rst
|
||||
|
||||
.. _conventions:
|
||||
|
||||
Conventions
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
Data Manipulation
|
||||
-----------------
|
||||
|
||||
.. include:: /rst_include/cql-version-index.rst
|
||||
|
||||
This section describes the statements supported by CQL to insert, update, delete, and query data.
|
||||
|
||||
:ref:`SELECT <select-statement>`
|
||||
|
||||
@@ -24,9 +24,6 @@ Materialized Views
|
||||
------------------
|
||||
Production ready in Scylla Open Source 3.0 and Scylla Enterprise 2019.1.x
|
||||
|
||||
.. include:: /rst_include/cql-version-index.rst
|
||||
|
||||
|
||||
Materialized views names are defined by:
|
||||
|
||||
.. code-block:: cql
|
||||
|
||||
@@ -8,12 +8,6 @@ Data Types
|
||||
.. _UUID: https://en.wikipedia.org/wiki/Universally_unique_identifier
|
||||
|
||||
|
||||
|
||||
|
||||
.. include:: /rst_include/cql-version-index.rst
|
||||
|
||||
|
||||
|
||||
CQL is a typed language and supports a rich set of data types, including :ref:`native types <native-types>` and
|
||||
:ref:`collection types <collections>`.
|
||||
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
.. Note:: This reference covers CQL specification version |cql-version|
|
||||
|
||||
Reference in New Issue
Block a user