Class StringSubstitutor

Object
org.apache.spark.StringSubstitutor

public class StringSubstitutor extends Object
  • Constructor Details

    • StringSubstitutor

      public StringSubstitutor(scala.collection.immutable.Map<String,Object> resolver, String prefix, String suffix, char escape, String valueDelimiter, boolean preserveEscapes, boolean enableSubstitutionInVariables, boolean enableUndefinedVariableException)
  • Method Details