Packages

class ApplyNameMapping extends ParquetTypeVisitor[Type]

Derived from Apache Iceberg's ApplyNameMapping Parquet support class.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApplyNameMapping
  2. ParquetTypeVisitor
  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 afterElementField(element: Type): Unit
    Definition Classes
    ParquetTypeVisitor
  5. def afterField(type: Type): Unit
    Definition Classes
    ApplyNameMappingParquetTypeVisitor
    Annotations
    @Override()
  6. def afterKeyField(key: Type): Unit
    Definition Classes
    ParquetTypeVisitor
  7. def afterRepeatedElement(element: Type): Unit
    Definition Classes
    ApplyNameMappingParquetTypeVisitor
    Annotations
    @Override()
  8. def afterRepeatedKeyValue(keyValue: Type): Unit
    Definition Classes
    ApplyNameMappingParquetTypeVisitor
    Annotations
    @Override()
  9. def afterValueField(value: Type): Unit
    Definition Classes
    ParquetTypeVisitor
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def beforeElementField(element: Type): Unit
    Definition Classes
    ApplyNameMappingParquetTypeVisitor
    Annotations
    @Override()
  12. def beforeField(type: Type): Unit
    Definition Classes
    ApplyNameMappingParquetTypeVisitor
    Annotations
    @Override()
  13. def beforeKeyField(key: Type): Unit
    Definition Classes
    ApplyNameMappingParquetTypeVisitor
    Annotations
    @Override()
  14. def beforeRepeatedElement(element: Type): Unit
    Definition Classes
    ApplyNameMappingParquetTypeVisitor
    Annotations
    @Override()
  15. def beforeRepeatedKeyValue(keyValue: Type): Unit
    Definition Classes
    ApplyNameMappingParquetTypeVisitor
    Annotations
    @Override()
  16. def beforeValueField(key: Type): Unit
    Definition Classes
    ApplyNameMappingParquetTypeVisitor
    Annotations
    @Override()
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. def currentPath(): Array[String]
    Attributes
    protected[parquet]
    Definition Classes
    ApplyNameMappingParquetTypeVisitor
    Annotations
    @Override()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def list(list: GroupType, elementType: Type): Type
    Definition Classes
    ApplyNameMappingParquetTypeVisitor
    Annotations
    @Override()
  26. def map(map: GroupType, keyType: Type, valueType: Type): Type
    Definition Classes
    ApplyNameMappingParquetTypeVisitor
    Annotations
    @Override()
  27. def message(message: MessageType, fields: List[Type]): Type
    Definition Classes
    ApplyNameMappingParquetTypeVisitor
    Annotations
    @Override()
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def path(name: String): Array[String]
    Attributes
    protected[parquet]
    Definition Classes
    ApplyNameMappingParquetTypeVisitor
    Annotations
    @Override()
  32. def primitive(primitive: PrimitiveType): Type
    Definition Classes
    ApplyNameMappingParquetTypeVisitor
    Annotations
    @Override()
  33. def struct(struct: GroupType, types: List[Type]): Type
    Definition Classes
    ApplyNameMappingParquetTypeVisitor
    Annotations
    @Override()
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ParquetTypeVisitor[Type]

Inherited from AnyRef

Inherited from Any

Ungrouped