public abstract class BinaryTruncator extends Object
| Constructor and Description |
|---|
BinaryTruncator() |
| Modifier and Type | Method and Description |
|---|---|
static BinaryTruncator |
getTruncator(PrimitiveType type) |
abstract Binary |
truncateMax(Binary maxValue,
int length) |
abstract Binary |
truncateMin(Binary minValue,
int length) |
public static BinaryTruncator getTruncator(PrimitiveType type)
Copyright © 2023 The Apache Software Foundation. All rights reserved.