Package

com.databricks.spark.xml

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait ParseMode extends AnyRef

    Permalink
  2. case class PartialResultException(partialResult: Row, cause: Throwable) extends Exception with Product with Serializable

    Permalink

    Exception thrown when the underlying parser returns a partial result of parsing.

    Exception thrown when the underlying parser returns a partial result of parsing.

    partialResult

    the partial result of parsing a bad record.

    cause

    the actual exception about why the parser cannot return full result.

Value Members

  1. object DropMalformedMode extends ParseMode with Product with Serializable

    Permalink

    This mode ignores the whole corrupted records.

  2. object FailFastMode extends ParseMode with Product with Serializable

    Permalink

    This mode throws an exception when it meets corrupted records.

  3. object ParseMode

    Permalink
  4. object PermissiveMode extends ParseMode with Product with Serializable

    Permalink

    This mode permissively parses the records.

  5. object TypeCast

    Permalink

    Utility functions for type casting

Ungrouped