Package io.trino.cli
Class CsvPrinter
java.lang.Object
io.trino.cli.CsvPrinter
- All Implemented Interfaces:
OutputPrinter
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCsvPrinter(List<String> fieldNames, Writer writer, CsvPrinter.CsvOutputFormat csvOutputFormat) -
Method Summary
-
Constructor Details
-
CsvPrinter
public CsvPrinter(List<String> fieldNames, Writer writer, CsvPrinter.CsvOutputFormat csvOutputFormat)
-
-
Method Details
-
printRows
- Specified by:
printRowsin interfaceOutputPrinter- Throws:
IOException
-
finish
- Specified by:
finishin interfaceOutputPrinter- Throws:
IOException
-