public class RecordToArrowConverter extends Object
| Constructor and Description |
|---|
RecordToArrowConverter() |
| Modifier and Type | Method and Description |
|---|---|
static ArrowFieldWriter<ArrayRecord> |
createArrowFieldWriterForRecord(org.apache.arrow.vector.ValueVector vector,
com.aliyun.odps.type.TypeInfo typeInfo) |
static ArrowBatchConstructor<ArrayRecord> |
createRecordArrowBatchConstructor(List<Column> dataColumns,
org.apache.arrow.memory.BufferAllocator allocator) |
static ArrowBatchConstructor<ArrayRecord> |
createRecordArrowBatchConstructor(List<Column> dataColumns,
org.apache.arrow.vector.VectorSchemaRoot root)
Creates an
ArrowBatchConstructor for the specified VectorSchemaRoot. |
public static ArrowBatchConstructor<ArrayRecord> createRecordArrowBatchConstructor(List<Column> dataColumns, org.apache.arrow.memory.BufferAllocator allocator)
public static ArrowBatchConstructor<ArrayRecord> createRecordArrowBatchConstructor(List<Column> dataColumns, org.apache.arrow.vector.VectorSchemaRoot root)
ArrowBatchConstructor for the specified VectorSchemaRoot.public static ArrowFieldWriter<ArrayRecord> createArrowFieldWriterForRecord(org.apache.arrow.vector.ValueVector vector, com.aliyun.odps.type.TypeInfo typeInfo)
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.