| Package | Description |
|---|---|
| org.apache.hudi.common.util.hash |
| Modifier and Type | Field and Description |
|---|---|
static HashID.Size |
ColumnIndexID.ID_COLUMN_HASH_SIZE |
| Modifier and Type | Method and Description |
|---|---|
static HashID.Size |
HashID.Size.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashID.Size[] |
HashID.Size.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
HashID.hash(byte[] messageBytes,
HashID.Size bits)
Get the hash value for a byte array and for the desired @
HashID.Size. |
static byte[] |
HashID.hash(String message,
HashID.Size bits)
Get the hash value for a string message and for the desired @
HashID.Size. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.