Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class Mode.
The sub-dialect options for Teradata.
Protobuf type google.cloud.bigquery.migration.v2.TeradataDialect.Mode
Namespace
Google \ Cloud \ BigQuery \ Migration \ V2 \ TeradataDialectMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODE_UNSPECIFIED
Value: 0Unspecified mode.
Generated from protobuf enum MODE_UNSPECIFIED = 0;
SQL
Value: 1Teradata SQL mode.
Generated from protobuf enum SQL = 1;
BTEQ
Value: 2BTEQ mode (which includes SQL).
Generated from protobuf enum BTEQ = 2;