Reference
This reference includes Cassandra Query Language (CQL) commands and CQL shell (cqlsh) commands.
CQL shell supports both CQL commands and commands that are only available in cqlsh.
- Data types
-
Describes data types.
- Operators
-
Describes the CQL operators.
- CQL native functions
-
Describes scalar functions that work on values in a single row of data to create a new value.
- CQL native aggregates
-
Works on a set of rows matching the
SELECTstatement to return a single value. - Commands
-
Describes CQL statements supported by the DSE database.