| Package | Description |
|---|---|
| org.apache.hive.common.util |
| Modifier and Type | Method and Description |
|---|---|
static BloomKFilter |
BloomKFilter.deserialize(InputStream in)
Deserialize a bloom filter
Read a byte stream, which was written by serialize(OutputStream, BloomKFilter)
into a
BloomKFilter |
| Modifier and Type | Method and Description |
|---|---|
void |
BloomKFilter.merge(BloomKFilter that)
Merge the specified bloom filter with current bloom filter.
|
static void |
BloomKFilter.serialize(OutputStream out,
BloomKFilter bloomFilter)
Serialize a bloom filter:
Serialized BloomKFilter format:
1 byte for the number of hash functions.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.