| Class | Description |
|---|---|
| ColumnIndexID |
A stateful Hoodie object ID representing any table column.
|
| FileIndexID |
Hoodie object ID representing any file.
|
| Hash |
This class represents a common API for hashing functions used by
InternalBloomFilter. |
| HashID |
A stateless Hash class which generates ID for the desired bit count.
|
| HoodieIndexID |
A serializable ID that can be used to identify any Hoodie table fields and
resources in the on-disk index.
|
| JenkinsHash |
Produces 32-bit hash for hash table lookup.
|
| MurmurHash |
This is a very fast, non-cryptographic hash suitable for general hash-based
lookup.
|
| PartitionIndexID |
Hoodie object ID representing any partition.
|
| Enum | Description |
|---|---|
| HashID.Size |
Represents HashID size in bits.
|
| HoodieIndexID.Type |
Supported ID types.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.