Uses of Interface
org.apache.arrow.vector.complex.writer.IntWriter
Packages that use IntWriter
Package
Description
-
Uses of IntWriter in org.apache.arrow.vector.complex.impl
Classes in org.apache.arrow.vector.complex.impl that implement IntWriterModifier and TypeClassDescriptionclassclassclassConcrete implementation ofBaseWriter.ComplexWriter.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassThis FieldWriter implementation delegates all FieldWriter API calls to an inner FieldWriter.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassWriter for MapVectors.classclassclassclassclassMethods in org.apache.arrow.vector.complex.impl that return IntWriterModifier and TypeMethodDescriptionDenseUnionWriter.asInt(byte typeId) UnionWriter.asInt()DenseUnionWriter.integer()UnionFixedSizeListWriter.integer()UnionLargeListWriter.integer()UnionListViewWriter.integer()UnionListWriter.integer()UnionMapWriter.integer()UnionWriter.integer()Methods in org.apache.arrow.vector.complex.impl with parameters of type IntWriterModifier and TypeMethodDescriptionvoidNullReader.copyAsField(String name, IntWriter writer) voidDenseUnionReader.copyAsValue(IntWriter writer) voidIntHolderReaderImpl.copyAsValue(IntWriter writer) voidIntReaderImpl.copyAsValue(IntWriter writer) voidNullReader.copyAsValue(IntWriter writer) voidUnionReader.copyAsValue(IntWriter writer) -
Uses of IntWriter in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type IntWriterModifier and TypeMethodDescriptionvoidIntReader.copyAsField(String name, IntWriter writer) voidIntReader.copyAsValue(IntWriter writer) -
Uses of IntWriter in org.apache.arrow.vector.complex.writer
Subinterfaces of IntWriter in org.apache.arrow.vector.complex.writerModifier and TypeInterfaceDescriptionstatic interfaceinterfaceComposite of all writer types.Methods in org.apache.arrow.vector.complex.writer that return IntWriter