Package org.apache.iceberg.types
Class Comparators
java.lang.Object
org.apache.iceberg.types.Comparators
-
Method Summary
Modifier and TypeMethodDescriptionstatic Comparator<CharSequence>static Comparator<CharSequence>filePath()static <T> Comparator<T>forType(Type.PrimitiveType type) static <T> Comparator<List<T>>forType(Types.ListType list) static <K,V> Comparator<Map<K, V>> forType(Types.MapType mapType) static Comparator<StructLike>forType(Types.StructType struct) static <T> Comparator<T>static <T> Comparator<T>static Comparator<ByteBuffer>static Comparator<byte[]>static Comparator<ByteBuffer>
-
Method Details
-
forType
-
forType
-
forType
-
forType
-
unsignedBytes
-
unsignedByteArrays
-
signedBytes
-
nullsFirst
-
nullsLast
-
charSequences
-
filePath
-