Uses of Interface
org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
Packages that use BaseWriter.ListWriter
Package
Description
-
Uses of BaseWriter.ListWriter in org.apache.arrow.vector.complex.impl
Classes in org.apache.arrow.vector.complex.impl that implement BaseWriter.ListWriterModifier and TypeClassDescriptionclassclassclassConcrete implementation ofBaseWriter.ComplexWriter.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassThis FieldWriter implementation delegates all FieldWriter API calls to an inner FieldWriter.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassWriter for MapVectors.classclassclassclassclassFields in org.apache.arrow.vector.complex.impl declared as BaseWriter.ListWriterMethods in org.apache.arrow.vector.complex.impl that return BaseWriter.ListWriterModifier and TypeMethodDescriptionDenseUnionWriter.asList(byte typeId) UnionWriter.asList()DenseUnionWriter.list()UnionFixedSizeListWriter.list()UnionLargeListWriter.list()UnionListViewWriter.list()UnionListWriter.list()UnionMapWriter.list()UnionWriter.list()ComplexWriterImpl.rootAsList()Methods in org.apache.arrow.vector.complex.impl with parameters of type BaseWriter.ListWriterModifier and TypeMethodDescriptionvoidDenseUnionReader.copyAsValue(BaseWriter.ListWriter writer) voidNullReader.copyAsValue(BaseWriter.ListWriter writer) voidSingleListReaderImpl.copyAsValue(BaseWriter.ListWriter writer) voidUnionFixedSizeListReader.copyAsValue(BaseWriter.ListWriter writer) voidUnionListReader.copyAsValue(BaseWriter.ListWriter writer) voidUnionReader.copyAsValue(BaseWriter.ListWriter writer) Constructors in org.apache.arrow.vector.complex.impl with parameters of type BaseWriter.ListWriterModifierConstructorDescriptionConstructs a new instance using aBaseWriter.ListWriter(instead of aBaseWriter.StructWriter). -
Uses of BaseWriter.ListWriter in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type BaseWriter.ListWriterModifier and TypeMethodDescriptionvoidBaseReader.RepeatedListReader.copyAsValue(BaseWriter.ListWriter writer) -
Uses of BaseWriter.ListWriter in org.apache.arrow.vector.complex.writer
Subinterfaces of BaseWriter.ListWriter in org.apache.arrow.vector.complex.writerModifier and TypeInterfaceDescriptionstatic interfaceinterfaceComposite of all writer types.Methods in org.apache.arrow.vector.complex.writer that return BaseWriter.ListWriterModifier and TypeMethodDescriptionBaseWriter.ListWriter.list()BaseWriter.ComplexWriter.rootAsList()