| Package | Description |
|---|---|
| org.apache.kyuubi.jdbc.hive | |
| org.apache.kyuubi.jdbc.hive.arrow |
| Modifier and Type | Field and Description |
|---|---|
protected List<JdbcColumnAttributes> |
KyuubiArrowBasedResultSet.columnAttributes |
protected List<JdbcColumnAttributes> |
KyuubiBaseResultSet.columnAttributes |
| Modifier and Type | Method and Description |
|---|---|
static JdbcColumnAttributes |
KyuubiArrowQueryResultSet.getColumnAttributes(org.apache.kyuubi.shaded.hive.service.rpc.thrift.TPrimitiveTypeEntry primitiveTypeEntry)
Generate ColumnAttributes object from a TTypeQualifiers
|
| Modifier and Type | Method and Description |
|---|---|
KyuubiQueryResultSet.Builder |
KyuubiQueryResultSet.Builder.setSchema(List<String> colNames,
List<org.apache.kyuubi.shaded.hive.service.rpc.thrift.TTypeId> colTypes,
List<JdbcColumnAttributes> colAttributes) |
KyuubiArrowQueryResultSet.Builder |
KyuubiArrowQueryResultSet.Builder.setSchema(List<String> colNames,
List<org.apache.kyuubi.shaded.hive.service.rpc.thrift.TTypeId> colTypes,
List<JdbcColumnAttributes> colAttributes) |
| Constructor and Description |
|---|
KyuubiResultSetMetaData(List<String> columnNames,
List<org.apache.kyuubi.shaded.hive.service.rpc.thrift.TTypeId> columnTypes,
List<JdbcColumnAttributes> columnAttributes) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.arrow.vector.types.pojo.Field |
ArrowUtils.toArrowField(String name,
org.apache.kyuubi.shaded.hive.service.rpc.thrift.TTypeId ttype,
JdbcColumnAttributes jdbcColumnAttributes) |
static org.apache.arrow.vector.types.pojo.ArrowType |
ArrowUtils.toArrowType(org.apache.kyuubi.shaded.hive.service.rpc.thrift.TTypeId ttype,
JdbcColumnAttributes jdbcColumnAttributes) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.arrow.vector.types.pojo.Schema |
ArrowUtils.toArrowSchema(List<String> columnNames,
List<org.apache.kyuubi.shaded.hive.service.rpc.thrift.TTypeId> ttypes,
List<JdbcColumnAttributes> columnAttributes) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.