Package io.trino.cli
Class NullPrinter
- java.lang.Object
-
- io.trino.cli.NullPrinter
-
- All Implemented Interfaces:
OutputPrinter
public class NullPrinter extends Object implements OutputPrinter
-
-
Constructor Summary
Constructors Constructor Description NullPrinter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfinish()voidprintRows(List<List<?>> rows, boolean complete)
-
-
-
Method Detail
-
printRows
public void printRows(List<List<?>> rows, boolean complete)
- Specified by:
printRowsin interfaceOutputPrinter
-
finish
public void finish()
- Specified by:
finishin interfaceOutputPrinter
-
-