Class BinaryTruncator
- java.lang.Object
-
- org.apache.parquet.internal.column.columnindex.BinaryTruncator
-
public abstract class BinaryTruncator extends Object
Class for truncating min/max values for binary types.
-
-
Constructor Summary
Constructors Constructor Description BinaryTruncator()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static BinaryTruncatorgetTruncator(PrimitiveType type)abstract BinarytruncateMax(Binary maxValue, int length)abstract BinarytruncateMin(Binary minValue, int length)
-
-
-
Method Detail
-
getTruncator
public static BinaryTruncator getTruncator(PrimitiveType type)
-
-