public class ArrowStructWriterImpl extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ArrowStructWriterImpl.ArrowStructWriterBase<IN> |
static class |
ArrowStructWriterImpl.ListStructWriter |
static class |
ArrowStructWriterImpl.RecordStructWriter |
static class |
ArrowStructWriterImpl.StructArrowStructWriter |
| Constructor and Description |
|---|
ArrowStructWriterImpl() |
| Modifier and Type | Method and Description |
|---|---|
static ArrowFieldWriter<Struct> |
createArrowFieldWriterForStruct(org.apache.arrow.vector.ValueVector vector,
com.aliyun.odps.type.TypeInfo typeInfo) |
static ArrowFieldWriter<Struct>[] |
createArrowFieldWritersForStruct(org.apache.arrow.vector.complex.StructVector structVector,
com.aliyun.odps.type.StructTypeInfo typeInfo) |
public static ArrowFieldWriter<Struct>[] createArrowFieldWritersForStruct(org.apache.arrow.vector.complex.StructVector structVector, com.aliyun.odps.type.StructTypeInfo typeInfo)
public static ArrowFieldWriter<Struct> createArrowFieldWriterForStruct(org.apache.arrow.vector.ValueVector vector, com.aliyun.odps.type.TypeInfo typeInfo)
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.