Packages

implicit class SchemaReaderOps[T <: SchemaConfig] extends AnyRef

Implicit conversion for schema configurations that enables read method for them.

T

Type of schema configuration

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemaReaderOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SchemaReaderOps(config: T)(implicit reader: SchemaReader[T], spark: SparkSession)

    config

    Schema configuration

    reader

    Implicit reader for given schema configuration

    spark

    Implicit spark session object

Value Members

  1. def read: Result[SourceSchema]