Skip to content

Commit

Permalink
Minor. Document statement state "waiting". (apache#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-the-man authored Jan 12, 2017
1 parent 354e47d commit 4024f14
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -915,19 +915,21 @@ A statement represents the result of an execution statement.
Statement State
^^^^^^^^^^^^^^^

+------------+----------------------------------+
| value | description |
+============+==================================+
| running | Statement is currently running |
+------------+----------------------------------+
| available | Statement has a response ready |
+------------+----------------------------------+
| error | Statement failed |
+------------+----------------------------------+
| cancelling | Statement is being cancelling |
+------------+----------------------------------+
| cancelled | Statement is cancelled |
+------------+----------------------------------+
+------------+----------------------------------------------------+
| value | description |
+============+====================================================+
| waiting | Statement is enqueued but execution hasn't started |
+------------+----------------------------------------------------+
| running | Statement is currently running |
+------------+----------------------------------------------------+
| available | Statement has a response ready |
+------------+----------------------------------------------------+
| error | Statement failed |
+------------+----------------------------------------------------+
| cancelling | Statement is being cancelling |
+------------+----------------------------------------------------+
| cancelled | Statement is cancelled |
+------------+----------------------------------------------------+

Statement Output
^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 4024f14

Please sign in to comment.