E
- type of the encoded vector.D
- type of the vector to encode. It is also the type of the dictionary vector.public interface DictionaryEncoder<E extends BaseIntVector,D extends ValueVector>
Modifier and Type | Method and Description |
---|---|
void |
encode(D input,
E output)
Translates an input vector into an output vector.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.