Package io.trino.cli

Class InputReader

java.lang.Object
io.trino.cli.InputReader
All Implemented Interfaces:
Closeable, AutoCloseable

public class InputReader extends Object implements Closeable
  • Constructor Details

    • InputReader

      public InputReader(Path historyFile, org.jline.reader.Completer... completers) throws IOException
      Throws:
      IOException
  • Method Details