| Package | Description |
|---|---|
| org.apache.arrow.algorithm.dictionary |
| Modifier and Type | Class and Description |
|---|---|
class |
HashTableDictionaryEncoder<E extends BaseIntVector,D extends ElementAddressableVector>
Dictionary encoder based on hash table.
|
class |
LinearDictionaryEncoder<E extends BaseIntVector,D extends ValueVector>
Dictionary encoder based on linear search.
|
class |
SearchDictionaryEncoder<E extends BaseIntVector,D extends ValueVector>
Dictionary encoder based on searching.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.