queryVariables property

Map<String, String>? queryVariables
getter/setter pair

Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).

Optional.

Implementation

core.Map<core.String, core.String>? queryVariables;