Package org.apache.iceberg.util
Class StructLikeWrapper
- java.lang.Object
-
- org.apache.iceberg.util.StructLikeWrapper
-
public class StructLikeWrapper extends java.lang.ObjectWrapper to adapt StructLike for use in maps and sets by implementing equals and hashCode.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)static StructLikeWrapperforType(Types.StructType struct)StructLikeget()inthashCode()StructLikeWrapperset(StructLike newStruct)
-
-
-
Method Detail
-
forType
public static StructLikeWrapper forType(Types.StructType struct)
-
set
public StructLikeWrapper set(StructLike newStruct)
-
get
public StructLike get()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-