Dialect Stay organized with collections Save and categorize content based on your preferences.
Version 4.0.26.2 (latest)
Datatype
Description
(object)
object
name
lock
string
The name of the dialect
label
lock
string
The human-readable label of the connection
supports_cost_estimate
lock
boolean
Whether the dialect supports query cost estimates
cost_estimate_style
lock
string
How the dialect handles cost estimation
persistent_table_indexes
lock
string
PDT index columns
persistent_table_sortkeys
lock
string
PDT sortkey columns
persistent_table_distkey
lock
string
PDT distkey column
supports_streaming
lock
boolean
Supports streaming results
automatically_run_sql_runner_snippets
lock
boolean
Should SQL Runner snippets automatically be run
connection_tests
string[]
supports_inducer
lock
boolean
Is supported with the inducer (i.e. generate from sql)
supports_multiple_databases
lock
boolean
Can multiple databases be accessed from a connection using this dialect
supports_persistent_derived_tables
lock
boolean
Whether the dialect supports allowing Looker to build persistent derived tables
has_ssl_support
lock
boolean
Does the database have client SSL support settable through the JDBC string explicitly?
Related Types
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-09 UTC.