| Package | Description |
|---|---|
| org.apache.arrow.vector.dictionary | |
| org.apache.arrow.vector.types.pojo |
| Modifier and Type | Method and Description |
|---|---|
static ArrowType.Int |
DictionaryEncoder.getIndexType(int valueCount)
Get the indexType according to the dictionary vector valueCount.
|
| Modifier and Type | Method and Description |
|---|---|
ArrowType.Int |
DictionaryEncoding.getIndexType() |
static ArrowType.Int |
ArrowType.getInt(Field field) |
| Modifier and Type | Method and Description |
|---|---|
T |
ArrowType.ArrowTypeVisitor.visit(ArrowType.Int type) |
T |
ArrowType.ComplexTypeVisitor.visit(ArrowType.Int type) |
| Constructor and Description |
|---|
DictionaryEncoding(long id,
boolean ordered,
ArrowType.Int indexType)
Constructs a new instance.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.