Class SparkSchemaUtils

Object
org.apache.spark.util.SparkSchemaUtils

public class SparkSchemaUtils extends Object
Utils for handling schemas.
  • Constructor Details

    • SparkSchemaUtils

      public SparkSchemaUtils()
  • Method Details

    • escapeMetaCharacters

      public static String escapeMetaCharacters(String str)
      Parameters:
      str - The string to be escaped.
      Returns:
      The escaped string.