Thanks to visit codestin.com
Credit goes to github.com

Skip to content

add \q as quit command and add \? for help#1224

Merged
jimexist merged 1 commit into
apache:masterfrom
jimexist:add-quit-command
Nov 3, 2021
Merged

add \q as quit command and add \? for help#1224
jimexist merged 1 commit into
apache:masterfrom
jimexist:add-quit-command

Conversation

@jimexist

@jimexist jimexist commented Nov 3, 2021

Copy link
Copy Markdown
Member

Which issue does this PR close?

Closes #1216

Rationale for this change

add \q as quit command and add ? for help

What changes are included in this PR?

Are there any user-facing changes?

> select 1;
+----------+
| Int64(1) |
+----------+
| 1        |
+----------+
1 row in set. Query took 0.005 seconds.
> \?
+---------+---------------------+
| Command | Description         |
+---------+---------------------+
| \q      | quit datafusion-cli |
| \?      | help                |
+---------+---------------------+
> \q

@jimexist jimexist merged commit 2a7795c into apache:master Nov 3, 2021
@jimexist jimexist deleted the add-quit-command branch November 3, 2021 04:24
@houqp houqp added the enhancement New feature or request label Nov 6, 2021
andygrove pushed a commit to andygrove/datafusion that referenced this pull request Jan 31, 2025
…ng (apache#1224)

* extract agg_funcs expressions to folders based on spark grouping

* fix rebase
unkloud pushed a commit to unkloud/datafusion that referenced this pull request Mar 23, 2025
…ng (apache#1224)

* extract agg_funcs expressions to folders based on spark grouping

* fix rebase
HairstonE pushed a commit to HairstonE/datafusion that referenced this pull request Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Discussions about commands in datafusion-cli

2 participants