Packages

class TypeToSparkType extends SchemaVisitor[DataType]

Derived from Apache Iceberg's TypeToSparkType class.

Linear Supertypes
SchemaVisitor[DataType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeToSparkType
  2. SchemaVisitor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def afterField(arg0: NestedField): Unit
    Definition Classes
    SchemaVisitor
  5. def afterListElement(arg0: NestedField): Unit
    Definition Classes
    SchemaVisitor
  6. def afterMapKey(arg0: NestedField): Unit
    Definition Classes
    SchemaVisitor
  7. def afterMapValue(arg0: NestedField): Unit
    Definition Classes
    SchemaVisitor
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def beforeField(arg0: NestedField): Unit
    Definition Classes
    SchemaVisitor
  10. def beforeListElement(arg0: NestedField): Unit
    Definition Classes
    SchemaVisitor
  11. def beforeMapKey(arg0: NestedField): Unit
    Definition Classes
    SchemaVisitor
  12. def beforeMapValue(arg0: NestedField): Unit
    Definition Classes
    SchemaVisitor
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def field(field: NestedField, fieldResult: DataType): DataType
    Definition Classes
    TypeToSparkType → SchemaVisitor
    Annotations
    @Override()
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def list(list: ListType, elementResult: DataType): DataType
    Definition Classes
    TypeToSparkType → SchemaVisitor
    Annotations
    @Override()
  22. def map(map: MapType, keyResult: DataType, valueResult: DataType): DataType
    Definition Classes
    TypeToSparkType → SchemaVisitor
    Annotations
    @Override()
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def primitive(primitive: PrimitiveType): DataType
    Definition Classes
    TypeToSparkType → SchemaVisitor
    Annotations
    @Override()
  27. def schema(schema: Schema, structType: DataType): DataType
    Definition Classes
    TypeToSparkType → SchemaVisitor
    Annotations
    @Override()
  28. def struct(struct: StructType, fieldResults: List[DataType]): DataType
    Definition Classes
    TypeToSparkType → SchemaVisitor
    Annotations
    @Override()
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from SchemaVisitor[DataType]

Inherited from AnyRef

Inherited from Any

Ungrouped