(self, command)
| 770 | os.write(sys.stderr.fileno(), err_details.encode('utf-8')) |
| 771 | |
| 772 | def _is_quit_command(self, command): |
| 773 | # Do a case insensitive check |
| 774 | return command.lower() in ImpalaShell.QUIT_COMMANDS |
| 775 | |
| 776 | def set_prompt(self, db): |
| 777 | self.prompt = ImpalaShell.PROMPT_FORMAT.format( |