public class VariableSubstitution
extends java.lang.Object
${var}
, ${system:var}
and ${env:var}
.
Variable substitution is controlled by SQLConf.variableSubstituteEnabled
.
Constructor and Description |
---|
VariableSubstitution(org.apache.spark.sql.internal.SQLConf conf) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
substitute(java.lang.String input)
Given a query, does variable substitution and return the result.
|