Class/Object

io.eels.schema

StructType

Related Docs: object StructType | package schema

Permalink

case class StructType(fields: Vector[Field]) extends DataType with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, DataType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructType
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DataType
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StructType(fields: Vector[Field])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addField(field: Field): StructType

    Permalink
  5. def addField(name: String): StructType

    Permalink
  6. def addFieldIfNotExists(field: Field): StructType

    Permalink
  7. def addFieldIfNotExists(name: String): StructType

    Permalink
  8. def apply(name: String): Option[Field]

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def canonicalName: String

    Permalink
    Definition Classes
    DataType
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def concat(other: StructType): StructType

    Permalink
  13. def contains(fieldName: String, caseSensitive: Boolean = true): Boolean

    Permalink
  14. def ddl(table: String): String

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def field(name: String, caseSensitive: Boolean = true): Option[Field]

    Permalink
  17. def field(pos: Int): Field

    Permalink
  18. def fieldNames(): Seq[String]

    Permalink
  19. def fieldNames(regex: Regex): Seq[String]

    Permalink
  20. val fields: Vector[Field]

    Permalink
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def indexOf(fieldName: String, caseSensitive: Boolean): Int

    Permalink
  24. def indexOf(fieldName: String): Int

    Permalink
  25. def indexOf(field: Field, caseSensitive: Boolean): Int

    Permalink
  26. def indexOf(field: Field): Int

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def matches(from: DataType): Boolean

    Permalink
    Definition Classes
    DataType
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def partitions: Seq[Field]

    Permalink
  33. def projection(fieldNames: Seq[String]): StructType

    Permalink
  34. def removeField(name: String, caseSensitive: Boolean = true): StructType

    Permalink
  35. def removeFields(names: Seq[String]): StructType

    Permalink
  36. def removeFields(first: String, rest: String*): StructType

    Permalink
  37. def removeFields(regex: Regex): StructType

    Permalink
  38. def renameField(from: String, to: String): StructType

    Permalink
  39. def replaceField(sourceFieldName: String, targetField: Field): StructType

    Permalink
  40. def replaceFieldType(regex: Regex, datatype: DataType): StructType

    Permalink
  41. def replaceFieldType(from: DataType, to: DataType): StructType

    Permalink
  42. def show(): String

    Permalink
  43. val size: Int

    Permalink
  44. def stripFromFieldNames(chars: Seq[Char]): StructType

    Permalink
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  46. def toLowerCase(): StructType

    Permalink
  47. def updateFieldType(fieldName: String, dataType: DataType): StructType

    Permalink
  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DataType

Inherited from AnyRef

Inherited from Any

Ungrouped