Google Cloud Dataplex V1 Client - Class QueryEngine (0.7.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class QueryEngine.

Query Engine Type of the SQL Script.

Protobuf type google.cloud.dataplex.v1.Content.SqlScript.QueryEngine

Namespace

Google \ Cloud \ Dataplex \ V1 \ Content \ SqlScript

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

QUERY_ENGINE_UNSPECIFIED

Value: 0

Value was unspecified.

Generated from protobuf enum QUERY_ENGINE_UNSPECIFIED = 0;

SPARK

Value: 2

Spark SQL Query.

Generated from protobuf enum SPARK = 2;