public static class VectorUDAFBloomFilterMerge.ElementWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
bytes |
int |
length |
int |
modifiedLength |
int |
modifiedStart |
int |
start |
| Constructor and Description |
|---|
ElementWrapper(byte[] bytes,
int start,
int length,
int modifiedStart,
int modifiedLength) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.