class ApplyNameMapping extends ParquetTypeVisitor[Type]
Derived from Apache Iceberg's ApplyNameMapping Parquet support class.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApplyNameMapping
- ParquetTypeVisitor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- Definition Classes
- ParquetTypeVisitor
-
def
afterField(type: Type): Unit
- Definition Classes
- ApplyNameMapping → ParquetTypeVisitor
- Annotations
- @Override()
-
def
afterKeyField(key: Type): Unit
- Definition Classes
- ParquetTypeVisitor
-
def
afterRepeatedElement(element: Type): Unit
- Definition Classes
- ApplyNameMapping → ParquetTypeVisitor
- Annotations
- @Override()
-
def
afterRepeatedKeyValue(keyValue: Type): Unit
- Definition Classes
- ApplyNameMapping → ParquetTypeVisitor
- Annotations
- @Override()
-
def
afterValueField(value: Type): Unit
- Definition Classes
- ParquetTypeVisitor
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
beforeElementField(element: Type): Unit
- Definition Classes
- ApplyNameMapping → ParquetTypeVisitor
- Annotations
- @Override()
-
def
beforeField(type: Type): Unit
- Definition Classes
- ApplyNameMapping → ParquetTypeVisitor
- Annotations
- @Override()
-
def
beforeKeyField(key: Type): Unit
- Definition Classes
- ApplyNameMapping → ParquetTypeVisitor
- Annotations
- @Override()
-
def
beforeRepeatedElement(element: Type): Unit
- Definition Classes
- ApplyNameMapping → ParquetTypeVisitor
- Annotations
- @Override()
-
def
beforeRepeatedKeyValue(keyValue: Type): Unit
- Definition Classes
- ApplyNameMapping → ParquetTypeVisitor
- Annotations
- @Override()
-
def
beforeValueField(key: Type): Unit
- Definition Classes
- ApplyNameMapping → ParquetTypeVisitor
- Annotations
- @Override()
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
currentPath(): Array[String]
- Attributes
- protected[parquet]
- Definition Classes
- ApplyNameMapping → ParquetTypeVisitor
- Annotations
- @Override()
-
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(list: GroupType, elementType: Type): Type
- Definition Classes
- ApplyNameMapping → ParquetTypeVisitor
- Annotations
- @Override()
-
def
map(map: GroupType, keyType: Type, valueType: Type): Type
- Definition Classes
- ApplyNameMapping → ParquetTypeVisitor
- Annotations
- @Override()
-
def
message(message: MessageType, fields: List[Type]): Type
- Definition Classes
- ApplyNameMapping → ParquetTypeVisitor
- Annotations
- @Override()
-
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]
- Definition Classes
- ApplyNameMapping → ParquetTypeVisitor
- Annotations
- @Override()
-
def
primitive(primitive: PrimitiveType): Type
- Definition Classes
- ApplyNameMapping → ParquetTypeVisitor
- Annotations
- @Override()
-
def
struct(struct: GroupType, types: List[Type]): Type
- Definition Classes
- ApplyNameMapping → ParquetTypeVisitor
- Annotations
- @Override()
-
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( ... )