Packages

c

com.nvidia.spark.rapids.iceberg.parquet

ParquetTypeVisitor

class ParquetTypeVisitor[T] extends AnyRef

Derived from Apache Iceberg's ParquetTypeVisitor class.

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

Instance Constructors

  1. new ParquetTypeVisitor()

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
  5. def afterField(type: Type): Unit
  6. def afterKeyField(key: Type): Unit
  7. def afterRepeatedElement(element: Type): Unit
  8. def afterRepeatedKeyValue(keyValue: Type): Unit
  9. def afterValueField(value: Type): Unit
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def beforeElementField(element: Type): Unit
  12. def beforeField(type: Type): Unit
  13. def beforeKeyField(key: Type): Unit
  14. def beforeRepeatedElement(element: Type): Unit
  15. def beforeRepeatedKeyValue(keyValue: Type): Unit
  16. def beforeValueField(value: Type): Unit
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. def currentPath(): Array[String]
    Attributes
    protected[parquet]
  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(array: GroupType, element: T): T
  26. def map(map: GroupType, key: T, value: T): T
  27. def message(message: MessageType, fields: List[T]): T
  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]
  32. def primitive(primitive: PrimitiveType): T
  33. def struct(struct: GroupType, fields: List[T]): T
  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 AnyRef

Inherited from Any

Ungrouped