public class ArrowUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.apache.arrow.memory.RootAllocator |
rootAllocator |
| Constructor and Description |
|---|
ArrowUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.arrow.vector.types.pojo.Field |
toArrowField(String name,
org.apache.kyuubi.shaded.hive.service.rpc.thrift.TTypeId ttype,
JdbcColumnAttributes jdbcColumnAttributes) |
static org.apache.arrow.vector.types.pojo.Schema |
toArrowSchema(List<String> columnNames,
List<org.apache.kyuubi.shaded.hive.service.rpc.thrift.TTypeId> ttypes,
List<JdbcColumnAttributes> columnAttributes) |
static org.apache.arrow.vector.types.pojo.ArrowType |
toArrowType(org.apache.kyuubi.shaded.hive.service.rpc.thrift.TTypeId ttype,
JdbcColumnAttributes jdbcColumnAttributes) |
public static org.apache.arrow.vector.types.pojo.Schema toArrowSchema(List<String> columnNames, List<org.apache.kyuubi.shaded.hive.service.rpc.thrift.TTypeId> ttypes, List<JdbcColumnAttributes> columnAttributes)
public static org.apache.arrow.vector.types.pojo.Field toArrowField(String name, org.apache.kyuubi.shaded.hive.service.rpc.thrift.TTypeId ttype, JdbcColumnAttributes jdbcColumnAttributes)
public static org.apache.arrow.vector.types.pojo.ArrowType toArrowType(org.apache.kyuubi.shaded.hive.service.rpc.thrift.TTypeId ttype,
JdbcColumnAttributes jdbcColumnAttributes)
Copyright © 2023 The Apache Software Foundation. All rights reserved.