Package | Description |
---|---|
org.apache.arrow.adapter.jdbc.binder |
Utilities to bind Arrow data as JDBC prepared statement parameters.
|
org.apache.arrow.vector.dictionary | |
org.apache.arrow.vector.types.pojo |
Modifier and Type | Method and Description |
---|---|
ColumnBinder |
ColumnBinderArrowTypeVisitor.visit(ArrowType.Int type) |
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 © 2023 The Apache Software Foundation. All rights reserved.