Package io.trino.cli

Interface OutputPrinter

All Known Implementing Classes:
AlignedTablePrinter, CsvPrinter, JsonPrinter, NullPrinter, TsvPrinter, VerticalRecordPrinter

public interface OutputPrinter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    printRows(List<List<?>> rows, boolean complete)