Package io.trino.cli
Interface OutputPrinter
-
- All Known Implementing Classes:
AlignedTablePrinter,CsvPrinter,JsonPrinter,NullPrinter,TsvPrinter,VerticalRecordPrinter
public interface OutputPrinter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfinish()voidprintRows(List<List<?>> rows, boolean complete)
-
-
-
Method Detail
-
printRows
void printRows(List<List<?>> rows, boolean complete) throws IOException
- Throws:
IOException
-
finish
void finish() throws IOException- Throws:
IOException
-
-