| <table class="configuration table table-bordered"> |
| <thead> |
| <tr> |
| <th class="text-left" style="width: 20%">Key</th> |
| <th class="text-left" style="width: 15%">Default</th> |
| <th class="text-left" style="width: 10%">Type</th> |
| <th class="text-left" style="width: 55%">Description</th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td><h5>sql-client.display.color-schema</h5><br> <span class="label label-primary">Batch</span> <span class="label label-primary">Streaming</span></td> |
| <td style="word-wrap: break-word;">"DEFAULT"</td> |
| <td>String</td> |
| <td>SQL highlight color schema to be used at SQL client. Possible values: 'default', 'dark', 'light', 'chester', 'vs2010', 'solarized', 'obsidian', 'geshi'</td> |
| </tr> |
| <tr> |
| <td><h5>sql-client.display.print-time-cost</h5><br> <span class="label label-primary">Batch</span></td> |
| <td style="word-wrap: break-word;">true</td> |
| <td>Boolean</td> |
| <td>Determine whether to display the time consumption of the query. By default, no query time cost will be displayed.</td> |
| </tr> |
| <tr> |
| <td><h5>sql-client.display.show-line-numbers</h5><br> <span class="label label-primary">Batch</span> <span class="label label-primary">Streaming</span></td> |
| <td style="word-wrap: break-word;">false</td> |
| <td>Boolean</td> |
| <td>Determines whether there should be shown line numbers in multiline SQL or not.</td> |
| </tr> |
| <tr> |
| <td><h5>sql-client.execution.max-table-result.rows</h5><br> <span class="label label-primary">Batch</span> <span class="label label-primary">Streaming</span></td> |
| <td style="word-wrap: break-word;">1000000</td> |
| <td>Integer</td> |
| <td>The number of rows to cache when in the table mode. If the number of rows exceeds the specified value, it retries the row in the FIFO style.</td> |
| </tr> |
| <tr> |
| <td><h5>sql-client.execution.result-mode</h5><br> <span class="label label-primary">Batch</span> <span class="label label-primary">Streaming</span></td> |
| <td style="word-wrap: break-word;">TABLE</td> |
| <td><p>Enum</p></td> |
| <td>Determines how the query result should be displayed.<br /><br />Possible values:<ul><li>"TABLE": Materializes results in memory and visualizes them in a regular, paginated table representation.</li><li>"CHANGELOG": Visualizes the result stream that is produced by a continuous query.</li><li>"TABLEAU": Display results in the screen directly in a tableau format.</li></ul></td> |
| </tr> |
| <tr> |
| <td><h5>sql-client.verbose</h5><br> <span class="label label-primary">Batch</span> <span class="label label-primary">Streaming</span></td> |
| <td style="word-wrap: break-word;">false</td> |
| <td>Boolean</td> |
| <td>Determine whether to output the verbose output to the console. If set the option true, it will print the exception stack. Otherwise, it only output the cause.</td> |
| </tr> |
| </tbody> |
| </table> |