Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

    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 XSDToSchema

    Utility to generate a Spark schema from an XSD.

    Utility to generate a Spark schema from an XSD. Not all XSD schemas are simple tabular schemas, so not all elements or XSDs are supported.

Ungrouped