Packages

trait FixedFileConfig extends FileConfig

Base trait for fixed-width text files. For such files configuration must contain reference explicit fixed (full or short) schema ID

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FixedFileConfig
  2. FileConfig
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val path: URI
    Definition Classes
    FileConfig
  2. abstract val schema: Option[ID]
    Definition Classes
    FileConfig