Class Printer.StatementResultPrinter

    • Constructor Detail

      • StatementResultPrinter

        public StatementResultPrinter​(StatementResult result,
                                      org.apache.flink.configuration.ReadableConfig sessionConfig,
                                      long queryBeginTime)
    • Method Detail

      • isQuitCommand

        public boolean isQuitCommand()
        Description copied from interface: Printer
        Flag to determine whether to quit the process.
        Specified by:
        isQuitCommand in interface Printer
      • print

        public void print​(org.jline.terminal.Terminal terminal)
        Description copied from interface: Printer
        Print the results to the terminal.
        Specified by:
        print in interface Printer