Back to Flink

Sql Client Configuration

docs/layouts/shortcodes/generated/sql_client_configuration.html

0.4-rc11.5 KB
Original Source
KeyDefaultTypeDescription
sql-client.display.color-schema

Batch Streaming | "DEFAULT" | String | SQL highlight color schema to be used at SQL client. Possible values: 'default', 'dark', 'light', 'chester', 'vs2010', 'solarized', 'obsidian', 'geshi' | |

sql-client.display.print-time-cost

Batch | true | Boolean | Determine whether to display the time consumption of the query. By default, no query time cost will be displayed. | |

sql-client.display.show-line-numbers

Batch Streaming | false | Boolean | Determines whether there should be shown line numbers in multiline SQL or not. | |

sql-client.execution.max-table-result.rows

Batch Streaming | 1000000 | Integer | 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. | |

sql-client.execution.result-mode

Batch Streaming | TABLE |

Enum

| Determines how the query result should be displayed.

Possible values:

  • "TABLE": Materializes results in memory and visualizes them in a regular, paginated table representation.
  • "CHANGELOG": Visualizes the result stream that is produced by a continuous query.
  • "TABLEAU": Display results in the screen directly in a tableau format.

| |

sql-client.verbose

Batch Streaming | false | Boolean | 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. |