class ParquetTypeVisitor[T] extends AnyRef
Derived from Apache Iceberg's ParquetTypeVisitor class.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParquetTypeVisitor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ParquetTypeVisitor()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def afterElementField(element: Type): Unit
- def afterField(type: Type): Unit
- def afterKeyField(key: Type): Unit
- def afterRepeatedElement(element: Type): Unit
- def afterRepeatedKeyValue(keyValue: Type): Unit
- def afterValueField(value: Type): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def beforeElementField(element: Type): Unit
- def beforeField(type: Type): Unit
- def beforeKeyField(key: Type): Unit
- def beforeRepeatedElement(element: Type): Unit
- def beforeRepeatedKeyValue(keyValue: Type): Unit
- def beforeValueField(value: Type): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
currentPath(): Array[String]
- Attributes
- protected[parquet]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def list(array: GroupType, element: T): T
- def map(map: GroupType, key: T, value: T): T
- def message(message: MessageType, fields: List[T]): T
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
path(name: String): Array[String]
- Attributes
- protected[parquet]
- def primitive(primitive: PrimitiveType): T
- def struct(struct: GroupType, fields: List[T]): T
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )