Dialect: Dialect Class

DialectR Documentation

Dialect Class

Description

Dialect Class

Dialect Class

Public fields

name
label
supports_cost_estimate
persistent_table_indexes
persistent_table_sortkeys
persistent_table_distkey
supports_streaming
automatically_run_sql_runner_snippets
connection_tests
supports_inducer
supports_multiple_databases
supports_persistent_derived_tables
has_ssl_support

Methods

Public methods


Method new()

Usage
Dialect$new(
  name,
  label,
  supports_cost_estimate,
  persistent_table_indexes,
  persistent_table_sortkeys,
  persistent_table_distkey,
  supports_streaming,
  automatically_run_sql_runner_snippets,
  connection_tests,
  supports_inducer,
  supports_multiple_databases,
  supports_persistent_derived_tables,
  has_ssl_support
)

Method toJSON()

Usage
Dialect$toJSON()

Method fromJSONObject()

Usage
Dialect$fromJSONObject(DialectJsonObject)

Method fromJSON()

Usage
Dialect$fromJSON(DialectJson)

Method toJSONString()

Usage
Dialect$toJSONString()

Method fromJSONString()

Usage
Dialect$fromJSONString(DialectJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Dialect$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.