Skip to content

Commit

Permalink
docs:cql: add information about generic describe
Browse files Browse the repository at this point in the history
In our cql's documentation, there was no information that type can
be omitted in a describe statement.
Added this information along with the order of looking for the element.
  • Loading branch information
Jadw1 committed Jun 30, 2023
1 parent 58eb7a4 commit 2071ade
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/cql/cqlsh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,9 @@ dumping all or portions of the schema.
In any of the commands, ``DESC`` may be used in place of ``DESCRIBE``.

You may also omit what you want to describe and just simply use ``DESCRIBE <name>``. This will look for the object
in a specific order: keyspace, table, view, index, user-defined type, user-defined function, user-defined aggregate.

The ``DESCRIBE CLUSTER`` command prints the cluster name and partitioner::


Expand Down

0 comments on commit 2071ade

Please sign in to comment.