Uses of Interface
org.apache.arrow.vector.complex.writer.BigIntWriter
Packages that use BigIntWriter
Package
Description
-
Uses of BigIntWriter in org.apache.arrow.vector.complex.impl
Classes in org.apache.arrow.vector.complex.impl that implement BigIntWriterModifier and TypeClassDescriptionclass
class
class
Concrete implementation ofBaseWriter.ComplexWriter
.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
This FieldWriter implementation delegates all FieldWriter API calls to an inner FieldWriter.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Writer for MapVectors.class
class
class
class
class
Methods in org.apache.arrow.vector.complex.impl that return BigIntWriterModifier and TypeMethodDescriptionDenseUnionWriter.asBigInt
(byte typeId) UnionWriter.asBigInt()
DenseUnionWriter.bigInt()
UnionFixedSizeListWriter.bigInt()
UnionLargeListWriter.bigInt()
UnionListViewWriter.bigInt()
UnionListWriter.bigInt()
UnionMapWriter.bigInt()
UnionWriter.bigInt()
Methods in org.apache.arrow.vector.complex.impl with parameters of type BigIntWriterModifier and TypeMethodDescriptionvoid
NullReader.copyAsField
(String name, BigIntWriter writer) void
BigIntHolderReaderImpl.copyAsValue
(BigIntWriter writer) void
BigIntReaderImpl.copyAsValue
(BigIntWriter writer) void
DenseUnionReader.copyAsValue
(BigIntWriter writer) void
NullReader.copyAsValue
(BigIntWriter writer) void
UnionReader.copyAsValue
(BigIntWriter writer) -
Uses of BigIntWriter in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type BigIntWriterModifier and TypeMethodDescriptionvoid
BigIntReader.copyAsField
(String name, BigIntWriter writer) void
BigIntReader.copyAsValue
(BigIntWriter writer) -
Uses of BigIntWriter in org.apache.arrow.vector.complex.writer
Subinterfaces of BigIntWriter in org.apache.arrow.vector.complex.writerModifier and TypeInterfaceDescriptionstatic interface
interface
Composite of all writer types.Methods in org.apache.arrow.vector.complex.writer that return BigIntWriter