scriptVariables

@JvmName(name = "errgntbseenelugm")
suspend fun scriptVariables(value: Output<Map<String, String>>)
@JvmName(name = "knbavohuwsxvavks")
suspend fun scriptVariables(value: Map<String, String>?)

Parameters

value

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


@JvmName(name = "klgfymqkkbsdapkd")
fun scriptVariables(vararg values: Pair<String, String>)

Parameters

values

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