Output format is not listed in cli client help.
In presto-cli/src/main/java/com/facebook/presto/cli/ClientOptions.java:
1 2 3 4 5 6 7 8 9 |
public enum OutputFormat { ALIGNED, VERTICAL, CSV, TSV, CSV_HEADER, TSV_HEADER } |
Output like:
Continue reading “Prestodb Command Line Client Output Formats” »
Prestodb Command Line Client Output Formats by @sskaje: https://sskaje.me/2014/02/prestodb-command-line-client-output-formats/