MCPcopy Create free account
hub / github.com/apache/impala / flush

Method flush

shell/impala_shell/shell_output.py:187–191  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

185 print(formatted_data)
186
187 def flush(self):
188 # When outputing to a file, the file is currently closed with each write,
189 # so the flush doesn't need to do anything.
190 if self.filename is None:
191 sys.stdout.flush()
192
193
194class OverwritingStdErrOutputStream(object):

Callers 3

clearMethod · 0.45
_print_if_verboseMethod · 0.45
_execute_stmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected