Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Y Z 

A

AbstractCompressionCodec - Class in org.apache.arrow.vector.compression
The base class for concrete compression codecs, providing common logic for all compression codecs.
AbstractCompressionCodec() - Constructor for class org.apache.arrow.vector.compression.AbstractCompressionCodec
 
AbstractContainerVector - Class in org.apache.arrow.vector.complex
Base class for composite vectors.
AbstractContainerVector(String, BufferAllocator, CallBack) - Constructor for class org.apache.arrow.vector.complex.AbstractContainerVector
 
AbstractStructVector - Class in org.apache.arrow.vector.complex
Base class for StructVectors.
AbstractStructVector(String, BufferAllocator, CallBack, AbstractStructVector.ConflictPolicy, boolean) - Constructor for class org.apache.arrow.vector.complex.AbstractStructVector
Base coonstructor that sets default conflict policy to APPEND.
AbstractStructVector.ConflictPolicy - Enum in org.apache.arrow.vector.complex
Policy to determine how to react when duplicate columns are encountered.
accept(VectorVisitor<OUT, IN>, IN) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
 
accept(VectorVisitor<OUT, IN>, IN) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
accept(VectorVisitor<OUT, IN>, IN) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
 
accept(VectorVisitor<OUT, IN>, IN) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
accept(VectorVisitor<OUT, IN>, IN) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
accept(VectorVisitor<OUT, IN>, IN) - Method in class org.apache.arrow.vector.complex.LargeListVector
 
accept(VectorVisitor<OUT, IN>, IN) - Method in class org.apache.arrow.vector.complex.ListVector
 
accept(VectorVisitor<OUT, IN>, IN) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
accept(VectorVisitor<OUT, IN>, IN) - Method in class org.apache.arrow.vector.complex.UnionVector
 
accept(VectorVisitor<OUT, IN>, IN) - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
accept(VectorVisitor<OUT, IN>, IN) - Method in class org.apache.arrow.vector.NullVector
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Binary
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Bool
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Date
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Decimal
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Duration
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ExtensionType
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FixedSizeBinary
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FixedSizeList
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FloatingPoint
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Int
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Interval
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.LargeBinary
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.LargeList
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.LargeUtf8
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.List
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Map
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Null
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Struct
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Time
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Timestamp
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Union
 
accept(ArrowType.ArrowTypeVisitor<T>) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Utf8
 
accept(VectorVisitor<OUT, IN>, IN) - Method in interface org.apache.arrow.vector.ValueVector
Accept a generic VectorVisitor and return the result.
accepts(ArrowMessage.ArrowMessageVisitor<T>) - Method in class org.apache.arrow.vector.ipc.message.ArrowDictionaryBatch
 
accepts(ArrowMessage.ArrowMessageVisitor<T>) - Method in interface org.apache.arrow.vector.ipc.message.ArrowMessage
 
accepts(ArrowMessage.ArrowMessageVisitor<T>) - Method in class org.apache.arrow.vector.ipc.message.ArrowRecordBatch
 
actualValueCapacity - Variable in class org.apache.arrow.vector.BaseFixedWidthVector
 
add(String, FieldType) - Method in class org.apache.arrow.vector.complex.AbstractStructVector
 
addOrGet(String, FieldType, Class<T>) - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
 
addOrGet(String, FieldType, Class<T>) - Method in class org.apache.arrow.vector.complex.AbstractStructVector
Adds a new field with the given parameters or replaces the existing one and consequently returns the resultant ValueVector.
addOrGet(String, FieldType, Class<T>) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
addOrGet(String, FieldType, Class<T>) - Method in class org.apache.arrow.vector.complex.UnionVector
 
addOrGetFixedSizeList(String, int) - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
 
addOrGetList(String) - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
 
addOrGetMap(String, boolean) - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
 
AddOrGetResult<V extends ValueVector> - Class in org.apache.arrow.vector
Tuple class containing a vector and whether is was created.
AddOrGetResult(V, boolean) - Constructor for class org.apache.arrow.vector.AddOrGetResult
Constructs a new object.
addOrGetStruct(String) - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
 
addOrGetUnion(String) - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
 
addOrGetVector(FieldType) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
Initialize the data vector (and execute callback) if it hasn't already been done, returns the data vector.
addOrGetVector(FieldType) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
addOrGetVector(FieldType) - Method in class org.apache.arrow.vector.complex.LargeListVector
Initialize the data vector (and execute callback) if it hasn't already been done, returns the data vector.
addOrGetVector(FieldType) - Method in class org.apache.arrow.vector.complex.ListVector
Initialize the child data vector to field type.
addOrGetVector(FieldType) - Method in interface org.apache.arrow.vector.complex.PromotableVector
 
addVector(byte, FieldVector) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
addVector(FieldVector) - Method in class org.apache.arrow.vector.complex.UnionVector
 
addVector(int, FieldVector) - Method in class org.apache.arrow.vector.table.Table
Returns a new Table created by adding the given vector to the vectors in this Table.
addVector(int, FieldVector) - Method in class org.apache.arrow.vector.VectorSchemaRoot
Add vector to the record batch, producing a new VectorSchemaRoot.
align() - Method in class org.apache.arrow.vector.ipc.WriteChannel
Writes enough bytes to align the channel to an 8-byte boundary.
allocate(ValueVector, int, int) - Static method in class org.apache.arrow.vector.AllocationHelper
Allocates the vector.
allocate(ValueVector, int, int, int) - Static method in class org.apache.arrow.vector.AllocationHelper
Allocates memory for a vector assuming given number of values and their width.
allocate() - Method in class org.apache.arrow.vector.complex.impl.BigIntWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.BitWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.ComplexWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.DateDayWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.DateMilliWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.Decimal256WriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.DecimalWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.DurationWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.Float4WriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.Float8WriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.IntervalYearWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.IntWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.SmallIntWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.TimeMicroWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.TimeMilliWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.TimeNanoWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.TimeSecWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.TinyIntWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.UInt1WriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.UInt2WriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.UInt4WriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.UInt8WriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.VarBinaryWriterImpl
 
allocate() - Method in class org.apache.arrow.vector.complex.impl.VarCharWriterImpl
 
allocate() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ComplexWriter
 
allocate() - Method in interface org.apache.arrow.vector.complex.writer.FieldWriter
 
allocateNew(ValueVector, int) - Static method in class org.apache.arrow.vector.AllocationHelper
Allocates the exact amount if v is fixed width, otherwise falls back to dynamic allocation.
allocateNew() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
allocateNew(int) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Allocate memory for the vector to support storing at least the provided number of elements in the vector.
allocateNew() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
allocateNew(long, int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Allocate memory for the vector to support storing at least the provided number of elements in the vector.
allocateNew(int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
allocateNew() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
allocateNew(long, int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Allocate memory for the vector to support storing at least the provided number of elements in the vector.
allocateNew(int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
 
allocateNew() - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
 
allocateNew() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
allocateNew() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
allocateNew() - Method in class org.apache.arrow.vector.complex.LargeListVector
allocateNew() - Method in class org.apache.arrow.vector.complex.ListVector
allocateNew(int, int) - Method in interface org.apache.arrow.vector.complex.RepeatedFixedWidthVectorLike
Allocate a new memory space for this vector.
allocateNew(int, int, int) - Method in interface org.apache.arrow.vector.complex.RepeatedVariableWidthVectorLike
Allocate a new memory space for this vector.
allocateNew() - Method in class org.apache.arrow.vector.complex.UnionVector
 
allocateNew() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
allocateNew(int) - Method in interface org.apache.arrow.vector.FixedWidthVector
Allocate a new memory space for this vector.
allocateNew() - Method in class org.apache.arrow.vector.NullVector
 
allocateNew() - Method in interface org.apache.arrow.vector.ValueVector
Allocate new buffers.
allocateNew(long, int) - Method in interface org.apache.arrow.vector.VariableWidthVector
Allocate a new memory space for this vector.
allocateNew(int) - Method in interface org.apache.arrow.vector.VariableWidthVector
Allocate a new memory space for this vector.
allocateNew() - Method in class org.apache.arrow.vector.VectorSchemaRoot
Do an adaptive allocation of each vector for memory purposes.
allocateNewSafe() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Allocate memory for the vector.
allocateNewSafe() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Allocate memory for the vector.
allocateNewSafe() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Allocate memory for the vector.
allocateNewSafe() - Method in class org.apache.arrow.vector.complex.AbstractStructVector
 
allocateNewSafe() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
allocateNewSafe() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
allocateNewSafe() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
allocateNewSafe() - Method in class org.apache.arrow.vector.complex.LargeListVector
Allocate memory for the vector.
allocateNewSafe() - Method in class org.apache.arrow.vector.complex.ListVector
Allocate memory for the vector.
allocateNewSafe() - Method in class org.apache.arrow.vector.complex.StructVector
 
allocateNewSafe() - Method in class org.apache.arrow.vector.complex.UnionVector
 
allocateNewSafe() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
allocateNewSafe() - Method in class org.apache.arrow.vector.NullVector
 
allocateNewSafe() - Method in interface org.apache.arrow.vector.ValueVector
Allocates new buffers.
allocateOffsetBuffer(long) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
allocateOffsetBuffer(long) - Method in class org.apache.arrow.vector.complex.LargeListVector
 
allocatePrecomputedChildCount(ValueVector, int, int, int) - Static method in class org.apache.arrow.vector.AllocationHelper
Allocates memory for a vector assuming given number of values and their width.
allocateValidityBuffer(long) - Method in class org.apache.arrow.vector.complex.ListVector
 
AllocationHelper - Class in org.apache.arrow.vector
Helper utility methods for allocating storage for Vectors.
allocator - Variable in class org.apache.arrow.vector.BaseValueVector
 
allocator - Variable in class org.apache.arrow.vector.complex.AbstractContainerVector
 
allocator - Variable in class org.apache.arrow.vector.ipc.ArrowReader
 
allocator - Variable in class org.apache.arrow.vector.ipc.message.MessageChannelReader
 
allowConflictPolicyChanges - Variable in class org.apache.arrow.vector.complex.AbstractStructVector
 
append(byte[], int, int) - Method in class org.apache.arrow.vector.util.Text
Append a range of bytes to the end of the given text.
append(boolean, VectorSchemaRoot, VectorSchemaRoot...) - Static method in class org.apache.arrow.vector.util.VectorSchemaRootAppender
Appends a number of VectorSchemaRoots.
append(VectorSchemaRoot, VectorSchemaRoot...) - Static method in class org.apache.arrow.vector.util.VectorSchemaRootAppender
Appends a number of VectorSchemaRoots.
approxEquals(VectorSchemaRoot, VectorValueEqualizer<Float4Vector>, VectorValueEqualizer<Float8Vector>) - Method in class org.apache.arrow.vector.VectorSchemaRoot
Determine if two VectorSchemaRoots are approximately equal using the given functions to calculate difference between float/double values.
approxEquals(VectorSchemaRoot) - Method in class org.apache.arrow.vector.VectorSchemaRoot
Determine if two VectorSchemaRoots are approximately equal using default functions to calculate difference between float/double values.
ApproxEqualsVisitor - Class in org.apache.arrow.vector.compare
Visitor to compare floating point vectors approximately.
ApproxEqualsVisitor(ValueVector, ValueVector) - Constructor for class org.apache.arrow.vector.compare.ApproxEqualsVisitor
Constructs a new instance with default tolerances.
ApproxEqualsVisitor(ValueVector, ValueVector, float, double) - Constructor for class org.apache.arrow.vector.compare.ApproxEqualsVisitor
Constructs a new instance.
ApproxEqualsVisitor(ValueVector, ValueVector, VectorValueEqualizer<Float4Vector>, VectorValueEqualizer<Float8Vector>) - Constructor for class org.apache.arrow.vector.compare.ApproxEqualsVisitor
Constructs a new instance.
ApproxEqualsVisitor(ValueVector, ValueVector, VectorValueEqualizer<Float4Vector>, VectorValueEqualizer<Float8Vector>, BiFunction<ValueVector, ValueVector, Boolean>) - Constructor for class org.apache.arrow.vector.compare.ApproxEqualsVisitor
Constructs a new instance.
ArrowBlock - Class in org.apache.arrow.vector.ipc.message
Metadata for an arrow message in a channel.
ArrowBlock(long, int, long) - Constructor for class org.apache.arrow.vector.ipc.message.ArrowBlock
Constructs a new instance.
ArrowBodyCompression - Class in org.apache.arrow.vector.ipc.message
Compression information about data written to a channel.
ArrowBodyCompression(byte, byte) - Constructor for class org.apache.arrow.vector.ipc.message.ArrowBodyCompression
 
ArrowBuffer - Class in org.apache.arrow.vector.ipc.message
Metadata for a buffer written to a channel.
ArrowBuffer(long, long) - Constructor for class org.apache.arrow.vector.ipc.message.ArrowBuffer
Constructs a new instance.
ArrowDictionaryBatch - Class in org.apache.arrow.vector.ipc.message
POJO wrapper around a Dictionary Batch IPC messages (https://arrow.apache.org/docs/format/IPC.html#dictionary-batches)
ArrowDictionaryBatch(long, ArrowRecordBatch) - Constructor for class org.apache.arrow.vector.ipc.message.ArrowDictionaryBatch
Deprecated.
ArrowDictionaryBatch(long, ArrowRecordBatch, boolean) - Constructor for class org.apache.arrow.vector.ipc.message.ArrowDictionaryBatch
Constructs new instance.
ArrowFieldNode - Class in org.apache.arrow.vector.ipc.message
Metadata about Vectors/Arrays that is written to a channel.
ArrowFieldNode(long, long) - Constructor for class org.apache.arrow.vector.ipc.message.ArrowFieldNode
Constructs a new instance.
ArrowFileReader - Class in org.apache.arrow.vector.ipc
An implementation of ArrowReader that reads the standard arrow binary file format.
ArrowFileReader(SeekableReadChannel, BufferAllocator, CompressionCodec.Factory) - Constructor for class org.apache.arrow.vector.ipc.ArrowFileReader
 
ArrowFileReader(SeekableByteChannel, BufferAllocator, CompressionCodec.Factory) - Constructor for class org.apache.arrow.vector.ipc.ArrowFileReader
 
ArrowFileReader(SeekableReadChannel, BufferAllocator) - Constructor for class org.apache.arrow.vector.ipc.ArrowFileReader
 
ArrowFileReader(SeekableByteChannel, BufferAllocator) - Constructor for class org.apache.arrow.vector.ipc.ArrowFileReader
 
ArrowFileWriter - Class in org.apache.arrow.vector.ipc
ArrowWriter that writes out a Arrow files (https://arrow.apache.org/docs/format/IPC.html#file-format).
ArrowFileWriter(VectorSchemaRoot, DictionaryProvider, WritableByteChannel) - Constructor for class org.apache.arrow.vector.ipc.ArrowFileWriter
 
ArrowFileWriter(VectorSchemaRoot, DictionaryProvider, WritableByteChannel, Map<String, String>) - Constructor for class org.apache.arrow.vector.ipc.ArrowFileWriter
 
ArrowFileWriter(VectorSchemaRoot, DictionaryProvider, WritableByteChannel, IpcOption) - Constructor for class org.apache.arrow.vector.ipc.ArrowFileWriter
 
ArrowFileWriter(VectorSchemaRoot, DictionaryProvider, WritableByteChannel, Map<String, String>, IpcOption) - Constructor for class org.apache.arrow.vector.ipc.ArrowFileWriter
 
ArrowFooter - Class in org.apache.arrow.vector.ipc.message
Footer metadata for the arrow file format.
ArrowFooter(Schema, List<ArrowBlock>, List<ArrowBlock>) - Constructor for class org.apache.arrow.vector.ipc.message.ArrowFooter
 
ArrowFooter(Schema, List<ArrowBlock>, List<ArrowBlock>, Map<String, String>) - Constructor for class org.apache.arrow.vector.ipc.message.ArrowFooter
Constructs a new instance.
ArrowFooter(Schema, List<ArrowBlock>, List<ArrowBlock>, Map<String, String>, MetadataVersion) - Constructor for class org.apache.arrow.vector.ipc.message.ArrowFooter
Constructs a new instance.
ArrowFooter(Footer) - Constructor for class org.apache.arrow.vector.ipc.message.ArrowFooter
Constructs from the corresponding Flatbuffer message.
ArrowMessage - Interface in org.apache.arrow.vector.ipc.message
Interface for Arrow IPC messages (https://arrow.apache.org/docs/format/IPC.html).
ArrowMessage.ArrowMessageVisitor<T> - Interface in org.apache.arrow.vector.ipc.message
Visitor interface for implementations of ArrowMessage.
ArrowReader - Class in org.apache.arrow.vector.ipc
Abstract class to read Schema and ArrowRecordBatches.
ArrowReader(BufferAllocator) - Constructor for class org.apache.arrow.vector.ipc.ArrowReader
 
ArrowReader(BufferAllocator, CompressionCodec.Factory) - Constructor for class org.apache.arrow.vector.ipc.ArrowReader
 
ArrowRecordBatch - Class in org.apache.arrow.vector.ipc.message
POJO representation of a RecordBatch IPC message (https://arrow.apache.org/docs/format/IPC.html).
ArrowRecordBatch(int, List<ArrowFieldNode>, List<ArrowBuf>) - Constructor for class org.apache.arrow.vector.ipc.message.ArrowRecordBatch
 
ArrowRecordBatch(int, List<ArrowFieldNode>, List<ArrowBuf>, ArrowBodyCompression) - Constructor for class org.apache.arrow.vector.ipc.message.ArrowRecordBatch
 
ArrowRecordBatch(int, List<ArrowFieldNode>, List<ArrowBuf>, ArrowBodyCompression, boolean) - Constructor for class org.apache.arrow.vector.ipc.message.ArrowRecordBatch
Construct a record batch from nodes.
ArrowStreamReader - Class in org.apache.arrow.vector.ipc
This class reads from an input stream and produces ArrowRecordBatches.
ArrowStreamReader(MessageChannelReader, BufferAllocator, CompressionCodec.Factory) - Constructor for class org.apache.arrow.vector.ipc.ArrowStreamReader
Constructs a streaming reader using a MessageChannelReader.
ArrowStreamReader(MessageChannelReader, BufferAllocator) - Constructor for class org.apache.arrow.vector.ipc.ArrowStreamReader
Constructs a streaming reader using a MessageChannelReader.
ArrowStreamReader(ReadableByteChannel, BufferAllocator, CompressionCodec.Factory) - Constructor for class org.apache.arrow.vector.ipc.ArrowStreamReader
Constructs a streaming reader from a ReadableByteChannel input.
ArrowStreamReader(ReadableByteChannel, BufferAllocator) - Constructor for class org.apache.arrow.vector.ipc.ArrowStreamReader
Constructs a streaming reader from a ReadableByteChannel input.
ArrowStreamReader(InputStream, BufferAllocator, CompressionCodec.Factory) - Constructor for class org.apache.arrow.vector.ipc.ArrowStreamReader
Constructs a streaming reader from a ReadableByteChannel input.
ArrowStreamReader(InputStream, BufferAllocator) - Constructor for class org.apache.arrow.vector.ipc.ArrowStreamReader
Constructs a streaming reader from an InputStream.
ArrowStreamWriter - Class in org.apache.arrow.vector.ipc
Writer for the Arrow stream format to send ArrowRecordBatches over a WriteChannel.
ArrowStreamWriter(VectorSchemaRoot, DictionaryProvider, OutputStream) - Constructor for class org.apache.arrow.vector.ipc.ArrowStreamWriter
Construct an ArrowStreamWriter with an optional DictionaryProvider for the OutputStream.
ArrowStreamWriter(VectorSchemaRoot, DictionaryProvider, WritableByteChannel) - Constructor for class org.apache.arrow.vector.ipc.ArrowStreamWriter
Construct an ArrowStreamWriter with an optional DictionaryProvider for the WritableByteChannel.
ArrowStreamWriter(VectorSchemaRoot, DictionaryProvider, WritableByteChannel, IpcOption) - Constructor for class org.apache.arrow.vector.ipc.ArrowStreamWriter
Construct an ArrowStreamWriter with an optional DictionaryProvider for the WritableByteChannel.
ArrowType - Class in org.apache.arrow.vector.types.pojo
Arrow types Source code generated using FreeMarker template ArrowType.java
ArrowType() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType
 
ArrowType.ArrowTypeID - Enum in org.apache.arrow.vector.types.pojo
 
ArrowType.ArrowTypeVisitor<T> - Interface in org.apache.arrow.vector.types.pojo
to visit the ArrowTypes type.accept(new ArrowTypeVisitor<Type>() { ...
ArrowType.Binary - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.Bool - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.ComplexType - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.ComplexTypeVisitor<T> - Class in org.apache.arrow.vector.types.pojo
to visit the Complex ArrowTypes and bundle Primitive ones in one case
ArrowType.Date - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.Decimal - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.Duration - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.ExtensionType - Class in org.apache.arrow.vector.types.pojo
A user-defined data type that wraps an underlying storage type.
ArrowType.FixedSizeBinary - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.FixedSizeList - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.FloatingPoint - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.Int - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.Interval - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.LargeBinary - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.LargeList - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.LargeUtf8 - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.List - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.Map - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.Null - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.PrimitiveType - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.PrimitiveTypeVisitor<T> - Class in org.apache.arrow.vector.types.pojo
to visit the Primitive ArrowTypes and bundle Complex ones under one case
ArrowType.Struct - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.Time - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.Timestamp - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.Union - Class in org.apache.arrow.vector.types.pojo
 
ArrowType.Utf8 - Class in org.apache.arrow.vector.types.pojo
 
ArrowWriter - Class in org.apache.arrow.vector.ipc
Abstract base class for implementing Arrow writers for IPC over a WriteChannel.
ArrowWriter(VectorSchemaRoot, DictionaryProvider, WritableByteChannel) - Constructor for class org.apache.arrow.vector.ipc.ArrowWriter
 
ArrowWriter(VectorSchemaRoot, DictionaryProvider, WritableByteChannel, IpcOption) - Constructor for class org.apache.arrow.vector.ipc.ArrowWriter
Note: fields are not closed when the writer is closed.
asBigInt(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asBigInt() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asBit(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asBit() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asDateDay(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asDateDay() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asDateMilli(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asDateMilli() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asDecimal(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asDecimal(ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asDecimal256(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asDecimal256(ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asFloat4(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asFloat4() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asFloat8(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asFloat8() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asInt(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asInt() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asIntervalDay(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asIntervalDay() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asIntervalMonthDayNano(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asIntervalMonthDayNano() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asIntervalYear(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asIntervalYear() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asLargeVarBinary(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asLargeVarBinary() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asLargeVarChar(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asLargeVarChar() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asList(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asList() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asMap(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asMap(ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asSmallInt(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asSmallInt() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asStruct(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asStruct() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asTimeMicro(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asTimeMicro() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asTimeMilli(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asTimeMilli() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asTimeNano(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asTimeNano() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asTimeSec(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asTimeSec() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asTimeStampMicro(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asTimeStampMicro() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asTimeStampMilli(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asTimeStampMilli() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asTimeStampNano(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asTimeStampNano() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asTimeStampSec(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asTimeStampSec() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asTinyInt(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asTinyInt() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asUInt1(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asUInt1() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asUInt2(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asUInt2() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asUInt4(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asUInt4() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asUInt8(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asUInt8() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asVarBinary(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asVarBinary() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
asVarChar(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
asVarChar() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 

B

BaseFixedWidthVector - Class in org.apache.arrow.vector
BaseFixedWidthVector provides an abstract interface for implementing vectors of fixed width values.
BaseFixedWidthVector(Field, BufferAllocator, int) - Constructor for class org.apache.arrow.vector.BaseFixedWidthVector
Constructs a new instance.
BaseIntVector - Interface in org.apache.arrow.vector
Interface for all int type vectors.
BaseLargeVariableWidthVector - Class in org.apache.arrow.vector
BaseLargeVariableWidthVector is a base class providing functionality for large strings/large bytes types.
BaseLargeVariableWidthVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.BaseLargeVariableWidthVector
Constructs a new instance.
BaseListVector - Interface in org.apache.arrow.vector.complex
Abstraction for all list type vectors.
BaseReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template BaseReader.java
BaseReader.ComplexReader - Interface in org.apache.arrow.vector.complex.reader
 
BaseReader.ListReader - Interface in org.apache.arrow.vector.complex.reader
 
BaseReader.MapReader - Interface in org.apache.arrow.vector.complex.reader
 
BaseReader.RepeatedListReader - Interface in org.apache.arrow.vector.complex.reader
 
BaseReader.RepeatedMapReader - Interface in org.apache.arrow.vector.complex.reader
 
BaseReader.RepeatedStructReader - Interface in org.apache.arrow.vector.complex.reader
 
BaseReader.ScalarReader - Interface in org.apache.arrow.vector.complex.reader
 
BaseReader.StructReader - Interface in org.apache.arrow.vector.complex.reader
 
BaseRepeatedValueVector - Class in org.apache.arrow.vector.complex
Base class for Vectors that contain repeated values.
BaseRepeatedValueVector(String, BufferAllocator, CallBack) - Constructor for class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
BaseRepeatedValueVector(String, BufferAllocator, FieldVector, CallBack) - Constructor for class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
BaseTable - Class in org.apache.arrow.vector.table
Abstract base class for Table.
BaseTable(List<FieldVector>, int, DictionaryProvider) - Constructor for class org.apache.arrow.vector.table.BaseTable
Constructs new instance with the given rowCount, and containing the schema and each of the given vectors.
BaseValueVector - Class in org.apache.arrow.vector
Base class for other Arrow Vector Types.
BaseValueVector(BufferAllocator) - Constructor for class org.apache.arrow.vector.BaseValueVector
 
BaseVariableWidthVector - Class in org.apache.arrow.vector
BaseVariableWidthVector is a base class providing functionality for strings/bytes types.
BaseVariableWidthVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.BaseVariableWidthVector
Constructs a new instance.
BaseWriter - Interface in org.apache.arrow.vector.complex.writer
 
BaseWriter.ComplexWriter - Interface in org.apache.arrow.vector.complex.writer
 
BaseWriter.ListWriter - Interface in org.apache.arrow.vector.complex.writer
 
BaseWriter.MapWriter - Interface in org.apache.arrow.vector.complex.writer
 
BaseWriter.ScalarWriter - Interface in org.apache.arrow.vector.complex.writer
 
BaseWriter.StructOrListWriter - Interface in org.apache.arrow.vector.complex.writer
 
BaseWriter.StructWriter - Interface in org.apache.arrow.vector.complex.writer
 
batchAppend(V, V...) - Static method in class org.apache.arrow.vector.util.VectorBatchAppender
Add value vectors in batch.
bigInt(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
bigInt() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
bigInt(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
bigInt(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
bigInt(String) - Method in class org.apache.arrow.vector.complex.impl.StructOrListWriterImpl
 
bigInt() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
bigInt(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
bigInt() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
bigInt(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
bigInt() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
bigInt(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
bigInt() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
bigInt(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
bigInt() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
bigInt() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
bigInt(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructOrListWriter
 
bigInt(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
BigIntHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
BigIntHolder() - Constructor for class org.apache.arrow.vector.holders.BigIntHolder
 
BigIntHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
BigIntHolderReaderImpl(BigIntHolder) - Constructor for class org.apache.arrow.vector.complex.impl.BigIntHolderReaderImpl
 
BigIntReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
BigIntReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
BigIntReaderImpl(BigIntVector) - Constructor for class org.apache.arrow.vector.complex.impl.BigIntReaderImpl
 
BigIntVector - Class in org.apache.arrow.vector
BigIntVector implements a fixed width vector (8 bytes) of integer values which could be null.
BigIntVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.BigIntVector
Instantiate a BigIntVector.
BigIntVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.BigIntVector
Instantiate a BigIntVector.
BigIntVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.BigIntVector
Instantiate a BigIntVector.
BigIntWriter - Interface in org.apache.arrow.vector.complex.writer
 
BigIntWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
BigIntWriterImpl(BigIntVector) - Constructor for class org.apache.arrow.vector.complex.impl.BigIntWriterImpl
 
binary(String) - Method in class org.apache.arrow.vector.complex.impl.StructOrListWriterImpl
 
binary(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructOrListWriter
 
Binary() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Binary
 
bit(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
bit() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
bit(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
bit(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
bit(String) - Method in class org.apache.arrow.vector.complex.impl.StructOrListWriterImpl
 
bit() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
bit(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
bit() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
bit(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
bit() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
bit(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
bit() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
bit(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
bit() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
bit() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
bit(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructOrListWriter
 
bit(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
BitHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
BitHolder() - Constructor for class org.apache.arrow.vector.holders.BitHolder
 
BitHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
BitHolderReaderImpl(BitHolder) - Constructor for class org.apache.arrow.vector.complex.impl.BitHolderReaderImpl
 
bitIndex(long) - Static method in class org.apache.arrow.vector.BitVectorHelper
Get the relative index of bit within the byte in validity buffer.
bitIndex(int) - Static method in class org.apache.arrow.vector.BitVectorHelper
Get the relative index of bit within the byte in validity buffer.
BitReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
BitReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
BitReaderImpl(BitVector) - Constructor for class org.apache.arrow.vector.complex.impl.BitReaderImpl
 
BitVector - Class in org.apache.arrow.vector
BitVector implements a fixed width (1 bit) vector of boolean values which could be null.
BitVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.BitVector
Instantiate a BitVector.
BitVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.BitVector
Instantiate a BitVector.
BitVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.BitVector
Instantiate a BitVector.
BitVectorHelper - Class in org.apache.arrow.vector
Helper class for performing generic operations on a bit vector buffer.
BitWriter - Interface in org.apache.arrow.vector.complex.writer
 
BitWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
BitWriterImpl(BitVector) - Constructor for class org.apache.arrow.vector.complex.impl.BitWriterImpl
 
Bool() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Bool
 
booleanVector() - Static method in class org.apache.arrow.vector.BufferLayout
 
buffer - Variable in class org.apache.arrow.vector.holders.Decimal256Holder
 
buffer - Variable in class org.apache.arrow.vector.holders.DecimalHolder
 
buffer - Variable in class org.apache.arrow.vector.holders.FixedSizeBinaryHolder
 
buffer - Variable in class org.apache.arrow.vector.holders.LargeVarBinaryHolder
 
buffer - Variable in class org.apache.arrow.vector.holders.LargeVarCharHolder
 
buffer - Variable in class org.apache.arrow.vector.holders.NullableDecimal256Holder
 
buffer - Variable in class org.apache.arrow.vector.holders.NullableDecimalHolder
 
buffer - Variable in class org.apache.arrow.vector.holders.NullableFixedSizeBinaryHolder
 
buffer - Variable in class org.apache.arrow.vector.holders.NullableLargeVarBinaryHolder
 
buffer - Variable in class org.apache.arrow.vector.holders.NullableLargeVarCharHolder
 
buffer - Variable in class org.apache.arrow.vector.holders.NullableVarBinaryHolder
 
buffer - Variable in class org.apache.arrow.vector.holders.NullableVarCharHolder
 
buffer - Variable in class org.apache.arrow.vector.holders.VarBinaryHolder
 
buffer - Variable in class org.apache.arrow.vector.holders.VarCharHolder
 
BufferBacked - Interface in org.apache.arrow.vector
Content is backed by a buffer and can be loaded/unloaded.
BufferLayout - Class in org.apache.arrow.vector
Metadata class that captures the "type" of an Arrow buffer.
BufferLayout.BufferType - Enum in org.apache.arrow.vector
Enumeration of the different logical types a buffer can have.
build(StructVector) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriterFactory
 
ByteArrayReadableSeekableByteChannel - Class in org.apache.arrow.vector.util
A SeekableByteChannel backed by a byte array.
ByteArrayReadableSeekableByteChannel(byte[]) - Constructor for class org.apache.arrow.vector.util.ByteArrayReadableSeekableByteChannel
Construct a new object using the given byteArray as a backing store.
byteIndex(long) - Static method in class org.apache.arrow.vector.BitVectorHelper
Get the index of byte corresponding to bit index in validity buffer.
byteIndex(int) - Static method in class org.apache.arrow.vector.BitVectorHelper
Get the index of byte corresponding to bit index in validity buffer.
bytesAfterMessage() - Method in class org.apache.arrow.vector.ipc.message.MessageMetadataResult
Returns the bytes remaining in the buffer after parsing the message from it.
bytesRead() - Method in class org.apache.arrow.vector.ipc.ArrowFileReader
 
bytesRead() - Method in class org.apache.arrow.vector.ipc.ArrowReader
Return the number of bytes read from the ReadChannel.
bytesRead() - Method in class org.apache.arrow.vector.ipc.ArrowStreamReader
Get the number of bytes read from the stream since constructing the reader.
bytesRead() - Method in class org.apache.arrow.vector.ipc.message.MessageChannelReader
Get the number of bytes read from the ReadChannel.
bytesRead() - Method in class org.apache.arrow.vector.ipc.ReadChannel
 
bytesToCodePoint(ByteBuffer) - Static method in class org.apache.arrow.vector.util.Text
Returns the next code point at the current position in the buffer.
bytesToInt(byte[]) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Convert an array of 4 bytes in little-endian to an native-endian i32 value.
bytesWritten() - Method in class org.apache.arrow.vector.ipc.ArrowWriter
 
byteVector() - Static method in class org.apache.arrow.vector.BufferLayout
 
byteWidth - Variable in class org.apache.arrow.vector.holders.FixedSizeBinaryHolder
 
byteWidth - Variable in class org.apache.arrow.vector.holders.NullableFixedSizeBinaryHolder
 

C

callBack - Variable in class org.apache.arrow.vector.complex.AbstractContainerVector
 
callBack - Variable in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
callBack - Variable in class org.apache.arrow.vector.complex.LargeListVector
 
CallBack - Interface in org.apache.arrow.vector.util
Generic callback interface to be notified of events on value vectors.
charAt(int) - Method in class org.apache.arrow.vector.util.Text
Returns the Unicode Scalar Value (32-bit integer value) for the character at position.
check(T, T...) - Static method in class org.apache.arrow.vector.complex.StateTool
Verifies currentState is in one of expectedStates, throws an IllegalArgumentException if it isn't.
checkAllBitsEqualTo(ArrowBuf, int, boolean) - Static method in class org.apache.arrow.vector.BitVectorHelper
Tests if all bits in a validity buffer are equal 0 or 1, according to the specified parameter.
checkBufRefs(ValueVector) - Static method in class org.apache.arrow.vector.BaseValueVector
Checks to ensure that every buffer vv uses has a positive reference count, throws if this precondition isn't met.
checkForUnion(Iterator<Field>, MetadataVersion) - Static method in class org.apache.arrow.vector.validate.MetadataV4UnionChecker
Check the schema, raising an error if an unsupported feature is used (e.g.
checkPrecisionAndScale(BigDecimal, int, int) - Static method in class org.apache.arrow.vector.util.DecimalUtility
Check that the BigDecimal scale equals the vectorScale and that the BigDecimal precision is less than or equal to the vectorPrecision.
checkPrecisionAndScale(int, int, int, int) - Static method in class org.apache.arrow.vector.util.DecimalUtility
Check that the decimal scale equals the vectorScale and that the decimal precision is less than or equal to the vectorPrecision.
checkRead(Schema, MetadataVersion) - Static method in class org.apache.arrow.vector.validate.MetadataV4UnionChecker
Check the schema, raising an error if an unsupported feature is used (e.g.
clear() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
clear() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
clear() - Method in class org.apache.arrow.vector.BaseValueVector
 
clear() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
clear() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
clear() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
clear() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
clear() - Method in class org.apache.arrow.vector.complex.impl.BigIntWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.BitWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.ComplexWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.DateDayWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.DateMilliWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.Decimal256WriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.DecimalWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
clear() - Method in class org.apache.arrow.vector.complex.impl.DurationWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.Float4WriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.Float8WriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.IntervalYearWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.IntWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
clear() - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
clear() - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
clear() - Method in class org.apache.arrow.vector.complex.impl.SmallIntWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.TimeMicroWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.TimeMilliWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.TimeNanoWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.TimeSecWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.TinyIntWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.UInt1WriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.UInt2WriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.UInt4WriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.UInt8WriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
clear() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
clear() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
clear() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
clear() - Method in class org.apache.arrow.vector.complex.impl.VarBinaryWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.impl.VarCharWriterImpl
 
clear() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
clear() - Method in class org.apache.arrow.vector.complex.ListVector
 
clear() - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
clear() - Method in class org.apache.arrow.vector.complex.StructVector
clear() - Method in class org.apache.arrow.vector.complex.UnionVector
 
clear() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ComplexWriter
 
clear() - Method in interface org.apache.arrow.vector.complex.writer.FieldWriter
 
clear() - Method in class org.apache.arrow.vector.dictionary.DictionaryHashTable
Removes all elements from this map, leaving it empty.
clear() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
clear() - Method in class org.apache.arrow.vector.NullVector
 
clear() - Method in interface org.apache.arrow.vector.util.MapWithOrdinal
 
clear() - Method in class org.apache.arrow.vector.util.MapWithOrdinalImpl
 
clear() - Method in class org.apache.arrow.vector.util.MultiMapWithOrdinal
 
clear() - Method in class org.apache.arrow.vector.util.PromotableMultiMapWithOrdinal
 
clear() - Method in class org.apache.arrow.vector.util.Text
Clear the string to empty.
clear() - Method in interface org.apache.arrow.vector.ValueVector
Release any owned ArrowBuf and reset the ValueVector to the initial state.
clear() - Method in class org.apache.arrow.vector.VectorSchemaRoot
Release all the memory for each vector held in this root.
clone() - Method in class org.apache.arrow.vector.compare.util.ValueEpsilonEqualizers.Float4EpsilonEqualizer
 
clone() - Method in class org.apache.arrow.vector.compare.util.ValueEpsilonEqualizers.Float8EpsilonEqualizer
 
clone() - Method in class org.apache.arrow.vector.compare.util.ValueEpsilonEqualizers.FloatingPointEpsilonEqualizer
 
clone() - Method in interface org.apache.arrow.vector.compare.VectorValueEqualizer
Creates a equalizer of the same type.
cloneWithTransfer(BufferAllocator) - Method in class org.apache.arrow.vector.ipc.message.ArrowRecordBatch
Create a new ArrowRecordBatch which has the same information as this batch but whose buffers are owned by that Allocator.
close() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Close the vector and release the associated buffers.
close() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Close the vector and release the associated buffers.
close() - Method in class org.apache.arrow.vector.BaseValueVector
 
close() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Close the vector and release the associated buffers.
close() - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
Clears out all underlying child vectors.
close() - Method in class org.apache.arrow.vector.complex.AbstractStructVector
 
close() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
close() - Method in class org.apache.arrow.vector.complex.impl.BigIntWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.BitWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.ComplexWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.DateDayWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.DateMilliWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.Decimal256WriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.DecimalWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
close() - Method in class org.apache.arrow.vector.complex.impl.DurationWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.Float4WriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.Float8WriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.IntervalYearWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.IntWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
close() - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
close() - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
close() - Method in class org.apache.arrow.vector.complex.impl.SmallIntWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.TimeMicroWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.TimeMilliWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.TimeNanoWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.TimeSecWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.TinyIntWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.UInt1WriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.UInt2WriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.UInt4WriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.UInt8WriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
close() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
close() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
close() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
close() - Method in class org.apache.arrow.vector.complex.impl.VarBinaryWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.impl.VarCharWriterImpl
 
close() - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
close() - Method in class org.apache.arrow.vector.complex.StructVector
Close the vector and release the associated buffers.
close() - Method in class org.apache.arrow.vector.complex.UnionVector
 
close() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
close() - Method in class org.apache.arrow.vector.ipc.ArrowReader
Close resources, including vector schema root and dictionary vectors, and the underlying read source.
close(boolean) - Method in class org.apache.arrow.vector.ipc.ArrowReader
Close resources, including vector schema root and dictionary vectors.
close() - Method in class org.apache.arrow.vector.ipc.ArrowWriter
 
close() - Method in class org.apache.arrow.vector.ipc.JsonFileReader
 
close() - Method in class org.apache.arrow.vector.ipc.JsonFileWriter
 
close() - Method in class org.apache.arrow.vector.ipc.message.ArrowDictionaryBatch
 
close() - Method in class org.apache.arrow.vector.ipc.message.ArrowRecordBatch
Releases the buffers.
close() - Method in class org.apache.arrow.vector.ipc.message.MessageChannelReader
Close the ReadChannel.
close() - Method in class org.apache.arrow.vector.ipc.ReadChannel
 
close() - Method in class org.apache.arrow.vector.ipc.WriteChannel
 
close() - Method in class org.apache.arrow.vector.NullVector
 
close() - Method in class org.apache.arrow.vector.table.BaseTable
Closes all the vectors holding data for this table.
close() - Method in class org.apache.arrow.vector.util.ByteArrayReadableSeekableByteChannel
 
close() - Method in interface org.apache.arrow.vector.ValueVector
Alternative to clear().
close() - Method in class org.apache.arrow.vector.VectorSchemaRoot
 
closeReadSource() - Method in class org.apache.arrow.vector.ipc.ArrowFileReader
 
closeReadSource() - Method in class org.apache.arrow.vector.ipc.ArrowReader
Close the underlying read source.
closeReadSource() - Method in class org.apache.arrow.vector.ipc.ArrowStreamReader
Closes the underlying read source.
compareBaseFixedWidthVectors(Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
compareBaseLargeVariableWidthVectors(Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
compareBaseVariableWidthVectors(Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
compareDenseUnionVectors(Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
compareDictionaries(List<DictionaryEncoding>, List<DictionaryEncoding>, DictionaryProvider, DictionaryProvider) - Static method in class org.apache.arrow.vector.util.Validator
Validate two Dictionary encodings and dictionaries with id's from the encodings.
compareFieldVectors(FieldVector, FieldVector) - Static method in class org.apache.arrow.vector.util.Validator
Validate two arrow FieldVectors are equal.
compareFixedSizeListVectors(Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
compareLargeListVectors(Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
compareListVectors(Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
compareSchemas(Schema, Schema) - Static method in class org.apache.arrow.vector.util.Validator
Validate two arrow schemas are equal.
compareStructVectors(Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
compareUnionVectors(Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
compareVectorSchemaRoot(VectorSchemaRoot, VectorSchemaRoot) - Static method in class org.apache.arrow.vector.util.Validator
Validate two arrow vectorSchemaRoot are equal.
ComplexCopier - Class in org.apache.arrow.vector.complex.impl
 
ComplexCopier() - Constructor for class org.apache.arrow.vector.complex.impl.ComplexCopier
 
ComplexHolder - Class in org.apache.arrow.vector.holders
Represents a single value of a complex type (e.g.
ComplexHolder() - Constructor for class org.apache.arrow.vector.holders.ComplexHolder
 
ComplexTypeVisitor() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.ComplexTypeVisitor
 
ComplexWriterImpl - Class in org.apache.arrow.vector.complex.impl
Concrete implementation of BaseWriter.ComplexWriter.
ComplexWriterImpl(String, NonNullableStructVector, boolean, boolean) - Constructor for class org.apache.arrow.vector.complex.impl.ComplexWriterImpl
Constructs a new instance.
ComplexWriterImpl(String, NonNullableStructVector, boolean) - Constructor for class org.apache.arrow.vector.complex.impl.ComplexWriterImpl
 
ComplexWriterImpl(String, NonNullableStructVector) - Constructor for class org.apache.arrow.vector.complex.impl.ComplexWriterImpl
 
compress(BufferAllocator, ArrowBuf) - Method in class org.apache.arrow.vector.compression.AbstractCompressionCodec
 
compress(BufferAllocator, ArrowBuf) - Method in interface org.apache.arrow.vector.compression.CompressionCodec
Compress a buffer.
compress(BufferAllocator, ArrowBuf) - Method in class org.apache.arrow.vector.compression.NoCompressionCodec
 
COMPRESSION_TYPE - Static variable in class org.apache.arrow.vector.compression.NoCompressionCodec
 
CompressionCodec - Interface in org.apache.arrow.vector.compression
The codec for compression/decompression.
CompressionCodec.Factory - Interface in org.apache.arrow.vector.compression
Factory to create compression codec.
CompressionUtil - Class in org.apache.arrow.vector.compression
Utilities for data compression/decompression.
CompressionUtil.CodecType - Enum in org.apache.arrow.vector.compression
Compression codec types corresponding to flat buffer implementation in CompressionType.
computeBodyLength() - Method in class org.apache.arrow.vector.ipc.message.ArrowDictionaryBatch
 
computeBodyLength() - Method in interface org.apache.arrow.vector.ipc.message.ArrowMessage
 
computeBodyLength() - Method in class org.apache.arrow.vector.ipc.message.ArrowRecordBatch
Computes the size of the serialized body for this recordBatch.
concatBits(ArrowBuf, int, ArrowBuf, int, ArrowBuf) - Static method in class org.apache.arrow.vector.BitVectorHelper
Concat two validity buffers.
config() - Static method in class org.apache.arrow.vector.ipc.JsonFileWriter
 
container - Variable in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
container - Variable in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
containsKey(K) - Method in interface org.apache.arrow.vector.util.MapWithOrdinal
 
containsKey(Object) - Method in class org.apache.arrow.vector.util.MapWithOrdinalImpl
 
containsKey(K) - Method in class org.apache.arrow.vector.util.MultiMapWithOrdinal
 
containsKey(K) - Method in class org.apache.arrow.vector.util.PromotableMultiMapWithOrdinal
 
contentToTSVString() - Method in class org.apache.arrow.vector.table.BaseTable
Returns a tab separated value of vectors (based on their java object representation).
contentToTSVString() - Method in class org.apache.arrow.vector.VectorSchemaRoot
Returns a tab separated value of vectors (based on their java object representation).
convertField(Field) - Static method in class org.apache.arrow.vector.types.pojo.Field
Constructs a new instance from a flatbuffer representation of the field.
convertSchema(Schema) - Static method in class org.apache.arrow.vector.types.pojo.Schema
Converts a flatbuffer schema to its POJO representation.
copy(FieldReader, FieldWriter) - Static method in class org.apache.arrow.vector.complex.impl.ComplexCopier
Do a deep copy of the value in input into output
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.BigIntReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.BitReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.DateDayReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.DateMilliReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.Decimal256ReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.DecimalReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.DurationReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.Float4ReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.Float8ReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.IntervalDayReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.IntervalYearReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.IntReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.NullableStructReaderImpl
 
copyAsField(String, TinyIntWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, UInt1Writer) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, UInt2Writer) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, SmallIntWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, IntWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, UInt4Writer) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, Float4Writer) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, DateDayWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, IntervalYearWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, TimeSecWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, TimeMilliWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, BigIntWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, UInt8Writer) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, Float8Writer) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, DateMilliWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, DurationWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, TimeStampSecWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, TimeStampMilliWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, TimeStampMicroWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, TimeStampNanoWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, TimeStampSecTZWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, TimeStampMilliTZWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, TimeStampMicroTZWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, TimeStampNanoTZWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, TimeMicroWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, TimeNanoWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, IntervalDayWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, IntervalMonthDayNanoWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, Decimal256Writer) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, DecimalWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, FixedSizeBinaryWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, VarBinaryWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, VarCharWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, LargeVarCharWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, LargeVarBinaryWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, BitWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.SingleListReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.SingleStructReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.SmallIntReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeMicroReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeMilliReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeNanoReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeSecReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.TinyIntReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.UInt1ReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.UInt2ReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.UInt4ReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.UInt8ReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.VarBinaryReaderImpl
 
copyAsField(String, BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.VarCharReaderImpl
 
copyAsField(String, BigIntWriter) - Method in interface org.apache.arrow.vector.complex.reader.BigIntReader
 
copyAsField(String, BitWriter) - Method in interface org.apache.arrow.vector.complex.reader.BitReader
 
copyAsField(String, DateDayWriter) - Method in interface org.apache.arrow.vector.complex.reader.DateDayReader
 
copyAsField(String, DateMilliWriter) - Method in interface org.apache.arrow.vector.complex.reader.DateMilliReader
 
copyAsField(String, Decimal256Writer) - Method in interface org.apache.arrow.vector.complex.reader.Decimal256Reader
 
copyAsField(String, DecimalWriter) - Method in interface org.apache.arrow.vector.complex.reader.DecimalReader
 
copyAsField(String, DurationWriter) - Method in interface org.apache.arrow.vector.complex.reader.DurationReader
 
copyAsField(String, FixedSizeBinaryWriter) - Method in interface org.apache.arrow.vector.complex.reader.FixedSizeBinaryReader
 
copyAsField(String, Float4Writer) - Method in interface org.apache.arrow.vector.complex.reader.Float4Reader
 
copyAsField(String, Float8Writer) - Method in interface org.apache.arrow.vector.complex.reader.Float8Reader
 
copyAsField(String, IntervalDayWriter) - Method in interface org.apache.arrow.vector.complex.reader.IntervalDayReader
 
copyAsField(String, IntervalMonthDayNanoWriter) - Method in interface org.apache.arrow.vector.complex.reader.IntervalMonthDayNanoReader
 
copyAsField(String, IntervalYearWriter) - Method in interface org.apache.arrow.vector.complex.reader.IntervalYearReader
 
copyAsField(String, IntWriter) - Method in interface org.apache.arrow.vector.complex.reader.IntReader
 
copyAsField(String, LargeVarBinaryWriter) - Method in interface org.apache.arrow.vector.complex.reader.LargeVarBinaryReader
 
copyAsField(String, LargeVarCharWriter) - Method in interface org.apache.arrow.vector.complex.reader.LargeVarCharReader
 
copyAsField(String, SmallIntWriter) - Method in interface org.apache.arrow.vector.complex.reader.SmallIntReader
 
copyAsField(String, TimeMicroWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeMicroReader
 
copyAsField(String, TimeMilliWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeMilliReader
 
copyAsField(String, TimeNanoWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeNanoReader
 
copyAsField(String, TimeSecWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeSecReader
 
copyAsField(String, TimeStampMicroWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMicroReader
 
copyAsField(String, TimeStampMicroTZWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMicroTZReader
 
copyAsField(String, TimeStampMilliWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMilliReader
 
copyAsField(String, TimeStampMilliTZWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMilliTZReader
 
copyAsField(String, TimeStampNanoWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampNanoReader
 
copyAsField(String, TimeStampNanoTZWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampNanoTZReader
 
copyAsField(String, TimeStampSecWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampSecReader
 
copyAsField(String, TimeStampSecTZWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampSecTZReader
 
copyAsField(String, TinyIntWriter) - Method in interface org.apache.arrow.vector.complex.reader.TinyIntReader
 
copyAsField(String, UInt1Writer) - Method in interface org.apache.arrow.vector.complex.reader.UInt1Reader
 
copyAsField(String, UInt2Writer) - Method in interface org.apache.arrow.vector.complex.reader.UInt2Reader
 
copyAsField(String, UInt4Writer) - Method in interface org.apache.arrow.vector.complex.reader.UInt4Reader
 
copyAsField(String, UInt8Writer) - Method in interface org.apache.arrow.vector.complex.reader.UInt8Reader
 
copyAsField(String, VarBinaryWriter) - Method in interface org.apache.arrow.vector.complex.reader.VarBinaryReader
 
copyAsField(String, VarCharWriter) - Method in interface org.apache.arrow.vector.complex.reader.VarCharReader
 
copyAsValue(BigIntWriter) - Method in class org.apache.arrow.vector.complex.impl.BigIntHolderReaderImpl
 
copyAsValue(BigIntWriter) - Method in class org.apache.arrow.vector.complex.impl.BigIntReaderImpl
 
copyAsValue(BitWriter) - Method in class org.apache.arrow.vector.complex.impl.BitHolderReaderImpl
 
copyAsValue(BitWriter) - Method in class org.apache.arrow.vector.complex.impl.BitReaderImpl
 
copyAsValue(DateDayWriter) - Method in class org.apache.arrow.vector.complex.impl.DateDayHolderReaderImpl
 
copyAsValue(DateDayWriter) - Method in class org.apache.arrow.vector.complex.impl.DateDayReaderImpl
 
copyAsValue(DateMilliWriter) - Method in class org.apache.arrow.vector.complex.impl.DateMilliHolderReaderImpl
 
copyAsValue(DateMilliWriter) - Method in class org.apache.arrow.vector.complex.impl.DateMilliReaderImpl
 
copyAsValue(Decimal256Writer) - Method in class org.apache.arrow.vector.complex.impl.Decimal256HolderReaderImpl
 
copyAsValue(Decimal256Writer) - Method in class org.apache.arrow.vector.complex.impl.Decimal256ReaderImpl
 
copyAsValue(DecimalWriter) - Method in class org.apache.arrow.vector.complex.impl.DecimalHolderReaderImpl
 
copyAsValue(DecimalWriter) - Method in class org.apache.arrow.vector.complex.impl.DecimalReaderImpl
 
copyAsValue(UnionWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(TinyIntWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(UInt1Writer) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(UInt2Writer) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(SmallIntWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(IntWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(UInt4Writer) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(Float4Writer) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(DateDayWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(IntervalYearWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(TimeSecWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(TimeMilliWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(BigIntWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(UInt8Writer) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(Float8Writer) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(DateMilliWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(TimeStampSecWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(TimeStampMilliWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(TimeStampMicroWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(TimeStampNanoWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(TimeMicroWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(TimeNanoWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(IntervalDayWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(IntervalMonthDayNanoWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(Decimal256Writer) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(DecimalWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(VarBinaryWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(VarCharWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(LargeVarCharWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(LargeVarBinaryWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(BitWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(BaseWriter.ListWriter) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
copyAsValue(DurationWriter) - Method in class org.apache.arrow.vector.complex.impl.DurationHolderReaderImpl
 
copyAsValue(DurationWriter) - Method in class org.apache.arrow.vector.complex.impl.DurationReaderImpl
 
copyAsValue(FixedSizeBinaryWriter) - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryHolderReaderImpl
 
copyAsValue(FixedSizeBinaryWriter) - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryReaderImpl
 
copyAsValue(Float4Writer) - Method in class org.apache.arrow.vector.complex.impl.Float4HolderReaderImpl
 
copyAsValue(Float4Writer) - Method in class org.apache.arrow.vector.complex.impl.Float4ReaderImpl
 
copyAsValue(Float8Writer) - Method in class org.apache.arrow.vector.complex.impl.Float8HolderReaderImpl
 
copyAsValue(Float8Writer) - Method in class org.apache.arrow.vector.complex.impl.Float8ReaderImpl
 
copyAsValue(IntervalDayWriter) - Method in class org.apache.arrow.vector.complex.impl.IntervalDayHolderReaderImpl
 
copyAsValue(IntervalDayWriter) - Method in class org.apache.arrow.vector.complex.impl.IntervalDayReaderImpl
 
copyAsValue(IntervalMonthDayNanoWriter) - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoHolderReaderImpl
 
copyAsValue(IntervalMonthDayNanoWriter) - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoReaderImpl
 
copyAsValue(IntervalYearWriter) - Method in class org.apache.arrow.vector.complex.impl.IntervalYearHolderReaderImpl
 
copyAsValue(IntervalYearWriter) - Method in class org.apache.arrow.vector.complex.impl.IntervalYearReaderImpl
 
copyAsValue(IntWriter) - Method in class org.apache.arrow.vector.complex.impl.IntHolderReaderImpl
 
copyAsValue(IntWriter) - Method in class org.apache.arrow.vector.complex.impl.IntReaderImpl
 
copyAsValue(LargeVarBinaryWriter) - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryHolderReaderImpl
 
copyAsValue(LargeVarBinaryWriter) - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryReaderImpl
 
copyAsValue(LargeVarCharWriter) - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharHolderReaderImpl
 
copyAsValue(LargeVarCharWriter) - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharReaderImpl
 
copyAsValue(BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.NullableStructReaderImpl
 
copyAsValue(BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(BaseWriter.ListWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(UnionWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(TinyIntWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(UInt1Writer) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(UInt2Writer) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(SmallIntWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(IntWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(UInt4Writer) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(Float4Writer) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(DateDayWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(IntervalYearWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(TimeSecWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(TimeMilliWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(BigIntWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(UInt8Writer) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(Float8Writer) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(DateMilliWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(DurationWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(TimeStampSecWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(TimeStampMilliWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(TimeStampMicroWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(TimeStampNanoWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(TimeStampSecTZWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(TimeStampMilliTZWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(TimeStampMicroTZWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(TimeStampNanoTZWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(TimeMicroWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(TimeNanoWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(IntervalDayWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(IntervalMonthDayNanoWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(Decimal256Writer) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(DecimalWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(FixedSizeBinaryWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(VarBinaryWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(VarCharWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(LargeVarCharWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(LargeVarBinaryWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(BitWriter) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
copyAsValue(BaseWriter.ListWriter) - Method in class org.apache.arrow.vector.complex.impl.SingleListReaderImpl
 
copyAsValue(BaseWriter.StructWriter) - Method in class org.apache.arrow.vector.complex.impl.SingleStructReaderImpl
 
copyAsValue(SmallIntWriter) - Method in class org.apache.arrow.vector.complex.impl.SmallIntHolderReaderImpl
 
copyAsValue(SmallIntWriter) - Method in class org.apache.arrow.vector.complex.impl.SmallIntReaderImpl
 
copyAsValue(TimeMicroWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeMicroHolderReaderImpl
 
copyAsValue(TimeMicroWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeMicroReaderImpl
 
copyAsValue(TimeMilliWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeMilliHolderReaderImpl
 
copyAsValue(TimeMilliWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeMilliReaderImpl
 
copyAsValue(TimeNanoWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeNanoHolderReaderImpl
 
copyAsValue(TimeNanoWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeNanoReaderImpl
 
copyAsValue(TimeSecWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeSecHolderReaderImpl
 
copyAsValue(TimeSecWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeSecReaderImpl
 
copyAsValue(TimeStampMicroWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroHolderReaderImpl
 
copyAsValue(TimeStampMicroWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroReaderImpl
 
copyAsValue(TimeStampMicroTZWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZHolderReaderImpl
 
copyAsValue(TimeStampMicroTZWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZReaderImpl
 
copyAsValue(TimeStampMilliWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliHolderReaderImpl
 
copyAsValue(TimeStampMilliWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliReaderImpl
 
copyAsValue(TimeStampMilliTZWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZHolderReaderImpl
 
copyAsValue(TimeStampMilliTZWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZReaderImpl
 
copyAsValue(TimeStampNanoWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoHolderReaderImpl
 
copyAsValue(TimeStampNanoWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoReaderImpl
 
copyAsValue(TimeStampNanoTZWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZHolderReaderImpl
 
copyAsValue(TimeStampNanoTZWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZReaderImpl
 
copyAsValue(TimeStampSecWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecHolderReaderImpl
 
copyAsValue(TimeStampSecWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecReaderImpl
 
copyAsValue(TimeStampSecTZWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZHolderReaderImpl
 
copyAsValue(TimeStampSecTZWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZReaderImpl
 
copyAsValue(TinyIntWriter) - Method in class org.apache.arrow.vector.complex.impl.TinyIntHolderReaderImpl
 
copyAsValue(TinyIntWriter) - Method in class org.apache.arrow.vector.complex.impl.TinyIntReaderImpl
 
copyAsValue(UInt1Writer) - Method in class org.apache.arrow.vector.complex.impl.UInt1HolderReaderImpl
 
copyAsValue(UInt1Writer) - Method in class org.apache.arrow.vector.complex.impl.UInt1ReaderImpl
 
copyAsValue(UInt2Writer) - Method in class org.apache.arrow.vector.complex.impl.UInt2HolderReaderImpl
 
copyAsValue(UInt2Writer) - Method in class org.apache.arrow.vector.complex.impl.UInt2ReaderImpl
 
copyAsValue(UInt4Writer) - Method in class org.apache.arrow.vector.complex.impl.UInt4HolderReaderImpl
 
copyAsValue(UInt4Writer) - Method in class org.apache.arrow.vector.complex.impl.UInt4ReaderImpl
 
copyAsValue(UInt8Writer) - Method in class org.apache.arrow.vector.complex.impl.UInt8HolderReaderImpl
 
copyAsValue(UInt8Writer) - Method in class org.apache.arrow.vector.complex.impl.UInt8ReaderImpl
 
copyAsValue(BaseWriter.ListWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListReader
 
copyAsValue(UnionLargeListWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListReader
 
copyAsValue(BaseWriter.ListWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionListReader
 
copyAsValue(UnionWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(TinyIntWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(UInt1Writer) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(UInt2Writer) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(SmallIntWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(IntWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(UInt4Writer) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(Float4Writer) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(DateDayWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(IntervalYearWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(TimeSecWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(TimeMilliWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(BigIntWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(UInt8Writer) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(Float8Writer) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(DateMilliWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(TimeStampSecWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(TimeStampMilliWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(TimeStampMicroWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(TimeStampNanoWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(TimeMicroWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(TimeNanoWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(IntervalDayWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(IntervalMonthDayNanoWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(Decimal256Writer) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(DecimalWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(VarBinaryWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(VarCharWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(LargeVarCharWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(LargeVarBinaryWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(BitWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(BaseWriter.ListWriter) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
copyAsValue(VarBinaryWriter) - Method in class org.apache.arrow.vector.complex.impl.VarBinaryHolderReaderImpl
 
copyAsValue(VarBinaryWriter) - Method in class org.apache.arrow.vector.complex.impl.VarBinaryReaderImpl
 
copyAsValue(VarCharWriter) - Method in class org.apache.arrow.vector.complex.impl.VarCharHolderReaderImpl
 
copyAsValue(VarCharWriter) - Method in class org.apache.arrow.vector.complex.impl.VarCharReaderImpl
 
copyAsValue(UnionWriter) - Method in interface org.apache.arrow.vector.complex.reader.BaseReader
 
copyAsValue(DenseUnionWriter) - Method in interface org.apache.arrow.vector.complex.reader.BaseReader
 
copyAsValue(BaseWriter.ListWriter) - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.RepeatedListReader
 
copyAsValue(BaseWriter.MapWriter) - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.RepeatedMapReader
 
copyAsValue(BaseWriter.StructWriter) - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.RepeatedStructReader
 
copyAsValue(BigIntWriter) - Method in interface org.apache.arrow.vector.complex.reader.BigIntReader
 
copyAsValue(BitWriter) - Method in interface org.apache.arrow.vector.complex.reader.BitReader
 
copyAsValue(DateDayWriter) - Method in interface org.apache.arrow.vector.complex.reader.DateDayReader
 
copyAsValue(DateMilliWriter) - Method in interface org.apache.arrow.vector.complex.reader.DateMilliReader
 
copyAsValue(Decimal256Writer) - Method in interface org.apache.arrow.vector.complex.reader.Decimal256Reader
 
copyAsValue(DecimalWriter) - Method in interface org.apache.arrow.vector.complex.reader.DecimalReader
 
copyAsValue(DurationWriter) - Method in interface org.apache.arrow.vector.complex.reader.DurationReader
 
copyAsValue(FixedSizeBinaryWriter) - Method in interface org.apache.arrow.vector.complex.reader.FixedSizeBinaryReader
 
copyAsValue(Float4Writer) - Method in interface org.apache.arrow.vector.complex.reader.Float4Reader
 
copyAsValue(Float8Writer) - Method in interface org.apache.arrow.vector.complex.reader.Float8Reader
 
copyAsValue(IntervalDayWriter) - Method in interface org.apache.arrow.vector.complex.reader.IntervalDayReader
 
copyAsValue(IntervalMonthDayNanoWriter) - Method in interface org.apache.arrow.vector.complex.reader.IntervalMonthDayNanoReader
 
copyAsValue(IntervalYearWriter) - Method in interface org.apache.arrow.vector.complex.reader.IntervalYearReader
 
copyAsValue(IntWriter) - Method in interface org.apache.arrow.vector.complex.reader.IntReader
 
copyAsValue(LargeVarBinaryWriter) - Method in interface org.apache.arrow.vector.complex.reader.LargeVarBinaryReader
 
copyAsValue(LargeVarCharWriter) - Method in interface org.apache.arrow.vector.complex.reader.LargeVarCharReader
 
copyAsValue(SmallIntWriter) - Method in interface org.apache.arrow.vector.complex.reader.SmallIntReader
 
copyAsValue(TimeMicroWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeMicroReader
 
copyAsValue(TimeMilliWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeMilliReader
 
copyAsValue(TimeNanoWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeNanoReader
 
copyAsValue(TimeSecWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeSecReader
 
copyAsValue(TimeStampMicroWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMicroReader
 
copyAsValue(TimeStampMicroTZWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMicroTZReader
 
copyAsValue(TimeStampMilliWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMilliReader
 
copyAsValue(TimeStampMilliTZWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMilliTZReader
 
copyAsValue(TimeStampNanoWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampNanoReader
 
copyAsValue(TimeStampNanoTZWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampNanoTZReader
 
copyAsValue(TimeStampSecWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampSecReader
 
copyAsValue(TimeStampSecTZWriter) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampSecTZReader
 
copyAsValue(TinyIntWriter) - Method in interface org.apache.arrow.vector.complex.reader.TinyIntReader
 
copyAsValue(UInt1Writer) - Method in interface org.apache.arrow.vector.complex.reader.UInt1Reader
 
copyAsValue(UInt2Writer) - Method in interface org.apache.arrow.vector.complex.reader.UInt2Reader
 
copyAsValue(UInt4Writer) - Method in interface org.apache.arrow.vector.complex.reader.UInt4Reader
 
copyAsValue(UInt8Writer) - Method in interface org.apache.arrow.vector.complex.reader.UInt8Reader
 
copyAsValue(VarBinaryWriter) - Method in interface org.apache.arrow.vector.complex.reader.VarBinaryReader
 
copyAsValue(VarCharWriter) - Method in interface org.apache.arrow.vector.complex.reader.VarCharReader
 
copyBytes() - Method in class org.apache.arrow.vector.util.Text
Get a copy of the bytes that is exactly the length of the data.
copyFrom(int, int, ValueVector) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Copy a cell value from a particular index in source vector to a particular position in this vector.
copyFrom(int, int, ValueVector) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Copy a cell value from a particular index in source vector to a particular position in this vector.
copyFrom(int, int, ValueVector) - Method in class org.apache.arrow.vector.BaseValueVector
 
copyFrom(int, int, ValueVector) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Copy a cell value from a particular index in source vector to a particular position in this vector.
copyFrom(int, int, ValueVector) - Method in class org.apache.arrow.vector.BitVector
Copy a cell value from a particular index in source vector to a particular position in this vector.
copyFrom(int, int, ValueVector) - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
 
copyFrom(int, int, ValueVector) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
copyFrom(int, int, ValueVector) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
copyFrom(int, int, ValueVector) - Method in class org.apache.arrow.vector.complex.LargeListVector
Copy a cell value from a particular index in source vector to a particular position in this vector.
copyFrom(int, int, ValueVector) - Method in class org.apache.arrow.vector.complex.ListVector
Copy a cell value from a particular index in source vector to a particular position in this vector.
copyFrom(int, int, ValueVector) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
Copies the element at fromIndex in the provided vector to thisIndex.
copyFrom(int, int, ValueVector) - Method in class org.apache.arrow.vector.complex.UnionVector
 
copyFrom(int, int, ValueVector) - Method in class org.apache.arrow.vector.NullVector
 
copyFrom(int, int, ValueVector) - Method in interface org.apache.arrow.vector.ValueVector
Copy a cell value from a particular index in source vector to a particular position in this vector.
copyFromSafe(int, int, ValueVector) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Same as BaseFixedWidthVector.copyFrom(int, int, ValueVector) except that it handles the case when the capacity of the vector needs to be expanded before copy.
copyFromSafe(int, int, ValueVector) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Same as BaseLargeVariableWidthVector.copyFrom(int, int, ValueVector) except that it handles the case when the capacity of the vector needs to be expanded before copy.
copyFromSafe(int, int, ValueVector) - Method in class org.apache.arrow.vector.BaseValueVector
 
copyFromSafe(int, int, ValueVector) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Same as BaseVariableWidthVector.copyFrom(int, int, ValueVector) except that it handles the case when the capacity of the vector needs to be expanded before copy.
copyFromSafe(int, int, ValueVector) - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
 
copyFromSafe(int, int, ValueVector) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
copyFromSafe(int, int, ValueVector) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
copyFromSafe(int, int, ValueVector) - Method in class org.apache.arrow.vector.complex.LargeListVector
Same as LargeListVector.copyFrom(int, int, ValueVector) except that it handles the case when the capacity of the vector needs to be expanded before copy.
copyFromSafe(int, int, ValueVector) - Method in class org.apache.arrow.vector.complex.ListVector
Same as ListVector.copyFrom(int, int, ValueVector) except that it handles the case when the capacity of the vector needs to be expanded before copy.
copyFromSafe(int, int, ValueVector) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
copyFromSafe(int, int, ValueVector) - Method in class org.apache.arrow.vector.complex.UnionVector
 
copyFromSafe(int, int, ValueVector) - Method in class org.apache.arrow.vector.NullVector
 
copyFromSafe(int, int, ValueVector) - Method in interface org.apache.arrow.vector.ValueVector
Same as ValueVector.copyFrom(int, int, ValueVector) except that it handles the case when the capacity of the vector needs to be expanded before copy.
copyReader(FieldReader) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ComplexWriter
 
copyReader(FieldReader) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
copyReaderToField(String, FieldReader) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.BigIntReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.BitReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.DateDayReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.DateMilliReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.Decimal256ReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.DecimalReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.DurationReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.Float4ReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.Float8ReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.IntervalDayReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.IntervalYearReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.IntReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.SmallIntReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeMicroReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeMilliReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeNanoReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeSecReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.TinyIntReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.UInt1ReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.UInt2ReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.UInt4ReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.UInt8ReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.VarBinaryReaderImpl
 
copyValue(FieldWriter) - Method in class org.apache.arrow.vector.complex.impl.VarCharReaderImpl
 
copyValueSafe(int, int) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector.StructTransferPair
 
copyValueSafe(int, int) - Method in class org.apache.arrow.vector.complex.StructVector.NullableStructTransferPair
 
copyValueSafe(int, int) - Method in class org.apache.arrow.vector.TimeStampVector.TransferImpl
 
copyValueSafe(int, int) - Method in interface org.apache.arrow.vector.util.TransferPair
 
create(ByteBuffer, int) - Static method in class org.apache.arrow.vector.ipc.message.MessageMetadataResult
Creates a new MessageMetadataResult by parsing it from the beginning of the buffer.
create(Schema, BufferAllocator) - Static method in class org.apache.arrow.vector.VectorSchemaRoot
Creates a new set of empty vectors corresponding to the given schema.
createBodyCompression(CompressionCodec) - Static method in class org.apache.arrow.vector.compression.CompressionUtil
Creates the ArrowBodyCompression object, given the CompressionCodec.
createCodec(CompressionUtil.CodecType) - Method in interface org.apache.arrow.vector.compression.CompressionCodec.Factory
Creates the codec based on the codec type.
createCodec(CompressionUtil.CodecType) - Method in class org.apache.arrow.vector.compression.NoCompressionCodec.Factory
 
createDecimal(int, int, Integer) - Static method in class org.apache.arrow.vector.types.pojo.ArrowType.Decimal
 
createInnerVisitor(ValueVector, ValueVector, BiFunction<ValueVector, ValueVector, Boolean>) - Method in class org.apache.arrow.vector.compare.ApproxEqualsVisitor
 
createInnerVisitor(ValueVector, ValueVector, BiFunction<ValueVector, ValueVector, Boolean>) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
createNewSingleVector(String, BufferAllocator, CallBack) - Method in class org.apache.arrow.vector.types.pojo.FieldType
 
createNewSingleVector(Field, BufferAllocator, CallBack) - Method in class org.apache.arrow.vector.types.pojo.FieldType
 
createVector(BufferAllocator) - Method in class org.apache.arrow.vector.types.pojo.Field
Construct a new vector of this type using the given allocator.

D

data - Variable in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
data - Variable in class org.apache.arrow.vector.complex.impl.UnionReader
 
DATA_VECTOR_NAME - Static variable in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
DATA_VECTOR_NAME - Static variable in class org.apache.arrow.vector.complex.LargeListVector
 
DATA_VECTOR_NAME - Static variable in class org.apache.arrow.vector.complex.MapVector
 
dataBuffer(int) - Static method in class org.apache.arrow.vector.BufferLayout
Returns a databuffer for the given bitwidth.
DataSizeRoundingUtil - Class in org.apache.arrow.vector.util
Utilities for rounding data size.
Date(DateUnit) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Date
 
dateDay(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
dateDay() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
dateDay(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
dateDay(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
dateDay() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
dateDay(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
dateDay() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
dateDay(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
dateDay() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
dateDay(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
dateDay() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
dateDay(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
dateDay() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
dateDay() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
dateDay(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
DateDayHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
DateDayHolder() - Constructor for class org.apache.arrow.vector.holders.DateDayHolder
 
DateDayHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
DateDayHolderReaderImpl(DateDayHolder) - Constructor for class org.apache.arrow.vector.complex.impl.DateDayHolderReaderImpl
 
DateDayReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
DateDayReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
DateDayReaderImpl(DateDayVector) - Constructor for class org.apache.arrow.vector.complex.impl.DateDayReaderImpl
 
DateDayVector - Class in org.apache.arrow.vector
DateDayVector implements a fixed width (4 bytes) vector of date values which could be null.
DateDayVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.DateDayVector
Instantiate a DateDayVector.
DateDayVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.DateDayVector
Instantiate a DateDayVector.
DateDayVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.DateDayVector
Instantiate a DateDayVector.
DateDayWriter - Interface in org.apache.arrow.vector.complex.writer
 
DateDayWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
DateDayWriterImpl(DateDayVector) - Constructor for class org.apache.arrow.vector.complex.impl.DateDayWriterImpl
 
dateMilli(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
dateMilli() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
dateMilli(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
dateMilli(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
dateMilli() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
dateMilli(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
dateMilli() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
dateMilli(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
dateMilli() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
dateMilli(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
dateMilli() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
dateMilli(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
dateMilli() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
dateMilli() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
dateMilli(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
DateMilliHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
DateMilliHolder() - Constructor for class org.apache.arrow.vector.holders.DateMilliHolder
 
DateMilliHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
DateMilliHolderReaderImpl(DateMilliHolder) - Constructor for class org.apache.arrow.vector.complex.impl.DateMilliHolderReaderImpl
 
DateMilliReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
DateMilliReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
DateMilliReaderImpl(DateMilliVector) - Constructor for class org.apache.arrow.vector.complex.impl.DateMilliReaderImpl
 
DateMilliVector - Class in org.apache.arrow.vector
DateMilliVector implements a fixed width vector (8 bytes) of date values which could be null.
DateMilliVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.DateMilliVector
Instantiate a DateMilliVector.
DateMilliVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.DateMilliVector
Instantiate a DateMilliVector.
DateMilliVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.DateMilliVector
Instantiate a DateMilliVector.
DateMilliWriter - Interface in org.apache.arrow.vector.complex.writer
 
DateMilliWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
DateMilliWriterImpl(DateMilliVector) - Constructor for class org.apache.arrow.vector.complex.impl.DateMilliWriterImpl
 
dateTimeTZFormat - Static variable in class org.apache.arrow.vector.util.DateUtility
 
DateUnit - Enum in org.apache.arrow.vector.types
Resolutions that dates can be stored at.
DateUtility - Class in org.apache.arrow.vector.util
Utility class for Date, DateTime, TimeStamp, Interval data types.
days - Variable in class org.apache.arrow.vector.holders.IntervalDayHolder
 
days - Variable in class org.apache.arrow.vector.holders.IntervalMonthDayNanoHolder
 
days - Variable in class org.apache.arrow.vector.holders.NullableIntervalDayHolder
 
days - Variable in class org.apache.arrow.vector.holders.NullableIntervalMonthDayNanoHolder
 
daysToStandardMillis - Static variable in class org.apache.arrow.vector.util.DateUtility
 
decimal(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
decimal() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
decimal(String, int, int) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
decimal(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
decimal(String, int, int) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
decimal(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
decimal(String, int, int) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
decimal() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
decimal(String, int, int) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
decimal(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
decimal() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
decimal(String, int, int) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
decimal(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
decimal() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
decimal(String, int, int) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
decimal(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
decimal() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
decimal(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
decimal() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
decimal(String, int, int) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
decimal() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
decimal(String, int, int) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
decimal(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
Decimal(int, int) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Decimal
Deprecated.
This API will be removed in a future release.
Decimal(int, int, int) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Decimal
 
decimal256(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
decimal256() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
decimal256(String, int, int) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
decimal256(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
decimal256(String, int, int) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
decimal256(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
decimal256(String, int, int) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
decimal256() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
decimal256(String, int, int) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
decimal256(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
decimal256() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
decimal256(String, int, int) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
decimal256(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
decimal256() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
decimal256(String, int, int) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
decimal256(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
decimal256() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
decimal256(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
decimal256() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
decimal256(String, int, int) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
decimal256() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
decimal256(String, int, int) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
decimal256(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
Decimal256Holder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
Decimal256Holder() - Constructor for class org.apache.arrow.vector.holders.Decimal256Holder
 
Decimal256HolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
Decimal256HolderReaderImpl(Decimal256Holder) - Constructor for class org.apache.arrow.vector.complex.impl.Decimal256HolderReaderImpl
 
Decimal256Reader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
Decimal256ReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
Decimal256ReaderImpl(Decimal256Vector) - Constructor for class org.apache.arrow.vector.complex.impl.Decimal256ReaderImpl
 
Decimal256Vector - Class in org.apache.arrow.vector
Decimal256Vector implements a fixed width vector (32 bytes) of decimal values which could be null.
Decimal256Vector(String, BufferAllocator, int, int) - Constructor for class org.apache.arrow.vector.Decimal256Vector
Instantiate a Decimal256Vector.
Decimal256Vector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.Decimal256Vector
Instantiate a Decimal256Vector.
Decimal256Vector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.Decimal256Vector
Instantiate a Decimal256Vector.
Decimal256Writer - Interface in org.apache.arrow.vector.complex.writer
 
Decimal256WriterImpl - Class in org.apache.arrow.vector.complex.impl
 
Decimal256WriterImpl(Decimal256Vector) - Constructor for class org.apache.arrow.vector.complex.impl.Decimal256WriterImpl
 
DecimalHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
DecimalHolder() - Constructor for class org.apache.arrow.vector.holders.DecimalHolder
 
DecimalHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
DecimalHolderReaderImpl(DecimalHolder) - Constructor for class org.apache.arrow.vector.complex.impl.DecimalHolderReaderImpl
 
DecimalReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
DecimalReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
DecimalReaderImpl(DecimalVector) - Constructor for class org.apache.arrow.vector.complex.impl.DecimalReaderImpl
 
DecimalUtility - Class in org.apache.arrow.vector.util
Utility methods for configurable precision Decimal values (e.g.
DecimalVector - Class in org.apache.arrow.vector
DecimalVector implements a fixed width vector (16 bytes) of decimal values which could be null.
DecimalVector(String, BufferAllocator, int, int) - Constructor for class org.apache.arrow.vector.DecimalVector
Instantiate a DecimalVector.
DecimalVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.DecimalVector
Instantiate a DecimalVector.
DecimalVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.DecimalVector
Instantiate a DecimalVector.
DecimalWriter - Interface in org.apache.arrow.vector.complex.writer
 
DecimalWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
DecimalWriterImpl(DecimalVector) - Constructor for class org.apache.arrow.vector.complex.impl.DecimalWriterImpl
 
decode(ValueVector, Dictionary) - Static method in class org.apache.arrow.vector.dictionary.DictionaryEncoder
Decodes a dictionary encoded array using the provided dictionary.
decode(ValueVector) - Method in class org.apache.arrow.vector.dictionary.DictionaryEncoder
Decodes a vector with the built hash table in this encoder.
decode(StructVector) - Method in class org.apache.arrow.vector.dictionary.StructSubfieldEncoder
Decodes a dictionary subfields encoded vector using the provided dictionary.
decode(String, long) - Method in class org.apache.arrow.vector.table.BaseTable
Returns a ValueVector containing the decoded version of the vector with the given name.
decode(byte[]) - Static method in class org.apache.arrow.vector.util.Text
Converts the provided byte array to a String using the UTF-8 encoding.
decode(byte[], int, int) - Static method in class org.apache.arrow.vector.util.Text
 
decode(byte[], int, int, boolean) - Static method in class org.apache.arrow.vector.util.Text
Converts the provided byte array to a String using the UTF-8 encoding.
decodeListSubField(BaseListVector) - Method in class org.apache.arrow.vector.dictionary.ListSubfieldEncoder
Decodes a dictionary subfields encoded vector using the provided dictionary.
decompress(BufferAllocator, ArrowBuf) - Method in class org.apache.arrow.vector.compression.AbstractCompressionCodec
 
decompress(BufferAllocator, ArrowBuf) - Method in interface org.apache.arrow.vector.compression.CompressionCodec
Decompress a buffer.
decompress(BufferAllocator, ArrowBuf) - Method in class org.apache.arrow.vector.compression.NoCompressionCodec
 
decrementAllocationMonitor() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
 
DEFAULT - Static variable in class org.apache.arrow.vector.ipc.message.IpcOption
 
DEFAULT - Static variable in enum org.apache.arrow.vector.types.MetadataVersion
 
DEFAULT_BODY_COMPRESSION - Static variable in class org.apache.arrow.vector.compression.NoCompressionCodec
 
DEFAULT_DATA_VECTOR - Static variable in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
DEFAULT_DATA_VECTOR - Static variable in class org.apache.arrow.vector.complex.LargeListVector
 
DEFAULT_DOUBLE_EPSILON - Static variable in class org.apache.arrow.vector.compare.ApproxEqualsVisitor
 
DEFAULT_FLOAT_EPSILON - Static variable in class org.apache.arrow.vector.compare.ApproxEqualsVisitor
Default epsilons for diff functions.
DEFAULT_MAX_LEN - Static variable in class org.apache.arrow.vector.util.Text
 
DEFAULT_REPEAT_PER_RECORD - Static variable in interface org.apache.arrow.vector.complex.RepeatedValueVector
 
DEFAULT_TYPE_COMPARATOR - Static variable in class org.apache.arrow.vector.compare.RangeEqualsVisitor
Default type comparator.
defaultDataVectorName - Variable in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
defaultDataVectorName - Variable in class org.apache.arrow.vector.complex.LargeListVector
 
DenseUnionHolder - Class in org.apache.arrow.vector.holders
ValueHolder for Dense Union Vectors.
DenseUnionHolder() - Constructor for class org.apache.arrow.vector.holders.DenseUnionHolder
 
DenseUnionReader - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template DenseUnionReader.java
DenseUnionReader(DenseUnionVector) - Constructor for class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
DenseUnionVector - Class in org.apache.arrow.vector.complex
 
DenseUnionVector(String, BufferAllocator, FieldType, CallBack) - Constructor for class org.apache.arrow.vector.complex.DenseUnionVector
 
DenseUnionWriter - Class in org.apache.arrow.vector.complex.impl
 
DenseUnionWriter(DenseUnionVector) - Constructor for class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
DenseUnionWriter(DenseUnionVector, NullableStructWriterFactory) - Constructor for class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
DensityAwareVector - Interface in org.apache.arrow.vector
Vector that support density aware initial capacity settings.
deserialize(ArrowType, String) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ExtensionType
Given saved metadata and the underlying storage type, construct a new instance of the user type.
deserialize(ByteBuffer) - Static method in class org.apache.arrow.vector.types.pojo.Schema
 
deserialize(byte[], BufferAllocator) - Static method in class org.apache.arrow.vector.util.SchemaUtility
Deserialize Arrow schema from byte array.
deserializeDictionaryBatch(Message, ArrowBuf) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Deserializes an ArrowDictionaryBatch from a dictionary batch Message and data in an ArrowBuf.
deserializeDictionaryBatch(MessageMetadataResult, ArrowBuf) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Deserializes an ArrowDictionaryBatch from a dictionary batch Message and data in an ArrowBuf.
deserializeDictionaryBatch(ReadChannel, BufferAllocator) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Deserializes an ArrowDictionaryBatch read from the input channel.
deserializeDictionaryBatch(ReadChannel, ArrowBlock, BufferAllocator) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Deserializes a DictionaryBatch knowing the size of the entire message up front.
deserializeMessageBatch(MessageChannelReader) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Deserialize a message that is either an ArrowDictionaryBatch or ArrowRecordBatch.
deserializeMessageBatch(ReadChannel, BufferAllocator) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Deserialize a message that is either an ArrowDictionaryBatch or ArrowRecordBatch.
deserializeRecordBatch(Message, ArrowBuf) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Deserializes an ArrowRecordBatch from a record batch message and data in an ArrowBuf.
deserializeRecordBatch(ReadChannel, BufferAllocator) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Deserializes an ArrowRecordBatch read from the input channel.
deserializeRecordBatch(ReadChannel, ArrowBlock, BufferAllocator) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Deserializes an ArrowRecordBatch knowing the size of the entire message up front.
deserializeRecordBatch(RecordBatch, ArrowBuf) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Deserializes an ArrowRecordBatch given the Flatbuffer metadata and in-memory body.
deserializeRecordBatch(MessageMetadataResult, ArrowBuf) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Reads a record batch based on the metadata in serializedMessage and the underlying data buffer.
deserializeSchema(Message) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Deserializes an Arrow Schema object from a schema message.
deserializeSchema(ReadChannel) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Deserializes an Arrow Schema read from the input channel.
deserializeSchema(MessageMetadataResult) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Deserializes an Arrow Schema object from a MessageMetadataResult.
dictionaries - Variable in class org.apache.arrow.vector.ipc.ArrowReader
 
Dictionary - Class in org.apache.arrow.vector.dictionary
A dictionary (integer to Value mapping) that is used to facilitate dictionary encoding compression.
Dictionary(FieldVector, DictionaryEncoding) - Constructor for class org.apache.arrow.vector.dictionary.Dictionary
 
DictionaryEncoder - Class in org.apache.arrow.vector.dictionary
Encoder/decoder for Dictionary encoded ValueVector.
DictionaryEncoder(Dictionary, BufferAllocator) - Constructor for class org.apache.arrow.vector.dictionary.DictionaryEncoder
Construct an instance.
DictionaryEncoder(Dictionary, BufferAllocator, ArrowBufHasher) - Constructor for class org.apache.arrow.vector.dictionary.DictionaryEncoder
Construct an instance.
DictionaryEncoding - Class in org.apache.arrow.vector.types.pojo
A POJO representation of Arrow Dictionary metadata.
DictionaryEncoding(long, boolean, ArrowType.Int) - Constructor for class org.apache.arrow.vector.types.pojo.DictionaryEncoding
Constructs a new instance.
DictionaryHashTable - Class in org.apache.arrow.vector.dictionary
HashTable used for Dictionary encoding.
DictionaryHashTable(int, ValueVector, ArrowBufHasher) - Constructor for class org.apache.arrow.vector.dictionary.DictionaryHashTable
Constructs an empty map with the specified initial capacity and load factor.
DictionaryHashTable(ValueVector, ArrowBufHasher) - Constructor for class org.apache.arrow.vector.dictionary.DictionaryHashTable
 
DictionaryHashTable(ValueVector) - Constructor for class org.apache.arrow.vector.dictionary.DictionaryHashTable
 
DictionaryProvider - Interface in org.apache.arrow.vector.dictionary
A manager for association of dictionary IDs to their corresponding Dictionary.
dictionaryProvider - Variable in class org.apache.arrow.vector.table.BaseTable
An optional DictionaryProvider.
DictionaryProvider.MapDictionaryProvider - Class in org.apache.arrow.vector.dictionary
Implementation of DictionaryProvider that is backed by a hash-map.
DictionaryUtility - Class in org.apache.arrow.vector.util
Utility methods for working with Dictionaries used in Dictionary encodings.
directAddVector(FieldVector) - Method in class org.apache.arrow.vector.complex.UnionVector
Directly put a vector to internalStruct without creating a new one with same type.
directStruct() - Method in class org.apache.arrow.vector.complex.impl.ComplexWriterImpl
Returns a StructWriter, initializing it necessary from the constructor this instance was constructed with.
DIVIDE_BY_8_SHIFT_BITS - Static variable in class org.apache.arrow.vector.util.DataSizeRoundingUtil
The number of bits to shift for dividing by 8.
divideBy8Ceil(int) - Static method in class org.apache.arrow.vector.util.DataSizeRoundingUtil
A fast way to compute Math.ceil(input / 8.0).
divideBy8Ceil(long) - Static method in class org.apache.arrow.vector.util.DataSizeRoundingUtil
A fast way to compute Math.ceil(input / 8.0).
doCompress(BufferAllocator, ArrowBuf) - Method in class org.apache.arrow.vector.compression.AbstractCompressionCodec
The method that actually performs the data compression.
doDecompress(BufferAllocator, ArrowBuf) - Method in class org.apache.arrow.vector.compression.AbstractCompressionCodec
The method that actually performs the data decompression.
doWork() - Method in class org.apache.arrow.vector.SchemaChangeCallBack
Sets the schema-changed state to true.
doWork() - Method in interface org.apache.arrow.vector.util.CallBack
 
duration(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
duration(String, TimeUnit) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
duration(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
duration(String, TimeUnit) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
duration() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
duration(String, TimeUnit) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
duration(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
Duration(TimeUnit) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Duration
 
DurationHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
DurationHolder() - Constructor for class org.apache.arrow.vector.holders.DurationHolder
 
DurationHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
DurationHolderReaderImpl(DurationHolder) - Constructor for class org.apache.arrow.vector.complex.impl.DurationHolderReaderImpl
 
DurationReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
DurationReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
DurationReaderImpl(DurationVector) - Constructor for class org.apache.arrow.vector.complex.impl.DurationReaderImpl
 
DurationVector - Class in org.apache.arrow.vector
DurationVector implements a fixed width vector (8 bytes) of a configurable TimeUnit granularity duration values which could be null.
DurationVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.DurationVector
Instantiate a DurationVector.
DurationVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.DurationVector
Instantiate a DurationVector.
DurationWriter - Interface in org.apache.arrow.vector.complex.writer
 
DurationWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
DurationWriterImpl(DurationVector) - Constructor for class org.apache.arrow.vector.complex.impl.DurationWriterImpl
 

E

ElementAddressableVector - Interface in org.apache.arrow.vector
Vector for which each data element resides in a continuous memory region, so it can be pointed to by an ArrowBufPointer.
ElementAddressableVectorIterator<T extends ElementAddressableVector> - Class in org.apache.arrow.vector.util
Iterator for traversing elements of a ElementAddressableVector.
ElementAddressableVectorIterator(T) - Constructor for class org.apache.arrow.vector.util.ElementAddressableVectorIterator
Constructs an iterator for the ElementAddressableVector.
ElementAddressableVectorIterator(T, ArrowBufHasher) - Constructor for class org.apache.arrow.vector.util.ElementAddressableVectorIterator
Constructs an iterator for the ElementAddressableVector.
empty(String, BufferAllocator) - Static method in class org.apache.arrow.vector.complex.DenseUnionVector
 
empty(String, int, BufferAllocator) - Static method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
empty(String, BufferAllocator) - Static method in class org.apache.arrow.vector.complex.LargeListVector
 
empty(String, BufferAllocator) - Static method in class org.apache.arrow.vector.complex.ListVector
 
empty(String, BufferAllocator, boolean) - Static method in class org.apache.arrow.vector.complex.MapVector
Construct an empty MapVector with no data.
empty(String, BufferAllocator) - Static method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
empty(String, BufferAllocator) - Static method in class org.apache.arrow.vector.complex.StructVector
 
empty(String, BufferAllocator) - Static method in class org.apache.arrow.vector.complex.UnionVector
 
EMPTY_LIST_INSTANCE - Static variable in class org.apache.arrow.vector.complex.impl.NullReader
 
EMPTY_STRUCT_INSTANCE - Static variable in class org.apache.arrow.vector.complex.impl.NullReader
 
emptyByteArray - Static variable in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
emptyByteArray - Static variable in class org.apache.arrow.vector.BaseVariableWidthVector
 
EmptyValuePopulator - Class in org.apache.arrow.vector.complex
A helper class that is used to track and populate empty values in repeated value vectors.
EmptyValuePopulator(UInt4Vector) - Constructor for class org.apache.arrow.vector.complex.EmptyValuePopulator
 
emptyWithDuplicates(String, BufferAllocator) - Static method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
emptyWithDuplicates(String, BufferAllocator) - Static method in class org.apache.arrow.vector.complex.StructVector
 
encode(ValueVector, Dictionary) - Static method in class org.apache.arrow.vector.dictionary.DictionaryEncoder
Dictionary encodes a vector with a provided dictionary.
encode(ValueVector) - Method in class org.apache.arrow.vector.dictionary.DictionaryEncoder
Encodes a vector with the built hash table in this encoder.
encode(StructVector, Map<Integer, Long>) - Method in class org.apache.arrow.vector.dictionary.StructSubfieldEncoder
Dictionary encodes subfields for complex vector with a provided dictionary.
encode(String, long) - Method in class org.apache.arrow.vector.table.BaseTable
Returns a ValueVector containing the encoded version of the vector with the given name.
encode(String) - Static method in class org.apache.arrow.vector.util.Text
Converts the provided String to bytes using the UTF-8 encoding.
encode(String, boolean) - Static method in class org.apache.arrow.vector.util.Text
Converts the provided String to bytes using the UTF-8 encoding.
encodeListSubField(BaseListVector) - Method in class org.apache.arrow.vector.dictionary.ListSubfieldEncoder
Dictionary encodes subfields for complex vector with a provided dictionary.
end() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
end() - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
end() - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
end() - Method in class org.apache.arrow.vector.complex.impl.StructOrListWriterImpl
Finish writing to the list or struct.
end() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
end() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
end() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
end() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
end() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructOrListWriter
 
end() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
end - Variable in class org.apache.arrow.vector.holders.LargeVarBinaryHolder
 
end - Variable in class org.apache.arrow.vector.holders.LargeVarCharHolder
 
end - Variable in class org.apache.arrow.vector.holders.NullableLargeVarBinaryHolder
 
end - Variable in class org.apache.arrow.vector.holders.NullableLargeVarCharHolder
 
end - Variable in class org.apache.arrow.vector.holders.NullableVarBinaryHolder
 
end - Variable in class org.apache.arrow.vector.holders.NullableVarCharHolder
 
end - Variable in class org.apache.arrow.vector.holders.RepeatedListHolder
 
end - Variable in class org.apache.arrow.vector.holders.RepeatedStructHolder
 
end - Variable in class org.apache.arrow.vector.holders.VarBinaryHolder
 
end - Variable in class org.apache.arrow.vector.holders.VarCharHolder
 
end() - Method in class org.apache.arrow.vector.ipc.ArrowWriter
 
endEntry() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
Complete the map entry.
endEntry() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
endEntry() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.MapWriter
 
endInternal(WriteChannel) - Method in class org.apache.arrow.vector.ipc.ArrowFileWriter
 
endInternal(WriteChannel) - Method in class org.apache.arrow.vector.ipc.ArrowStreamWriter
 
endInternal(WriteChannel) - Method in class org.apache.arrow.vector.ipc.ArrowWriter
 
endList() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
endList() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
endList() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
endList() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
endList() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
endList() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
endMap() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
Complete the map.
endMap() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
endMap() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.MapWriter
 
endValue(int, long) - Method in class org.apache.arrow.vector.complex.LargeListVector
End the current value.
endValue(int, int) - Method in class org.apache.arrow.vector.complex.ListVector
End the current value.
ensureCapacity(VectorSchemaRoot, int) - Static method in class org.apache.arrow.vector.util.ValueVectorUtility
Ensure capacity for BaseFixedWidthVector.
ensureInitialized() - Method in class org.apache.arrow.vector.ipc.ArrowReader
Initialize if not done previously.
equals(Object) - Method in class org.apache.arrow.vector.BufferLayout
 
equals(ValueVector) - Method in class org.apache.arrow.vector.compare.TypeEqualsVisitor
Check type equals without passing IN param in VectorVisitor.
equals(Object) - Method in class org.apache.arrow.vector.dictionary.Dictionary
 
equals(Object) - Method in class org.apache.arrow.vector.ipc.message.ArrowBlock
 
equals(Object) - Method in class org.apache.arrow.vector.ipc.message.ArrowBuffer
 
equals(Object) - Method in class org.apache.arrow.vector.ipc.message.ArrowFooter
 
equals(Object) - Method in class org.apache.arrow.vector.PeriodDuration
 
equals(Object) - Method in class org.apache.arrow.vector.TypeLayout
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Binary
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Bool
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Date
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Decimal
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Duration
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ExtensionType
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FixedSizeBinary
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FixedSizeList
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FloatingPoint
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Int
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Interval
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.LargeBinary
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.LargeList
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.LargeUtf8
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.List
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Map
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Null
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Struct
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Time
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Timestamp
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Union
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Utf8
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.DictionaryEncoding
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.Field
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.FieldType
 
equals(Object) - Method in class org.apache.arrow.vector.types.pojo.Schema
 
equals(Object) - Method in class org.apache.arrow.vector.util.Text
 
equals(VectorSchemaRoot) - Method in class org.apache.arrow.vector.VectorSchemaRoot
Determine if two VectorSchemaRoots are exactly equal.
EXTENSION_METADATA_KEY_METADATA - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.ExtensionType
The field metadata key storing metadata for the extension type.
EXTENSION_METADATA_KEY_NAME - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.ExtensionType
The field metadata key storing the name of the extension type.
extensionEquals(ArrowType.ExtensionType) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ExtensionType
Check equality of this type to another user-defined type.
extensionName() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ExtensionType
The name of this user-defined type.
ExtensionType() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.ExtensionType
 
ExtensionTypeRegistry - Class in org.apache.arrow.vector.types.pojo
A registry of recognized extension types.
ExtensionTypeRegistry() - Constructor for class org.apache.arrow.vector.types.pojo.ExtensionTypeRegistry
 
ExtensionTypeVector<T extends ValueVector & FieldVector> - Class in org.apache.arrow.vector
A vector that wraps an underlying vector, used to help implement extension types.
ExtensionTypeVector(String, BufferAllocator, T) - Constructor for class org.apache.arrow.vector.ExtensionTypeVector
Instantiate an extension type vector.
ExtensionTypeVector(Field, BufferAllocator, T) - Constructor for class org.apache.arrow.vector.ExtensionTypeVector
Instantiate an extension type vector.
extractUncompressedBuffer(ArrowBuf) - Static method in class org.apache.arrow.vector.compression.CompressionUtil
Process decompression by slicing the buffer that contains the uncompressed bytes.

F

Factory() - Constructor for class org.apache.arrow.vector.compression.NoCompressionCodec.Factory
 
FBSerializable - Interface in org.apache.arrow.vector.ipc.message
Interface for serializing to FlatBuffers.
FBSerializables - Class in org.apache.arrow.vector.ipc.message
Utility methods for FBSerializables.
field - Variable in class org.apache.arrow.vector.BaseFixedWidthVector
 
field - Variable in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
field - Variable in class org.apache.arrow.vector.BaseVariableWidthVector
 
field - Variable in class org.apache.arrow.vector.NullVector
 
Field - Class in org.apache.arrow.vector.types.pojo
A POJO abstraction for the Flatbuffer description of Vector Type.
Field(String, FieldType, List<Field>) - Constructor for class org.apache.arrow.vector.types.pojo.Field
 
fieldNameIterator() - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
FieldReader - Interface in org.apache.arrow.vector.complex.reader
Composite of all Reader types (e.g.
fieldType - Variable in class org.apache.arrow.vector.complex.ListVector
 
fieldType - Variable in class org.apache.arrow.vector.complex.NonNullableStructVector
 
FieldType - Class in org.apache.arrow.vector.types.pojo
POJO representation of an Arrow field type.
FieldType(boolean, ArrowType, DictionaryEncoding) - Constructor for class org.apache.arrow.vector.types.pojo.FieldType
 
FieldType(boolean, ArrowType, DictionaryEncoding, Map<String, String>) - Constructor for class org.apache.arrow.vector.types.pojo.FieldType
Constructs a new instance.
FieldVector - Interface in org.apache.arrow.vector
A vector corresponding to a Field in the schema.
fieldVectors - Variable in class org.apache.arrow.vector.table.BaseTable
The field vectors holding the data in this table.
fieldVectorsMap - Variable in class org.apache.arrow.vector.table.BaseTable
A map of Fields to FieldVectors used to select Fields.
FieldWriter - Interface in org.apache.arrow.vector.complex.writer
Composite of all writer types.
fillEmpties(int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Create holes in the vector upto the given index (exclusive).
fillEmpties(int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Create holes in the vector upto the given index (exclusive).
fillHoles(int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
fillHoles(int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
 
find(String) - Method in class org.apache.arrow.vector.util.Text
 
find(String, int) - Method in class org.apache.arrow.vector.util.Text
Finds any occurrence of what in the backing buffer, starting as position start.
findField(List<Field>, String) - Static method in class org.apache.arrow.vector.types.pojo.Schema
Search for a field by name in given the list of fields.
findField(String) - Method in class org.apache.arrow.vector.types.pojo.Schema
Search for a field by name in this Schema.
fixedSizeBinary(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
fixedSizeBinary(String, int) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
fixedSizeBinary(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
fixedSizeBinary(String, int) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
fixedSizeBinary() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
fixedSizeBinary(String, int) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
fixedSizeBinary(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
FixedSizeBinary(int) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.FixedSizeBinary
 
FixedSizeBinaryHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
FixedSizeBinaryHolder() - Constructor for class org.apache.arrow.vector.holders.FixedSizeBinaryHolder
 
FixedSizeBinaryHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
FixedSizeBinaryHolderReaderImpl(FixedSizeBinaryHolder) - Constructor for class org.apache.arrow.vector.complex.impl.FixedSizeBinaryHolderReaderImpl
 
FixedSizeBinaryReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
FixedSizeBinaryReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
FixedSizeBinaryReaderImpl(FixedSizeBinaryVector) - Constructor for class org.apache.arrow.vector.complex.impl.FixedSizeBinaryReaderImpl
 
FixedSizeBinaryVector - Class in org.apache.arrow.vector
FixedSizeBinaryVector implements a fixed width vector of binary values which could be null.
FixedSizeBinaryVector(String, BufferAllocator, int) - Constructor for class org.apache.arrow.vector.FixedSizeBinaryVector
Instantiate a FixedSizeBinaryVector.
FixedSizeBinaryVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.FixedSizeBinaryVector
Instantiate a FixedSizeBinaryVector.
FixedSizeBinaryVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.FixedSizeBinaryVector
Instantiate a FixedSizeBinaryVector.
FixedSizeBinaryWriter - Interface in org.apache.arrow.vector.complex.writer
 
FixedSizeBinaryWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
FixedSizeBinaryWriterImpl(FixedSizeBinaryVector) - Constructor for class org.apache.arrow.vector.complex.impl.FixedSizeBinaryWriterImpl
 
FixedSizeList(int) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.FixedSizeList
 
FixedSizeListVector - Class in org.apache.arrow.vector.complex
A ListVector where every list value is of the same size.
FixedSizeListVector(String, BufferAllocator, FieldType, CallBack) - Constructor for class org.apache.arrow.vector.complex.FixedSizeListVector
Creates a new instance.
FixedWidthVector - Interface in org.apache.arrow.vector
Interface for all fixed width ElementAddressableVector (e.g.
float4(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
float4() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
float4(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
float4(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
float4(String) - Method in class org.apache.arrow.vector.complex.impl.StructOrListWriterImpl
 
float4() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
float4(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
float4() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
float4(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
float4() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
float4(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
float4() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
float4(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
float4() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
float4() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
float4(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructOrListWriter
 
float4(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
Float4EpsilonEqualizer(float) - Constructor for class org.apache.arrow.vector.compare.util.ValueEpsilonEqualizers.Float4EpsilonEqualizer
 
Float4Holder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
Float4Holder() - Constructor for class org.apache.arrow.vector.holders.Float4Holder
 
Float4HolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
Float4HolderReaderImpl(Float4Holder) - Constructor for class org.apache.arrow.vector.complex.impl.Float4HolderReaderImpl
 
Float4Reader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
Float4ReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
Float4ReaderImpl(Float4Vector) - Constructor for class org.apache.arrow.vector.complex.impl.Float4ReaderImpl
 
Float4Vector - Class in org.apache.arrow.vector
Float4Vector implements a fixed width vector (4 bytes) of float values which could be null.
Float4Vector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.Float4Vector
Instantiate a Float4Vector.
Float4Vector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.Float4Vector
Instantiate a Float4Vector.
Float4Vector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.Float4Vector
Instantiate a Float4Vector.
Float4Writer - Interface in org.apache.arrow.vector.complex.writer
 
Float4WriterImpl - Class in org.apache.arrow.vector.complex.impl
 
Float4WriterImpl(Float4Vector) - Constructor for class org.apache.arrow.vector.complex.impl.Float4WriterImpl
 
float8(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
float8() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
float8(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
float8(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
float8(String) - Method in class org.apache.arrow.vector.complex.impl.StructOrListWriterImpl
 
float8() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
float8(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
float8() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
float8(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
float8() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
float8(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
float8() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
float8(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
float8() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
float8() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
float8(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructOrListWriter
 
float8(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
Float8EpsilonEqualizer(double) - Constructor for class org.apache.arrow.vector.compare.util.ValueEpsilonEqualizers.Float8EpsilonEqualizer
 
Float8Holder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
Float8Holder() - Constructor for class org.apache.arrow.vector.holders.Float8Holder
 
Float8HolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
Float8HolderReaderImpl(Float8Holder) - Constructor for class org.apache.arrow.vector.complex.impl.Float8HolderReaderImpl
 
Float8Reader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
Float8ReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
Float8ReaderImpl(Float8Vector) - Constructor for class org.apache.arrow.vector.complex.impl.Float8ReaderImpl
 
Float8Vector - Class in org.apache.arrow.vector
Float8Vector implements a fixed width vector (8 bytes) of double values which could be null.
Float8Vector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.Float8Vector
Instantiate a Float8Vector.
Float8Vector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.Float8Vector
Instantiate a Float8Vector.
Float8Vector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.Float8Vector
Instantiate a Float8Vector.
Float8Writer - Interface in org.apache.arrow.vector.complex.writer
 
Float8WriterImpl - Class in org.apache.arrow.vector.complex.impl
 
Float8WriterImpl(Float8Vector) - Constructor for class org.apache.arrow.vector.complex.impl.Float8WriterImpl
 
FloatingPoint(FloatingPointPrecision) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.FloatingPoint
 
FloatingPointEpsilonEqualizer(double) - Constructor for class org.apache.arrow.vector.compare.util.ValueEpsilonEqualizers.FloatingPointEpsilonEqualizer
 
FloatingPointPrecision - Enum in org.apache.arrow.vector.types
Precisions of primitive floating point numbers.
FloatingPointVector - Interface in org.apache.arrow.vector
The interface for vectors with floating point values.
formatDate - Static variable in class org.apache.arrow.vector.util.DateUtility
 
formatTime - Static variable in class org.apache.arrow.vector.util.DateUtility
 
formatTimeStampMilli - Static variable in class org.apache.arrow.vector.util.DateUtility
 
formatTimeStampTZ - Static variable in class org.apache.arrow.vector.util.DateUtility
 
fromCompressionType(byte) - Static method in enum org.apache.arrow.vector.compression.CompressionUtil.CodecType
Gets the codec type from the compression type defined in CompressionType.
fromFlatbufID(short) - Static method in enum org.apache.arrow.vector.types.DateUnit
 
fromFlatbufID(short) - Static method in enum org.apache.arrow.vector.types.FloatingPointPrecision
 
fromFlatbufID(short) - Static method in enum org.apache.arrow.vector.types.IntervalUnit
 
fromFlatbufID(short) - Static method in enum org.apache.arrow.vector.types.MetadataVersion
 
fromFlatbufID(short) - Static method in enum org.apache.arrow.vector.types.TimeUnit
 
fromFlatbufID(short) - Static method in enum org.apache.arrow.vector.types.UnionMode
 
fromJSON(String) - Static method in class org.apache.arrow.vector.types.pojo.Schema
 

G

GenerateSampleData - Class in org.apache.arrow.vector
Helper class to generate test data for Nullable fixed and variable width scalar vectors.
generateTestData(ValueVector, int) - Static method in class org.apache.arrow.vector.GenerateSampleData
Populates vector with valueCount random values.
get(ArrowBuf, ArrowBuf, int) - Static method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Method used by Json Writer to read a variable width element from the variable width vector and write to Json.
get(ArrowBuf, ArrowBuf, int) - Static method in class org.apache.arrow.vector.BaseVariableWidthVector
Method used by Json Writer to read a variable width element from the variable width vector and write to Json.
get(int) - Method in class org.apache.arrow.vector.BigIntVector
Get the element at the given index from the vector.
get(int, NullableBigIntHolder) - Method in class org.apache.arrow.vector.BigIntVector
Get the element at the given index from the vector and sets the state in holder.
get(ArrowBuf, int) - Static method in class org.apache.arrow.vector.BigIntVector
Given a data buffer, get the value stored at a particular position in the vector.
get(int) - Method in class org.apache.arrow.vector.BitVector
Get the element at the given index from the vector.
get(int, NullableBitHolder) - Method in class org.apache.arrow.vector.BitVector
Get the element at the given index from the vector and sets the state in holder.
get(ArrowBuf, int) - Static method in class org.apache.arrow.vector.BitVectorHelper
Check if a bit at a given index is set or not.
get(int, DenseUnionHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
get(int, ComplexHolder) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
get(int, ComplexHolder) - Method in class org.apache.arrow.vector.complex.StructVector
 
get(int) - Method in class org.apache.arrow.vector.complex.UnionVector
 
get(int, ComplexHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
get(int, UnionHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
get(int) - Method in class org.apache.arrow.vector.DateDayVector
Get the element at the given index from the vector.
get(int, NullableDateDayHolder) - Method in class org.apache.arrow.vector.DateDayVector
Get the element at the given index from the vector and sets the state in holder.
get(ArrowBuf, int) - Static method in class org.apache.arrow.vector.DateDayVector
Given a data buffer, get the value stored at a particular position in the vector.
get(int) - Method in class org.apache.arrow.vector.DateMilliVector
Get the element at the given index from the vector.
get(int, NullableDateMilliHolder) - Method in class org.apache.arrow.vector.DateMilliVector
Get the element at the given index from the vector and sets the state in holder.
get(ArrowBuf, int) - Static method in class org.apache.arrow.vector.DateMilliVector
Given a data buffer, get the value stored at a particular position in the vector.
get(int) - Method in class org.apache.arrow.vector.Decimal256Vector
Get the element at the given index from the vector.
get(int, NullableDecimal256Holder) - Method in class org.apache.arrow.vector.Decimal256Vector
Get the element at the given index from the vector and sets the state in holder.
get(int) - Method in class org.apache.arrow.vector.DecimalVector
Get the element at the given index from the vector.
get(int, NullableDecimalHolder) - Method in class org.apache.arrow.vector.DecimalVector
Get the element at the given index from the vector and sets the state in holder.
get(ArrowBuf, int) - Static method in class org.apache.arrow.vector.DurationVector
Given a data buffer, get the value stored at a particular position in the vector.
get(int) - Method in class org.apache.arrow.vector.DurationVector
Get the element at the given index from the vector.
get(int, NullableDurationHolder) - Method in class org.apache.arrow.vector.DurationVector
Get the element at the given index from the vector and sets the state in holder.
get(int) - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
Get the element at the given index from the vector.
get(int, NullableFixedSizeBinaryHolder) - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
Get the element at the given index from the vector and sets the state in holder.
get(ArrowBuf, int, int) - Static method in class org.apache.arrow.vector.FixedSizeBinaryVector
Given a data buffer, get the value stored at a particular position in the vector.
get(int) - Method in class org.apache.arrow.vector.Float4Vector
Get the element at the given index from the vector.
get(int, NullableFloat4Holder) - Method in class org.apache.arrow.vector.Float4Vector
Get the element at the given index from the vector and sets the state in holder.
get(ArrowBuf, int) - Static method in class org.apache.arrow.vector.Float4Vector
Given a data buffer, get the value stored at a particular position in the vector.
get(int) - Method in class org.apache.arrow.vector.Float8Vector
Get the element at the given index from the vector.
get(int, NullableFloat8Holder) - Method in class org.apache.arrow.vector.Float8Vector
Get the element at the given index from the vector and sets the state in holder.
get(ArrowBuf, int) - Static method in class org.apache.arrow.vector.Float8Vector
Given a data buffer, get the value stored at a particular position in the vector.
get(int) - Method in class org.apache.arrow.vector.IntervalDayVector
Get the element at the given index from the vector.
get(int, NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.IntervalDayVector
Get the element at the given index from the vector and sets the state in holder.
get(int) - Method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Get the element at the given index from the vector.
get(int, NullableIntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Get the element at the given index from the vector and sets the state in holder.
get(int) - Method in class org.apache.arrow.vector.IntervalYearVector
Get the element at the given index from the vector.
get(int, NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.IntervalYearVector
Get the element at the given index from the vector and sets the state in holder.
get(int) - Method in class org.apache.arrow.vector.IntVector
Get the element at the given index from the vector.
get(int, NullableIntHolder) - Method in class org.apache.arrow.vector.IntVector
Get the element at the given index from the vector and sets the state in holder.
get(ArrowBuf, int) - Static method in class org.apache.arrow.vector.IntVector
Given a data buffer, get the value stored at a particular position in the vector.
get(int) - Method in class org.apache.arrow.vector.LargeVarBinaryVector
Get the variable length element at specified index as byte array.
get(int, NullableLargeVarBinaryHolder) - Method in class org.apache.arrow.vector.LargeVarBinaryVector
Get the variable length element at specified index and sets the state in provided holder.
get(int) - Method in class org.apache.arrow.vector.LargeVarCharVector
Get the variable length element at specified index as byte array.
get(int, NullableLargeVarCharHolder) - Method in class org.apache.arrow.vector.LargeVarCharVector
Get the variable length element at specified index and sets the state in provided holder.
get(int) - Method in class org.apache.arrow.vector.SmallIntVector
Get the element at the given index from the vector.
get(int, NullableSmallIntHolder) - Method in class org.apache.arrow.vector.SmallIntVector
Get the element at the given index from the vector and sets the state in holder.
get(ArrowBuf, int) - Static method in class org.apache.arrow.vector.SmallIntVector
Given a data buffer, get the value stored at a particular position in the vector.
get(int) - Method in class org.apache.arrow.vector.TimeMicroVector
Get the element at the given index from the vector.
get(int, NullableTimeMicroHolder) - Method in class org.apache.arrow.vector.TimeMicroVector
Get the element at the given index from the vector and sets the state in holder.
get(ArrowBuf, int) - Static method in class org.apache.arrow.vector.TimeMicroVector
Given a data buffer, get the value stored at a particular position in the vector.
get(int) - Method in class org.apache.arrow.vector.TimeMilliVector
Get the element at the given index from the vector.
get(int, NullableTimeMilliHolder) - Method in class org.apache.arrow.vector.TimeMilliVector
Get the element at the given index from the vector and sets the state in holder.
get(ArrowBuf, int) - Static method in class org.apache.arrow.vector.TimeMilliVector
Given a data buffer, get the value stored at a particular position in the vector.
get(int) - Method in class org.apache.arrow.vector.TimeNanoVector
Get the element at the given index from the vector.
get(int, NullableTimeNanoHolder) - Method in class org.apache.arrow.vector.TimeNanoVector
Get the element at the given index from the vector and sets the state in holder.
get(ArrowBuf, int) - Static method in class org.apache.arrow.vector.TimeNanoVector
Given a data buffer, get the value stored at a particular position in the vector.
get(int) - Method in class org.apache.arrow.vector.TimeSecVector
Get the element at the given index from the vector.
get(int, NullableTimeSecHolder) - Method in class org.apache.arrow.vector.TimeSecVector
Get the element at the given index from the vector and sets the state in holder.
get(ArrowBuf, int) - Static method in class org.apache.arrow.vector.TimeSecVector
Given a data buffer, get the value stored at a particular position in the vector.
get(int, NullableTimeStampMicroTZHolder) - Method in class org.apache.arrow.vector.TimeStampMicroTZVector
Get the element at the given index from the vector and sets the state in holder.
get(int, NullableTimeStampMicroHolder) - Method in class org.apache.arrow.vector.TimeStampMicroVector
Get the element at the given index from the vector and sets the state in holder.
get(int, NullableTimeStampMilliTZHolder) - Method in class org.apache.arrow.vector.TimeStampMilliTZVector
Get the element at the given index from the vector and sets the state in holder.
get(int, NullableTimeStampMilliHolder) - Method in class org.apache.arrow.vector.TimeStampMilliVector
Get the element at the given index from the vector and sets the state in holder.
get(int, NullableTimeStampNanoTZHolder) - Method in class org.apache.arrow.vector.TimeStampNanoTZVector
Get the element at the given index from the vector and sets the state in holder.
get(int, NullableTimeStampNanoHolder) - Method in class org.apache.arrow.vector.TimeStampNanoVector
Get the element at the given index from the vector and sets the state in holder.
get(int, NullableTimeStampSecTZHolder) - Method in class org.apache.arrow.vector.TimeStampSecTZVector
Get the element at the given index from the vector and sets the state in holder.
get(int, NullableTimeStampSecHolder) - Method in class org.apache.arrow.vector.TimeStampSecVector
Get the element at the given index from the vector and sets the state in holder.
get(int) - Method in class org.apache.arrow.vector.TimeStampVector
Get the element at the given index from the vector.
get(ArrowBuf, int) - Static method in class org.apache.arrow.vector.TimeStampVector
Given a data buffer, get the value stored at a particular position in the vector.
get(int) - Method in class org.apache.arrow.vector.TinyIntVector
Get the element at the given index from the vector.
get(int, NullableTinyIntHolder) - Method in class org.apache.arrow.vector.TinyIntVector
Get the element at the given index from the vector and sets the state in holder.
get(ArrowBuf, int) - Static method in class org.apache.arrow.vector.TinyIntVector
Given a data buffer, get the value stored at a particular position in the vector.
get(int) - Method in class org.apache.arrow.vector.UInt1Vector
Get the element at the given index from the vector.
get(int, NullableUInt1Holder) - Method in class org.apache.arrow.vector.UInt1Vector
Get the element at the given index from the vector and sets the state in holder.
get(ArrowBuf, int) - Static method in class org.apache.arrow.vector.UInt2Vector
Given a data buffer, get the value stored at a particular position in the vector.
get(int) - Method in class org.apache.arrow.vector.UInt2Vector
Get the element at the given index from the vector.
get(int, NullableUInt2Holder) - Method in class org.apache.arrow.vector.UInt2Vector
Get the element at the given index from the vector and sets the state in holder.
get(int) - Method in class org.apache.arrow.vector.UInt4Vector
Get the element at the given index from the vector.
get(int, NullableUInt4Holder) - Method in class org.apache.arrow.vector.UInt4Vector
Get the element at the given index from the vector and sets the state in holder.
get(int) - Method in class org.apache.arrow.vector.UInt8Vector
Get the element at the given index from the vector.
get(int, NullableUInt8Holder) - Method in class org.apache.arrow.vector.UInt8Vector
Get the element at the given index from the vector and sets the state in holder.
get(K) - Method in interface org.apache.arrow.vector.util.MapWithOrdinal
 
get(K) - Method in class org.apache.arrow.vector.util.MapWithOrdinalImpl
 
get(K) - Method in class org.apache.arrow.vector.util.MultiMapWithOrdinal
get set of values for key.
get(K) - Method in class org.apache.arrow.vector.util.PromotableMultiMapWithOrdinal
 
get(int) - Method in class org.apache.arrow.vector.VarBinaryVector
Get the variable length element at specified index as byte array.
get(int, NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.VarBinaryVector
Get the variable length element at specified index and sets the state in provided holder.
get(int) - Method in class org.apache.arrow.vector.VarCharVector
Get the variable length element at specified index as byte array.
get(int, NullableVarCharHolder) - Method in class org.apache.arrow.vector.VarCharVector
Get the variable length element at specified index and sets the state in provided holder.
getAll(K) - Method in interface org.apache.arrow.vector.util.MapWithOrdinal
 
getAll(K) - Method in class org.apache.arrow.vector.util.MapWithOrdinalImpl
 
getAll(K) - Method in class org.apache.arrow.vector.util.MultiMapWithOrdinal
get set of values for key.
getAll(K) - Method in class org.apache.arrow.vector.util.PromotableMultiMapWithOrdinal
 
getAllocator() - Method in class org.apache.arrow.vector.BaseValueVector
 
getAllocator() - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
 
getAllocator() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getAllocator() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getAllocator() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getAllocator() - Method in class org.apache.arrow.vector.NullVector
 
getAllocator() - Method in interface org.apache.arrow.vector.ValueVector
 
getAsStringBuilder(int) - Method in class org.apache.arrow.vector.DurationVector
Get the Interval value at a given index as a StringBuilder object.
getAsStringBuilder(int) - Method in class org.apache.arrow.vector.IntervalDayVector
Get the Interval value at a given index as a StringBuilder object.
getAsStringBuilder(int) - Method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Get the Interval value at a given index as a StringBuilder object.
getAsStringBuilder(int) - Method in class org.apache.arrow.vector.IntervalYearVector
Get the Interval value at a given index as a StringBuilder object.
getBigDecimalFromArrowBuf(ArrowBuf, int, int, int) - Static method in class org.apache.arrow.vector.util.DecimalUtility
Read an ArrowType.Decimal at the given value index in the ArrowBuf and convert to a BigDecimal with the given scale.
getBigDecimalFromByteBuffer(ByteBuffer, int, int) - Static method in class org.apache.arrow.vector.util.DecimalUtility
Read an ArrowType.Decimal from the ByteBuffer and convert to a BigDecimal with the given scale.
getBigInt(String) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column of the given name at the current row.
getBigInt(int) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column with the given index at the current row.
getBigInt(String, NullableBigIntHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column of the given name at the current row.
getBigInt(int, NullableBigIntHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column with the given index at the current row.
getBigIntVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getBigIntVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getBigIntVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getBit(String) - Method in class org.apache.arrow.vector.table.Row
Returns an int from the column of the given name at the current row.
getBit(int) - Method in class org.apache.arrow.vector.table.Row
Returns an int from the column with the given index at the current row.
getBit(String, NullableBitHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column of the given name at the current row.
getBit(int, NullableBitHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column with the given index at the current row.
getBitsFromCurrentByte(ArrowBuf, int, int) - Static method in class org.apache.arrow.vector.BitVectorHelper
Returns the byte at index from data right-shifted by offset.
getBitsFromNextByte(ArrowBuf, int, int) - Static method in class org.apache.arrow.vector.BitVectorHelper
Returns the byte at index from left-shifted by (8 - offset).
getBitVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getBitVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getBitVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getBitWidth() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Decimal
 
getBitWidth() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Int
 
getBitWidth() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Time
 
getBodyBuffer() - Method in class org.apache.arrow.vector.ipc.message.MessageResult
Get the message body data.
getBodyCompression() - Method in class org.apache.arrow.vector.ipc.message.ArrowRecordBatch
 
getBodyLength() - Method in class org.apache.arrow.vector.ipc.message.ArrowBlock
 
getBufferLayouts() - Method in class org.apache.arrow.vector.TypeLayout
Returns the individual BufferLayouts for the given type.
getBuffers(boolean) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Return the underlying buffers associated with this vector.
getBuffers(boolean) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Return the underlying buffers associated with this vector.
getBuffers(boolean) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Return the underlying buffers associated with this vector.
getBuffers(boolean) - Method in class org.apache.arrow.vector.complex.AbstractStructVector
 
getBuffers(boolean) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
getBuffers(boolean) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getBuffers(boolean) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getBuffers(boolean) - Method in class org.apache.arrow.vector.complex.LargeListVector
Return the underlying buffers associated with this vector.
getBuffers(boolean) - Method in class org.apache.arrow.vector.complex.ListVector
Return the underlying buffers associated with this vector.
getBuffers(boolean) - Method in class org.apache.arrow.vector.complex.StructVector
Return the underlying buffers associated with this vector.
getBuffers(boolean) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getBuffers(boolean) - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getBuffers() - Method in class org.apache.arrow.vector.ipc.message.ArrowRecordBatch
Get the record batch buffers.
getBuffers(boolean) - Method in class org.apache.arrow.vector.NullVector
 
getBuffers(boolean) - Method in interface org.apache.arrow.vector.ValueVector
Return the underlying buffers associated with this vector.
getBufferSize() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Get the size (number of bytes) of underlying buffers used by this vector.
getBufferSize() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Get the size (number of bytes) of underlying buffers used by this vector.
getBufferSize() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Get the size (number of bytes) of underlying buffers used by this vector.
getBufferSize() - Method in class org.apache.arrow.vector.BitVector
Get the size (number of bytes) of underlying buffers used by this vector.
getBufferSize() - Method in class org.apache.arrow.vector.complex.AbstractStructVector
 
getBufferSize() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
getBufferSize() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getBufferSize() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getBufferSize() - Method in class org.apache.arrow.vector.complex.LargeListVector
Get the size (number of bytes) of underlying buffers used by this vector.
getBufferSize() - Method in class org.apache.arrow.vector.complex.ListVector
Get the size (number of bytes) of underlying buffers used by this vector.
getBufferSize() - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
getBufferSize() - Method in class org.apache.arrow.vector.complex.StructVector
Get the size (number of bytes) of underlying buffers used by this vector.
getBufferSize() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getBufferSize() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getBufferSize() - Method in class org.apache.arrow.vector.NullVector
 
getBufferSize() - Method in interface org.apache.arrow.vector.ValueVector
Get the number of bytes used by this vector.
getBufferSizeFor(int) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Get the potential buffer size for a particular number of records.
getBufferSizeFor(int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Get the potential buffer size for a particular number of records.
getBufferSizeFor(int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Get the potential buffer size for a particular number of records.
getBufferSizeFor(int) - Method in class org.apache.arrow.vector.BitVector
Get the potential buffer size for a particular number of records.
getBufferSizeFor(int) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
getBufferSizeFor(int) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getBufferSizeFor(int) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getBufferSizeFor(int) - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getBufferSizeFor(int) - Method in class org.apache.arrow.vector.complex.ListVector
 
getBufferSizeFor(int) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
getBufferSizeFor(int) - Method in class org.apache.arrow.vector.complex.StructVector
Get the potential buffer size for a particular number of records.
getBufferSizeFor(int) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getBufferSizeFor(int) - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullVector
 
getBufferSizeFor(int) - Method in interface org.apache.arrow.vector.ValueVector
Returns the number of bytes that is used by this vector if it holds the given number of values.
getBuffersLayout() - Method in class org.apache.arrow.vector.ipc.message.ArrowRecordBatch
Get the serialized layout.
getBufferTypes() - Method in class org.apache.arrow.vector.TypeLayout
Returns the types of each buffer for this layout.
getByOrdinal(int) - Method in interface org.apache.arrow.vector.util.MapWithOrdinal
 
getByOrdinal(int) - Method in class org.apache.arrow.vector.util.MapWithOrdinalImpl
Returns the value corresponding to the given ordinal.
getByOrdinal(int) - Method in class org.apache.arrow.vector.util.MultiMapWithOrdinal
Returns the value corresponding to the given ordinal.
getByOrdinal(int) - Method in class org.apache.arrow.vector.util.PromotableMultiMapWithOrdinal
 
getByteArrayFromArrowBuf(ArrowBuf, int, int) - Static method in class org.apache.arrow.vector.util.DecimalUtility
Read an ArrowType.Decimal from the ArrowBuf at the given value index and return it as a byte array.
getByteCapacity() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Get the size (number of bytes) of underlying data buffer.
getByteCapacity() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Get the size (number of bytes) of underlying data buffer.
getByteCapacity() - Method in interface org.apache.arrow.vector.complex.RepeatedVariableWidthVectorLike
Provide the maximum amount of variable width bytes that can be stored int his vector.
getByteCapacity() - Method in interface org.apache.arrow.vector.VariableWidthVector
Provide the maximum amount of variable width bytes that can be stored in this vector.
getBytes() - Method in class org.apache.arrow.vector.util.Text
Returns the raw bytes; however, only data up to Text.getLength() is valid.
getByteWidth() - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
 
getByteWidth() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FixedSizeBinary
 
getChild(String) - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
Returns a ValueVector corresponding to the given field name if exists or null.
getChild(String, Class<T>) - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
 
getChild(String, Class<T>) - Method in class org.apache.arrow.vector.complex.AbstractStructVector
Returns a ValueVector instance of subtype of T corresponding to the given field name if exists or null.
getChild(String, Class<T>) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getChild(String, Class<T>) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getChildByOrdinal(int) - Method in class org.apache.arrow.vector.complex.AbstractStructVector
Returns a ValueVector corresponding to the given ordinal identifier.
getChildFieldNames() - Method in class org.apache.arrow.vector.complex.AbstractStructVector
Get child field names.
getChildren() - Method in class org.apache.arrow.vector.complex.AbstractStructVector
Get child vectors.
getChildren() - Method in class org.apache.arrow.vector.types.pojo.Field
 
getChildrenFromFields() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Get the inner child vectors.
getChildrenFromFields() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Get the inner child vectors.
getChildrenFromFields() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Get the inner child vectors.
getChildrenFromFields() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getChildrenFromFields() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getChildrenFromFields() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getChildrenFromFields() - Method in class org.apache.arrow.vector.complex.ListVector
 
getChildrenFromFields() - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
getChildrenFromFields() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getChildrenFromFields() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getChildrenFromFields() - Method in interface org.apache.arrow.vector.FieldVector
The returned list is the same size as the list passed to initializeChildrenFromFields.
getChildrenFromFields() - Method in class org.apache.arrow.vector.NullVector
 
getChildVectorWithOrdinal(String) - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
 
getChildVectorWithOrdinal(String) - Method in class org.apache.arrow.vector.complex.AbstractStructVector
Get a child vector by name.
getChildVectorWithOrdinal(String) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getChildVectorWithOrdinal(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getCodec() - Method in class org.apache.arrow.vector.ipc.message.ArrowBodyCompression
 
getCodecType() - Method in interface org.apache.arrow.vector.compression.CompressionCodec
Gets the type of the codec.
getCodecType() - Method in class org.apache.arrow.vector.compression.NoCompressionCodec
 
getConflictPolicy() - Method in class org.apache.arrow.vector.complex.AbstractStructVector
 
getCurrentPosition() - Method in class org.apache.arrow.vector.ipc.WriteChannel
 
getCustomMetadata() - Method in class org.apache.arrow.vector.types.pojo.Schema
 
getDataBuffer() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Get the buffer that stores the data for elements in the vector.
getDataBuffer() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Get the buffer that stores the data for elements in the vector.
getDataBuffer() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Get the buffer that stores the data for elements in the vector.
getDataBuffer() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getDataBuffer() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getDataBuffer() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getDataBuffer() - Method in class org.apache.arrow.vector.complex.ListVector
 
getDataBuffer() - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
getDataBuffer() - Method in class org.apache.arrow.vector.complex.StructVector
 
getDataBuffer() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getDataBuffer() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getDataBuffer() - Method in class org.apache.arrow.vector.NullVector
 
getDataBuffer() - Method in interface org.apache.arrow.vector.ValueVector
Gets the underlying buffer associated with data vector.
getDataBufferAddress() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Get the memory address of buffer that stores the data for elements in the vector.
getDataBufferAddress() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Get the memory address of buffer that stores the data for elements in the vector.
getDataBufferAddress() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Get the memory address of buffer that stores the data for elements in the vector.
getDataBufferAddress() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getDataBufferAddress() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getDataBufferAddress() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getDataBufferAddress() - Method in class org.apache.arrow.vector.complex.ListVector
 
getDataBufferAddress() - Method in class org.apache.arrow.vector.complex.StructVector
 
getDataBufferAddress() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getDataBufferAddress() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getDataBufferAddress() - Method in interface org.apache.arrow.vector.FieldVector
Gets the starting address of the underlying buffer associated with data vector.
getDataBufferAddress() - Method in class org.apache.arrow.vector.NullVector
 
getDataPointer(int) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
 
getDataPointer(int, ArrowBufPointer) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
 
getDataPointer(int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
getDataPointer(int, ArrowBufPointer) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
getDataPointer(int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
 
getDataPointer(int, ArrowBufPointer) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
 
getDataPointer(int) - Method in class org.apache.arrow.vector.BitVector
 
getDataPointer(int, ArrowBufPointer) - Method in class org.apache.arrow.vector.BitVector
 
getDataPointer(int) - Method in interface org.apache.arrow.vector.ElementAddressableVector
Gets the pointer for the data at the given index.
getDataPointer(int, ArrowBufPointer) - Method in interface org.apache.arrow.vector.ElementAddressableVector
Gets the pointer for the data at the given index.
getDataVector() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
getDataVector() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getDataVector() - Method in class org.apache.arrow.vector.complex.LargeListVector
Get the inner data vector for this list vector.
getDataVector() - Method in class org.apache.arrow.vector.complex.ListVector
Get the inner data vector for this list vector.
getDataVector() - Method in interface org.apache.arrow.vector.complex.RepeatedValueVector
Get the data vector.
getDateDayVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getDateDayVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getDateDayVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getDateMilliVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getDateMilliVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getDateMilliVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getDateTimeFormatter() - Static method in class org.apache.arrow.vector.util.DateUtility
Returns the date time formatter used to parse date strings.
getDays(ArrowBuf, int) - Static method in class org.apache.arrow.vector.IntervalDayVector
Given a data buffer, get the number of days stored at a particular position in the vector.
getDays(ArrowBuf, int) - Static method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Given a data buffer, get the number of days stored at a particular position in the vector.
getDecimal(int, NullableDecimalHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the value of the holder with data from vector at the given index at the current row.
getDecimal(String, NullableDecimalHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the value of the holder with data from the vector with given name at the current row.
getDecimal(String) - Method in class org.apache.arrow.vector.table.Row
Returns an ArrowBuf from the column of the given name at the current row.
getDecimal(int) - Method in class org.apache.arrow.vector.table.Row
Returns an ArrowBuf from the column with the given index at the current row.
getDecimal256Vector(byte, ArrowType) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getDecimal256Vector(ArrowType) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getDecimal256Vector(String, ArrowType) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getDecimal256Vector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getDecimalObj(String) - Method in class org.apache.arrow.vector.table.Row
Returns a BigDecimal from the column of the given name at the current row.
getDecimalObj(int) - Method in class org.apache.arrow.vector.table.Row
Returns a BigDecimal from the column with the given index at the current row.
getDecimalVector(byte, ArrowType) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getDecimalVector(ArrowType) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getDecimalVector(String, ArrowType) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getDecimalVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getDefaultCharacterSet() - Method in class org.apache.arrow.vector.table.Row
Returns the default character set for use with character vectors.
getDenseUnion(String) - Method in class org.apache.arrow.vector.table.Row
Returns an Object from the column of the given name at the current row.
getDenseUnion(int) - Method in class org.apache.arrow.vector.table.Row
Returns an Object from the column with the given vectorIndex at the current row.
getDensity() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Get the density of this ListVector.
getDensity() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Get the density of this ListVector.
getDensity() - Method in class org.apache.arrow.vector.complex.LargeListVector
Get the density of this ListVector.
getDensity() - Method in class org.apache.arrow.vector.complex.ListVector
Get the density of this ListVector.
getDictionaries() - Method in class org.apache.arrow.vector.ipc.message.ArrowFooter
 
getDictionary() - Method in class org.apache.arrow.vector.ipc.message.ArrowDictionaryBatch
 
getDictionary() - Method in class org.apache.arrow.vector.types.pojo.Field
 
getDictionary() - Method in class org.apache.arrow.vector.types.pojo.FieldType
 
getDictionaryBlocks() - Method in class org.apache.arrow.vector.ipc.ArrowFileReader
 
getDictionaryBlocks() - Method in class org.apache.arrow.vector.ipc.ArrowFileWriter
 
getDictionaryId() - Method in class org.apache.arrow.vector.ipc.message.ArrowDictionaryBatch
 
getDictionaryIds() - Method in interface org.apache.arrow.vector.dictionary.DictionaryProvider
Get all dictionary IDs.
getDictionaryIds() - Method in class org.apache.arrow.vector.dictionary.DictionaryProvider.MapDictionaryProvider
 
getDictionaryIds() - Method in class org.apache.arrow.vector.ipc.ArrowReader
 
getDictionaryIds() - Method in class org.apache.arrow.vector.ipc.JsonFileReader
 
getDictionaryProvider() - Method in class org.apache.arrow.vector.table.BaseTable
Returns the DictionaryProvider for this table.
getDictionaryVectors() - Method in class org.apache.arrow.vector.ipc.ArrowReader
Returns any dictionaries that were loaded along with ArrowRecordBatches.
getDuration() - Method in class org.apache.arrow.vector.PeriodDuration
 
getDuration(String) - Method in class org.apache.arrow.vector.table.Row
Returns an ArrowBuf from the column of the given name at the current row.
getDuration(int) - Method in class org.apache.arrow.vector.table.Row
Returns an ArrowBuf from the column with the given index at the current row.
getDuration(String, NullableDurationHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column of the given name at the current row.
getDuration(int, NullableDurationHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column with the given index at the current row.
getDurationObj(String) - Method in class org.apache.arrow.vector.table.Row
Returns a Duration from the column of the given name at the current row.
getDurationObj(int) - Method in class org.apache.arrow.vector.table.Row
Returns a Duration from the column with the given index at the current row.
getElementEndIndex(int) - Method in interface org.apache.arrow.vector.complex.BaseListVector
Get data vector end index with the given list index.
getElementEndIndex(int) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getElementEndIndex(int) - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getElementEndIndex(int) - Method in class org.apache.arrow.vector.complex.ListVector
 
getElementStartIndex(int) - Method in interface org.apache.arrow.vector.complex.BaseListVector
Get data vector start index with the given list index.
getElementStartIndex(int) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getElementStartIndex(int) - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getElementStartIndex(int) - Method in class org.apache.arrow.vector.complex.ListVector
 
getEncoding() - Method in class org.apache.arrow.vector.dictionary.Dictionary
 
getEndOffset(int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Gets the ending offset of a record, given its index.
getExtensionType(int) - Method in class org.apache.arrow.vector.table.Row
Returns an object representing the value in the ExtensionTypeVector at the currentRow and vectorIndex.
getExtensionType(String) - Method in class org.apache.arrow.vector.table.Row
Returns an object representing the value in the named ExtensionTypeVector at the currentRow.
getField() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Get information about how this field is materialized.
getField() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Get information about how this field is materialized.
getField() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Get information about how this field is materialized.
getField() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getField() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getField() - Method in class org.apache.arrow.vector.complex.impl.BigIntReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.BigIntWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.BitReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.BitWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.ComplexWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.DateDayReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.DateDayWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.DateMilliReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.DateMilliWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.Decimal256ReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.Decimal256WriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.DecimalReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.DecimalWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
getField() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
getField() - Method in class org.apache.arrow.vector.complex.impl.DurationReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.DurationWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.Float4ReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.Float4WriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.Float8ReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.Float8WriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.IntervalYearReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.IntervalYearWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.IntReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.IntWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.NullableStructReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
getField() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
getField() - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
getField() - Method in class org.apache.arrow.vector.complex.impl.SingleStructReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
getField() - Method in class org.apache.arrow.vector.complex.impl.SmallIntReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.SmallIntWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeMicroReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeMicroWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeMilliReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeMilliWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeNanoReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeNanoWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeSecReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeSecWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TinyIntReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.TinyIntWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.UInt1ReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.UInt1WriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.UInt2ReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.UInt2WriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.UInt4ReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.UInt4WriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.UInt8ReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.UInt8WriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
getField() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListReader
 
getField() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
getField() - Method in class org.apache.arrow.vector.complex.impl.UnionListReader
 
getField() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
getField() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
getField() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
getField() - Method in class org.apache.arrow.vector.complex.impl.VarBinaryReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.VarBinaryWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.VarCharReaderImpl
 
getField() - Method in class org.apache.arrow.vector.complex.impl.VarCharWriterImpl
 
getField() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getField() - Method in class org.apache.arrow.vector.complex.ListVector
 
getField() - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
getField() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader
 
getField() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getField() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
getField() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getField() - Method in class org.apache.arrow.vector.NullVector
 
getField(String) - Method in class org.apache.arrow.vector.table.BaseTable
Returns the Field with the given name if one exists in this table.
getField(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.Field
Puts this object into builder and returns the length of the serialized flatbuffer.
getField() - Method in interface org.apache.arrow.vector.ValueVector
Get information about how this field is materialized.
getFieldBuffers() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Get the buffers belonging to this vector.
getFieldBuffers() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Get the buffers belonging to this vector.
getFieldBuffers() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Get the buffers belonging to this vector.
getFieldBuffers() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getFieldBuffers() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getFieldBuffers() - Method in class org.apache.arrow.vector.complex.LargeListVector
Get the buffers belonging to this vector.
getFieldBuffers() - Method in class org.apache.arrow.vector.complex.ListVector
Get the buffers belonging to this vector.
getFieldBuffers() - Method in class org.apache.arrow.vector.complex.StructVector
 
getFieldBuffers() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getFieldBuffers() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getFieldBuffers() - Method in interface org.apache.arrow.vector.FieldVector
Get the buffers of the fields, (same size as getFieldVectors() since it is their content).
getFieldBuffers() - Method in class org.apache.arrow.vector.NullVector
 
getFieldInnerVectors() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
getFieldInnerVectors() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
getFieldInnerVectors() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
getFieldInnerVectors() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
getFieldInnerVectors() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
getFieldInnerVectors() - Method in class org.apache.arrow.vector.complex.LargeListVector
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
getFieldInnerVectors() - Method in class org.apache.arrow.vector.complex.ListVector
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
getFieldInnerVectors() - Method in class org.apache.arrow.vector.complex.StructVector
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
getFieldInnerVectors() - Method in class org.apache.arrow.vector.complex.UnionVector
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
getFieldInnerVectors() - Method in class org.apache.arrow.vector.ExtensionTypeVector
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
getFieldInnerVectors() - Method in interface org.apache.arrow.vector.FieldVector
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullVector
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
getFields() - Method in class org.apache.arrow.vector.types.pojo.Schema
 
getFieldType() - Method in class org.apache.arrow.vector.types.pojo.Field
 
getFieldVectors() - Method in class org.apache.arrow.vector.VectorSchemaRoot
 
getFixedSizeBinary(String) - Method in class org.apache.arrow.vector.table.Row
Returns a byte[] from the column of the given name at the current row.
getFixedSizeBinary(int) - Method in class org.apache.arrow.vector.table.Row
Returns a byte[] from the column with the given index at the current row.
getFlatbufID() - Method in enum org.apache.arrow.vector.types.DateUnit
 
getFlatbufID() - Method in enum org.apache.arrow.vector.types.FloatingPointPrecision
 
getFlatbufID() - Method in enum org.apache.arrow.vector.types.IntervalUnit
 
getFlatbufID() - Method in enum org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeID
 
getFlatbufID() - Method in enum org.apache.arrow.vector.types.TimeUnit
 
getFlatbufID() - Method in enum org.apache.arrow.vector.types.UnionMode
 
getFloat4(String) - Method in class org.apache.arrow.vector.table.Row
Returns a float from the column of the given name at the current row.
getFloat4(int) - Method in class org.apache.arrow.vector.table.Row
Returns a float from the column with the given index at the current row.
getFloat4(String, NullableFloat4Holder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column of the given name at the current row.
getFloat4(int, NullableFloat4Holder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column with the given index at the current row.
getFloat4Vector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getFloat4Vector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getFloat4Vector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getFloat8(String) - Method in class org.apache.arrow.vector.table.Row
Returns a double from the column of the given name at the current row.
getFloat8(int) - Method in class org.apache.arrow.vector.table.Row
Returns a double from the column with the given index at the current row.
getFloat8(String, NullableFloat8Holder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column with the given index at the current row.
getFloat8(int, NullableFloat8Holder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column with the given index at the current row.
getFloat8Vector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getFloat8Vector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getFloat8Vector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getId() - Method in class org.apache.arrow.vector.types.pojo.DictionaryEncoding
 
getIndex(int, ValueVector) - Method in class org.apache.arrow.vector.dictionary.DictionaryHashTable
get the corresponding dictionary index with the given index in vector which to encode.
getIndexType(int) - Static method in class org.apache.arrow.vector.dictionary.DictionaryEncoder
Get the indexType according to the dictionary vector valueCount.
getIndexType() - Method in class org.apache.arrow.vector.types.pojo.DictionaryEncoding
 
getInnerValueCount() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
getInnerValueCountAt(int) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
Returns the value count for inner data vector at a particular index.
getInt(String) - Method in class org.apache.arrow.vector.table.Row
Returns an int from the column of the given name at the current row.
getInt(int) - Method in class org.apache.arrow.vector.table.Row
Returns an int from the column with the given index at the current row.
getInt(String, NullableIntHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column of the given name at the current row.
getInt(int, NullableIntHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column with the given index at the current row.
getInt(Field) - Static method in class org.apache.arrow.vector.types.pojo.ArrowType
 
getIntervalDay(String) - Method in class org.apache.arrow.vector.table.Row
Returns an ArrowBuf from the column of the given name at the current row.
getIntervalDay(int) - Method in class org.apache.arrow.vector.table.Row
Returns an ArrowBuf from the column with the given index at the current row.
getIntervalDay(String, NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column of the given name at the current row.
getIntervalDay(int, NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column with the given index at the current row.
getIntervalDayObj(int) - Method in class org.apache.arrow.vector.table.Row
Returns a Duration from the column with the given index at the current row.
getIntervalDayObj(String) - Method in class org.apache.arrow.vector.table.Row
Returns a Duration from the column of the given name at the current row.
getIntervalDayVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getIntervalDayVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getIntervalDayVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getIntervalMonthDayNano(String) - Method in class org.apache.arrow.vector.table.Row
Returns an ArrowBuf from the column of the given name at the current row.
getIntervalMonthDayNano(int) - Method in class org.apache.arrow.vector.table.Row
Returns an ArrowBuf from the column with the given index at the current row.
getIntervalMonthDayNano(String, NullableIntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column of the given name at the current row.
getIntervalMonthDayNano(int, NullableIntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column with the given index at the current row.
getIntervalMonthDayNanoObj(String) - Method in class org.apache.arrow.vector.table.Row
Returns a PeriodDuration from the column of the given name at the current row.
getIntervalMonthDayNanoObj(int) - Method in class org.apache.arrow.vector.table.Row
Returns a PeriodDuration from the column with the given index at the current row.
getIntervalMonthDayNanoVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getIntervalMonthDayNanoVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getIntervalMonthDayNanoVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getIntervalYear(String) - Method in class org.apache.arrow.vector.table.Row
Returns an int from the column of the given name at the current row.
getIntervalYear(int) - Method in class org.apache.arrow.vector.table.Row
Returns an int from the column with the given index at the current row.
getIntervalYear(String, NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column of the given name at the current row.
getIntervalYear(int, NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column with the given index at the current row.
getIntervalYearObj(String) - Method in class org.apache.arrow.vector.table.Row
Returns a Period from the column of the given name at the current row.
getIntervalYearObj(int) - Method in class org.apache.arrow.vector.table.Row
Returns a Period from the column with the given index at the current row.
getIntervalYearVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getIntervalYearVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getIntervalYearVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getIntVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getIntVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getIntVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getIsSigned() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Int
 
getKeysSorted() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Map
 
getLargeVarBinary(String) - Method in class org.apache.arrow.vector.table.Row
Returns a byte[] from the column of the given name at the current row.
getLargeVarBinary(int) - Method in class org.apache.arrow.vector.table.Row
Returns a byte[] from the column with the given index at the current row.
getLargeVarBinaryVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getLargeVarBinaryVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getLargeVarBinaryVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getLargeVarChar(String) - Method in class org.apache.arrow.vector.table.Row
Returns a byte[] from the column of the given name at the current row.
getLargeVarChar(int) - Method in class org.apache.arrow.vector.table.Row
Returns a byte[] from the column with the given index at the current row.
getLargeVarCharObj(String) - Method in class org.apache.arrow.vector.table.Row
Returns a String from the column of the given name at the current row.
getLargeVarCharObj(int) - Method in class org.apache.arrow.vector.table.Row
Returns a String from the column with the given index at the current row.
getLargeVarCharVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getLargeVarCharVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getLargeVarCharVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getLastSet() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Get the index of last non-null element in the vector.
getLastSet() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Get the index of last non-null element in the vector.
getLastSet() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getLastSet() - Method in class org.apache.arrow.vector.complex.ListVector
 
getLeft() - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
getLeftStart() - Method in class org.apache.arrow.vector.compare.Range
 
getLength() - Method in class org.apache.arrow.vector.compare.Range
 
getLength() - Method in class org.apache.arrow.vector.ipc.message.ArrowFieldNode
 
getLength() - Method in class org.apache.arrow.vector.ipc.message.ArrowRecordBatch
 
getLength() - Method in class org.apache.arrow.vector.util.Text
Get the number of bytes in the byte array.
getList(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getList() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getList(String) - Method in class org.apache.arrow.vector.table.Row
Returns a List from the column of the given name at the current row.
getList(int) - Method in class org.apache.arrow.vector.table.Row
Returns a List from the column with the given index at the current row.
getListSize() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
Get the fixed size for each list.
getListSize() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FixedSizeList
 
getLocalDateTimeFromEpochMicro(long, String) - Static method in class org.apache.arrow.vector.util.DateUtility
Convert microseconds from epoch to a LocalDateTime with timeZone offset.
getLocalDateTimeFromEpochMicro(long) - Static method in class org.apache.arrow.vector.util.DateUtility
Convert microseconds from epoch to a LocalDateTime with UTC offset.
getLocalDateTimeFromEpochMilli(long, String) - Static method in class org.apache.arrow.vector.util.DateUtility
Convert milliseconds from epoch to a LocalDateTime with timeZone offset.
getLocalDateTimeFromEpochMilli(long) - Static method in class org.apache.arrow.vector.util.DateUtility
Convert milliseconds from epoch to a LocalDateTime with UTC offset.
getLocalDateTimeFromEpochNano(long, String) - Static method in class org.apache.arrow.vector.util.DateUtility
Convert nanoseconds from epoch to a LocalDateTime with timeZone offset.
getLocalDateTimeFromEpochNano(long) - Static method in class org.apache.arrow.vector.util.DateUtility
Convert nanoseconds from epoch to a LocalDateTime with UTC offset.
getMap(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getMap() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getMap(ArrowType) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getMap(String, ArrowType) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getMap(int) - Method in class org.apache.arrow.vector.table.Row
Returns a Map from the column of the given vectorIndex at the current row.
getMap(String) - Method in class org.apache.arrow.vector.table.Row
Returns a Map from the column of the given name at the current row.
getMessage() - Method in class org.apache.arrow.vector.ipc.message.MessageMetadataResult
Get the realized flatbuf Message metadata description.
getMessage() - Method in class org.apache.arrow.vector.ipc.message.MessageResult
Get the Message metadata.
getMessageBodyLength() - Method in class org.apache.arrow.vector.ipc.message.MessageMetadataResult
Get the length of the message body.
getMessageBuffer() - Method in class org.apache.arrow.vector.ipc.message.MessageMetadataResult
Get the buffer containing the raw message metadata bytes, not including the message body data.
getMessageLength() - Method in class org.apache.arrow.vector.ipc.message.MessageMetadataResult
Get the length of the message metadata in bytes, not including the body length.
getMessageType() - Method in class org.apache.arrow.vector.ipc.message.ArrowDictionaryBatch
 
getMessageType() - Method in interface org.apache.arrow.vector.ipc.message.ArrowMessage
Returns the flatbuffer enum value indicating the type of the message.
getMessageType() - Method in class org.apache.arrow.vector.ipc.message.ArrowRecordBatch
 
getMetaData() - Method in class org.apache.arrow.vector.ipc.ArrowFileReader
Get custom metadata.
getMetaData() - Method in class org.apache.arrow.vector.ipc.message.ArrowFooter
 
getMetadata() - Method in class org.apache.arrow.vector.types.pojo.Field
 
getMetadata() - Method in class org.apache.arrow.vector.types.pojo.FieldType
 
getMetadataLength() - Method in class org.apache.arrow.vector.ipc.message.ArrowBlock
 
getMetadataVersion() - Method in class org.apache.arrow.vector.ipc.message.ArrowFooter
 
getMethod() - Method in class org.apache.arrow.vector.ipc.message.ArrowBodyCompression
 
getMilliseconds(ArrowBuf, int) - Static method in class org.apache.arrow.vector.IntervalDayVector
Given a data buffer, get the get the number of milliseconds stored at a particular position in the vector.
getMinorType() - Method in class org.apache.arrow.vector.BigIntVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.BitVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getMinorType() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.BigIntHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.BigIntReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.BitHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.BitReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.DateDayHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.DateDayReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.DateMilliHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.DateMilliReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.Decimal256HolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.Decimal256ReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.DecimalHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.DecimalReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.DurationHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.DurationReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.Float4HolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.Float4ReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.Float8HolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.Float8ReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.IntervalYearHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.IntervalYearReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.IntHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.IntReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableBigIntHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableBitHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableDateDayHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableDateMilliHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableDecimal256HolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableDecimalHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableDurationHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableFixedSizeBinaryHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableFloat4HolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableFloat8HolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalDayHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalMonthDayNanoHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalYearHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableIntHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableLargeVarBinaryHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableLargeVarCharHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableSmallIntHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeMicroHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeMilliHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeNanoHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeSecHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroTZHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliTZHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoTZHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampSecHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampSecTZHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableTinyIntHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt1HolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt2HolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt4HolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt8HolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableVarBinaryHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableVarCharHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.SingleListReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.SingleStructReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.SmallIntHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.SmallIntReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeMicroHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeMicroReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeMilliHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeMilliReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeNanoHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeNanoReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeSecHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeSecReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TinyIntHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TinyIntReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.UInt1HolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.UInt1ReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.UInt2HolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.UInt2ReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.UInt4HolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.UInt4ReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.UInt8HolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.UInt8ReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListReader
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListReader
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.UnionListReader
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.UnionMapReader
Return the MinorType of the reader as MAP.
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.VarBinaryHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.VarBinaryReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.VarCharHolderReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.impl.VarCharReaderImpl
 
getMinorType() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getMinorType() - Method in class org.apache.arrow.vector.complex.ListVector
 
getMinorType() - Method in class org.apache.arrow.vector.complex.MapVector
 
getMinorType() - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
getMinorType() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader
 
getMinorType() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getMinorType() - Method in class org.apache.arrow.vector.DateDayVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.DateMilliVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.Decimal256Vector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.DecimalVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.DurationVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getMinorType() - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.Float4Vector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.Float8Vector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.holders.DenseUnionHolder
 
getMinorType() - Method in class org.apache.arrow.vector.holders.UnionHolder
 
getMinorType() - Method in class org.apache.arrow.vector.IntervalDayVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.IntervalYearVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.IntVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.LargeVarBinaryVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.LargeVarCharVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.NullVector
 
getMinorType() - Method in class org.apache.arrow.vector.SmallIntVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.TimeMicroVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.TimeMilliVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.TimeNanoVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.TimeSecVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.TimeStampMicroTZVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.TimeStampMicroVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.TimeStampMilliTZVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.TimeStampMilliVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.TimeStampNanoTZVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.TimeStampNanoVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.TimeStampSecTZVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.TimeStampSecVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.TinyIntVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.UInt1Vector
 
getMinorType() - Method in class org.apache.arrow.vector.UInt2Vector
 
getMinorType() - Method in class org.apache.arrow.vector.UInt4Vector
 
getMinorType() - Method in class org.apache.arrow.vector.UInt8Vector
 
getMinorType() - Method in interface org.apache.arrow.vector.ValueVector
 
getMinorType() - Method in class org.apache.arrow.vector.VarBinaryVector
Get minor type for this vector.
getMinorType() - Method in class org.apache.arrow.vector.VarCharVector
Get minor type for this vector.
getMinorTypeForArrowType(ArrowType) - Static method in class org.apache.arrow.vector.types.Types
Maps the ArrowType to the java implementations MinorType.
getMode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Union
 
getMonths(ArrowBuf, int) - Static method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Given a data buffer, get the number of months stored at a particular position in the vector.
getName() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
 
getName() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
getName() - Method in class org.apache.arrow.vector.BaseValueVector
 
getName() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
 
getName() - Method in enum org.apache.arrow.vector.BufferLayout.BufferType
 
getName() - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
 
getName() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
getName() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getName() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getName() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getName() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getName() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getName() - Method in class org.apache.arrow.vector.NullVector
 
getName() - Method in class org.apache.arrow.vector.types.pojo.Field
 
getName() - Method in interface org.apache.arrow.vector.ValueVector
Gets the name of the vector.
getNanoseconds(ArrowBuf, int) - Static method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Given a data buffer, get the get the number of nanoseconds stored at a particular position in the vector.
getNewFieldWriter(ValueVector) - Method in enum org.apache.arrow.vector.types.Types.MinorType
 
getNewVector(String, FieldType, BufferAllocator) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ExtensionType
Construct a vector for the user type.
getNewVector(String, FieldType, BufferAllocator, CallBack) - Method in enum org.apache.arrow.vector.types.Types.MinorType
Constructs a new vector for the given type.
getNewVector(Field, BufferAllocator, CallBack) - Method in enum org.apache.arrow.vector.types.Types.MinorType
Constructs a new vector for the given type.
getNodes() - Method in class org.apache.arrow.vector.ipc.message.ArrowRecordBatch
Get the nodes in this record batch.
getNoOverflow(ArrowBuf, int) - Static method in class org.apache.arrow.vector.UInt1Vector
Given a data buffer, get the value stored at a particular position in the vector.
getNoOverflow(ArrowBuf, int) - Static method in class org.apache.arrow.vector.UInt4Vector
Given a data buffer, get the value stored at a particular position in the vector.
getNoOverflow(ArrowBuf, int) - Static method in class org.apache.arrow.vector.UInt8Vector
Given a data buffer, get the value stored at a particular position in the vector.
getNullableCaseSensitiveStructWriterFactoryInstance() - Static method in class org.apache.arrow.vector.complex.impl.NullableStructWriterFactory
 
getNullableStructWriterFactory() - Method in class org.apache.arrow.vector.complex.impl.NullableCaseSensitiveStructWriter
 
getNullableStructWriterFactory() - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
getNullableStructWriterFactory() - Method in class org.apache.arrow.vector.complex.impl.SingleCaseSensitiveStructWriter
 
getNullableStructWriterFactory() - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
getNullableStructWriterFactoryInstance() - Static method in class org.apache.arrow.vector.complex.impl.NullableStructWriterFactory
 
getNullCount() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Get the number of elements that are null in the vector.
getNullCount() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Get the number of elements that are null in the vector.
getNullCount() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Get the number of elements that are null in the vector.
getNullCount(ArrowBuf, int) - Static method in class org.apache.arrow.vector.BitVectorHelper
Given a validity buffer, find the number of bits that are not set.
getNullCount() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getNullCount() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getNullCount() - Method in class org.apache.arrow.vector.complex.LargeListVector
Get the number of elements that are null in the vector.
getNullCount() - Method in class org.apache.arrow.vector.complex.ListVector
Get the number of elements that are null in the vector.
getNullCount() - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
getNullCount() - Method in class org.apache.arrow.vector.complex.StructVector
Return the number of null values in the vector.
getNullCount() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getNullCount() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getNullCount() - Method in class org.apache.arrow.vector.ipc.message.ArrowFieldNode
 
getNullCount() - Method in class org.apache.arrow.vector.NullVector
 
getNullCount() - Method in interface org.apache.arrow.vector.ValueVector
Returns number of null elements in the vector.
getNullCount() - Method in class org.apache.arrow.vector.ZeroVector
 
getObject(int) - Method in class org.apache.arrow.vector.BigIntVector
getObject(int) - Method in class org.apache.arrow.vector.BitVector
getObject(int) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getObject(int) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getObject(int) - Method in class org.apache.arrow.vector.complex.LargeListVector
Get the element in the list vector at a particular index.
getObject(int) - Method in class org.apache.arrow.vector.complex.ListVector
Get the element in the list vector at a particular index.
getObject(int) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
getObject(int) - Method in class org.apache.arrow.vector.complex.StructVector
 
getObject(int) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getObject(int) - Method in class org.apache.arrow.vector.DateDayVector
getObject(int) - Method in class org.apache.arrow.vector.DateMilliVector
getObject(int) - Method in class org.apache.arrow.vector.Decimal256Vector
getObject(int) - Method in class org.apache.arrow.vector.DecimalVector
getObject(int) - Method in class org.apache.arrow.vector.DurationVector
getObject(int) - Method in class org.apache.arrow.vector.ExtensionTypeVector
Get the extension object at the specified index.
getObject(int) - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
getObject(int) - Method in class org.apache.arrow.vector.Float4Vector
getObject(int) - Method in class org.apache.arrow.vector.Float8Vector
getObject(int) - Method in class org.apache.arrow.vector.IntervalDayVector
getObject(int) - Method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
getObject(int) - Method in class org.apache.arrow.vector.IntervalYearVector
getObject(int) - Method in class org.apache.arrow.vector.IntVector
getObject(int) - Method in class org.apache.arrow.vector.LargeVarBinaryVector
Get the variable length element at specified index as Text.
getObject(int) - Method in class org.apache.arrow.vector.LargeVarCharVector
Get the variable length element at specified index as Text.
getObject(int) - Method in class org.apache.arrow.vector.NullVector
 
getObject(int) - Method in class org.apache.arrow.vector.SmallIntVector
getObject(int) - Method in class org.apache.arrow.vector.TimeMicroVector
getObject(int) - Method in class org.apache.arrow.vector.TimeMilliVector
getObject(int) - Method in class org.apache.arrow.vector.TimeNanoVector
getObject(int) - Method in class org.apache.arrow.vector.TimeSecVector
getObject(int) - Method in class org.apache.arrow.vector.TimeStampMicroTZVector
getObject(int) - Method in class org.apache.arrow.vector.TimeStampMicroVector
getObject(int) - Method in class org.apache.arrow.vector.TimeStampMilliTZVector
getObject(int) - Method in class org.apache.arrow.vector.TimeStampMilliVector
getObject(int) - Method in class org.apache.arrow.vector.TimeStampNanoTZVector
getObject(int) - Method in class org.apache.arrow.vector.TimeStampNanoVector
getObject(int) - Method in class org.apache.arrow.vector.TimeStampSecTZVector
getObject(int) - Method in class org.apache.arrow.vector.TimeStampSecVector
getObject(int) - Method in class org.apache.arrow.vector.TinyIntVector
getObject(int) - Method in class org.apache.arrow.vector.UInt1Vector
getObject(int) - Method in class org.apache.arrow.vector.UInt2Vector
getObject(int) - Method in class org.apache.arrow.vector.UInt4Vector
getObject(int) - Method in class org.apache.arrow.vector.UInt8Vector
getObject(int) - Method in interface org.apache.arrow.vector.ValueVector
Get friendly type object from the vector.
getObject(int) - Method in class org.apache.arrow.vector.VarBinaryVector
Get the variable length element at specified index as Text.
getObject(int) - Method in class org.apache.arrow.vector.VarCharVector
Get the variable length element at specified index as Text.
getObjectNoOverflow(int) - Method in class org.apache.arrow.vector.UInt1Vector
Returns the value stored at index without the potential for overflow.
getObjectNoOverflow(int) - Method in class org.apache.arrow.vector.UInt4Vector
getObjectNoOverflow(int) - Method in class org.apache.arrow.vector.UInt8Vector
Returns the value stored at index without the potential for overflow.
getOffset(int) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getOffset() - Method in class org.apache.arrow.vector.ipc.message.ArrowBlock
 
getOffset() - Method in class org.apache.arrow.vector.ipc.message.ArrowBuffer
 
getOffsetBuffer() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
buffer that stores the offsets for elements in the vector.
getOffsetBuffer() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
buffer that stores the offsets for elements in the vector.
getOffsetBuffer() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
buffer that stores the offsets for elements in the vector.
getOffsetBuffer() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getOffsetBuffer() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getOffsetBuffer() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getOffsetBuffer() - Method in class org.apache.arrow.vector.complex.ListVector
 
getOffsetBuffer() - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
getOffsetBuffer() - Method in class org.apache.arrow.vector.complex.StructVector
 
getOffsetBuffer() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getOffsetBuffer() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getOffsetBuffer() - Method in class org.apache.arrow.vector.NullVector
 
getOffsetBuffer() - Method in interface org.apache.arrow.vector.ValueVector
Gets the underlying buffer associated with offset vector.
getOffsetBufferAddress() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Get the memory address of buffer that stores the offsets for elements in the vector.
getOffsetBufferAddress() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Get the memory address of buffer that stores the offsets for elements in the vector.
getOffsetBufferAddress() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Get the memory address of buffer that stores the offsets for elements in the vector.
getOffsetBufferAddress() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getOffsetBufferAddress() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getOffsetBufferAddress() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getOffsetBufferAddress() - Method in class org.apache.arrow.vector.complex.ListVector
 
getOffsetBufferAddress() - Method in class org.apache.arrow.vector.complex.StructVector
 
getOffsetBufferAddress() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getOffsetBufferAddress() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getOffsetBufferAddress() - Method in interface org.apache.arrow.vector.FieldVector
Gets the starting address of the underlying buffer associated with offset vector.
getOffsetBufferAddress() - Method in class org.apache.arrow.vector.NullVector
 
getOffsetBufferValueCapacity() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
getOffsetBufferValueCapacity() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getOffsetVector() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
Deprecated.
This API will be removed, as the current implementations no longer hold inner offset vectors.
getOffsetVector() - Method in class org.apache.arrow.vector.complex.LargeListVector
Deprecated.
This API will be removed, as the current implementations no longer hold inner offset vectors.
getOffsetVector() - Method in interface org.apache.arrow.vector.complex.RepeatedValueVector
Deprecated.
This API will be removed, as the current implementations no longer hold inner offset vectors.
getOrdinal(K) - Method in interface org.apache.arrow.vector.util.MapWithOrdinal
 
getOrdinal(K) - Method in class org.apache.arrow.vector.util.MapWithOrdinalImpl
Returns the ordinal corresponding to the given key.
getOrdinal(K) - Method in class org.apache.arrow.vector.util.MultiMapWithOrdinal
Returns the ordinal corresponding to the given key.
getOrdinal(K) - Method in class org.apache.arrow.vector.util.PromotableMultiMapWithOrdinal
 
getPeriod() - Method in class org.apache.arrow.vector.PeriodDuration
 
getPosition() - Method in interface org.apache.arrow.vector.complex.Positionable
 
getPrecision() - Method in class org.apache.arrow.vector.Decimal256Vector
Return precision for the decimal value.
getPrecision() - Method in class org.apache.arrow.vector.DecimalVector
Return precision for the decimal value.
getPrecision() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Decimal
 
getPrecision() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FloatingPoint
 
getPrimitiveVectors() - Method in class org.apache.arrow.vector.complex.AbstractStructVector
Get primitive child vectors.
getReader() - Method in class org.apache.arrow.vector.BigIntVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.BitVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getReader() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getReader() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getReader() - Method in class org.apache.arrow.vector.complex.ListVector
 
getReader() - Method in class org.apache.arrow.vector.complex.MapVector
Get the reader for this MapVector instance.
getReader() - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
getReader() - Method in class org.apache.arrow.vector.complex.StructVector
 
getReader() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getReader() - Method in class org.apache.arrow.vector.DateDayVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.DateMilliVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.Decimal256Vector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.DecimalVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.DurationVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getReader() - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.Float4Vector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.Float8Vector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.IntervalDayVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.IntervalYearVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.IntVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.LargeVarBinaryVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.LargeVarCharVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.NullVector
 
getReader() - Method in class org.apache.arrow.vector.SmallIntVector
Get a reader that supports reading values from this vector.
getReader(String) - Method in class org.apache.arrow.vector.table.BaseTable
Returns a FieldReader for the vector with the given name.
getReader(Field) - Method in class org.apache.arrow.vector.table.BaseTable
Returns a FieldReader for the given field.
getReader(int) - Method in class org.apache.arrow.vector.table.BaseTable
Returns a FieldReader for the field at the given vector index.
getReader() - Method in class org.apache.arrow.vector.TimeMicroVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.TimeMilliVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.TimeNanoVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.TimeSecVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.TimeStampMicroTZVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.TimeStampMicroVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.TimeStampMilliTZVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.TimeStampMilliVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.TimeStampNanoTZVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.TimeStampNanoVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.TimeStampSecTZVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.TimeStampSecVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.TinyIntVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.UInt1Vector
 
getReader() - Method in class org.apache.arrow.vector.UInt2Vector
 
getReader() - Method in class org.apache.arrow.vector.UInt4Vector
 
getReader() - Method in class org.apache.arrow.vector.UInt8Vector
 
getReader() - Method in interface org.apache.arrow.vector.ValueVector
Get a reader for this vector.
getReader() - Method in class org.apache.arrow.vector.VarBinaryVector
Get a reader that supports reading values from this vector.
getReader() - Method in class org.apache.arrow.vector.VarCharVector
Get a reader that supports reading values from this vector.
getRecordBatch() - Method in class org.apache.arrow.vector.VectorUnloader
Performs the depth first traversal of the Vectors to create an ArrowRecordBatch suitable for serialization.
getRecordBatches() - Method in class org.apache.arrow.vector.ipc.message.ArrowFooter
 
getRecordBlocks() - Method in class org.apache.arrow.vector.ipc.ArrowFileReader
Returns the ArrowBlock metadata from the file.
getRecordBlocks() - Method in class org.apache.arrow.vector.ipc.ArrowFileWriter
 
getRight() - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
getRightStart() - Method in class org.apache.arrow.vector.compare.Range
 
getRowCount() - Method in class org.apache.arrow.vector.table.BaseTable
Returns the number of rows in this table.
getRowCount() - Method in class org.apache.arrow.vector.VectorSchemaRoot
 
getRowNumber() - Method in class org.apache.arrow.vector.table.Row
 
getScale() - Method in class org.apache.arrow.vector.Decimal256Vector
Return scale for the decimal value.
getScale() - Method in class org.apache.arrow.vector.DecimalVector
Return scale for the decimal value.
getScale() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Decimal
 
getSchema() - Method in class org.apache.arrow.vector.ipc.message.ArrowFooter
 
getSchema() - Method in class org.apache.arrow.vector.table.BaseTable
Returns the schema for this Table.
getSchema(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.Schema
Adds this schema to the builder returning the size of the builder after adding.
getSchema() - Method in class org.apache.arrow.vector.VectorSchemaRoot
 
getSchemaChangedAndReset() - Method in class org.apache.arrow.vector.SchemaChangeCallBack
Returns the value of schema-changed state, resetting the schema-changed state to false.
getSize() - Method in class org.apache.arrow.vector.ipc.message.ArrowBuffer
 
getSmallInt(String) - Method in class org.apache.arrow.vector.table.Row
Returns a short from the column of the given name at the current row.
getSmallInt(int) - Method in class org.apache.arrow.vector.table.Row
Returns a short from the column with the given index at the current row.
getSmallInt(String, NullableSmallIntHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column of the given name at the current row.
getSmallInt(int, NullableSmallIntHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column with the given index at the current row.
getSmallIntVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getSmallIntVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getSmallIntVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getStartEnd(int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Get the starting position (offset) in the data stream for a given element in the vector.
getStartOffset(int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Gets the starting offset of a record, given its index.
getStartOffset(int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
 
getStruct(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getStruct() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getStruct(int) - Method in class org.apache.arrow.vector.table.Row
Returns an Object from the column at vectorIndex at the current row.
getStruct(String) - Method in class org.apache.arrow.vector.table.Row
Returns an Object from the column of the given name at the current row.
getTimeFormatter() - Static method in class org.apache.arrow.vector.util.DateUtility
Returns time formatter used to parse time strings.
getTimeMicro(String) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column of the given name at the current row.
getTimeMicro(int) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column with the given index at the current row.
getTimeMicro(String, NullableTimeMicroHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column of the given name at the current row.
getTimeMicro(int, NullableTimeMicroHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column with the given index at the current row.
getTimeMicroVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getTimeMicroVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTimeMicroVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTimeMilli(String) - Method in class org.apache.arrow.vector.table.Row
Returns an int from the column of the given name at the current row.
getTimeMilli(int) - Method in class org.apache.arrow.vector.table.Row
Returns an int from the column with the given index at the current row.
getTimeMilli(String, NullableTimeMilliHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column of the given name at the current row.
getTimeMilli(int, NullableTimeMilliHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column with the given index at the current row.
getTimeMilliObj(String) - Method in class org.apache.arrow.vector.table.Row
Returns a LocalDateTime from the column of the given name at the current row.
getTimeMilliObj(int) - Method in class org.apache.arrow.vector.table.Row
Returns a LocalDateTime from the column with the given index at the current row.
getTimeMilliVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getTimeMilliVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTimeMilliVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTimeNano(String) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column of the given name at the current row.
getTimeNano(int) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column with the given index at the current row.
getTimeNano(String, NullableTimeNanoHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column with the given name at the current row.
getTimeNano(int, NullableTimeNanoHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column with the given index at the current row.
getTimeNanoVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getTimeNanoVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTimeNanoVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTimeSec(String) - Method in class org.apache.arrow.vector.table.Row
Returns an int from the column of the given name at the current row.
getTimeSec(int) - Method in class org.apache.arrow.vector.table.Row
Returns an int from the column with the given index at the current row.
getTimeSec(String, NullableTimeSecHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column of the given name at the current row.
getTimeSec(int, NullableTimeSecHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column with the given index at the current row.
getTimeSecVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getTimeSecVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTimeSecVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTimeStampMicro(String) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column of the given name at the current row.
getTimeStampMicro(int) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column with the given index at the current row.
getTimeStampMicro(String, NullableTimeStampMicroHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column of the given name at the current row.
getTimeStampMicro(int, NullableTimeStampMicroHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column with the given index at the current row.
getTimeStampMicroObj(String) - Method in class org.apache.arrow.vector.table.Row
Returns a LocalDateTime from the column of the given name at the current row.
getTimeStampMicroObj(int) - Method in class org.apache.arrow.vector.table.Row
Returns a LocalDateTime from the column with the given index at the current row.
getTimeStampMicroTZ(String) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column of the given name at the current row.
getTimeStampMicroTZ(int) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column with the given index at the current row.
getTimeStampMicroTZ(String, NullableTimeStampMicroTZHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column of the given name at the current row.
getTimeStampMicroTZ(int, NullableTimeStampMicroTZHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column with the given index at the current row.
getTimeStampMicroVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getTimeStampMicroVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTimeStampMicroVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTimeStampMilli(String) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column of the given name at the current row.
getTimeStampMilli(int) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column with the given index at the current row.
getTimeStampMilli(String, NullableTimeStampMilliHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column of the given name at the current row.
getTimeStampMilli(int, NullableTimeStampMilliHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column with the given index at the current row.
getTimeStampMilliObj(String) - Method in class org.apache.arrow.vector.table.Row
Returns a LocalDateTime from the column of the given name at the current row.
getTimeStampMilliObj(int) - Method in class org.apache.arrow.vector.table.Row
Returns a LocalDateTime from the column with the given index at the current row.
getTimeStampMilliTZ(String) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column of the given name at the current row.
getTimeStampMilliTZ(int) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column with the given index at the current row.
getTimeStampMilliTZ(String, NullableTimeStampMilliTZHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column of the given name at the current row.
getTimeStampMilliTZ(int, NullableTimeStampMilliTZHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column with the given index at the current row.
getTimeStampMilliVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getTimeStampMilliVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTimeStampMilliVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTimeStampNano(String) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column of the given name at the current row.
getTimeStampNano(int) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column with the given index at the current row.
getTimeStampNano(String, NullableTimeStampNanoHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column of the given name at the current row.
getTimeStampNano(int, NullableTimeStampNanoHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column with the given index at the current row.
getTimeStampNanoObj(String) - Method in class org.apache.arrow.vector.table.Row
Returns a LocalDateTime from the column of the given name at the current row.
getTimeStampNanoObj(int) - Method in class org.apache.arrow.vector.table.Row
Returns a LocalDateTime from the column with the given index at the current row.
getTimeStampNanoTZ(String) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column of the given name at the current row.
getTimeStampNanoTZ(int) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column with the given index at the current row.
getTimeStampNanoTZ(String, NullableTimeStampNanoTZHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column of the given name at the current row.
getTimeStampNanoTZ(int, NullableTimeStampNanoTZHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column with the given index at the current row.
getTimeStampNanoVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getTimeStampNanoVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTimeStampNanoVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTimeStampSec(String) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column of the given name at the current row.
getTimeStampSec(int) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column with the given index at the current row.
getTimeStampSec(String, NullableTimeStampSecHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column of the given name at the current row.
getTimeStampSec(int, NullableTimeStampSecHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column with the given index at the current row.
getTimeStampSecObj(String) - Method in class org.apache.arrow.vector.table.Row
Returns a LocalDateTime from the column of the given name at the current row.
getTimeStampSecObj(int) - Method in class org.apache.arrow.vector.table.Row
Returns a LocalDateTime from the column with the given index at the current row.
getTimeStampSecTZ(String) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column of the given name at the current row.
getTimeStampSecTZ(int) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column with the given index at the current row.
getTimeStampSecTZ(String, NullableTimeStampSecTZHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column of the given name at the current row.
getTimeStampSecTZ(int, NullableTimeStampSecTZHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value from the column with the given index at the current row.
getTimeStampSecVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getTimeStampSecVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTimeStampSecVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTimeZone() - Method in class org.apache.arrow.vector.TimeStampMicroTZVector
Get the time zone of the timestamps stored in this vector.
getTimeZone() - Method in class org.apache.arrow.vector.TimeStampMilliTZVector
Get the time zone of the timestamps stored in this vector.
getTimeZone() - Method in class org.apache.arrow.vector.TimeStampNanoTZVector
Get the time zone of the timestamps stored in this vector.
getTimeZone() - Method in class org.apache.arrow.vector.TimeStampSecTZVector
Get the time zone of the timestamps stored in this vector.
getTimezone() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Timestamp
 
getTinyInt(String) - Method in class org.apache.arrow.vector.table.Row
Returns a byte from the column of the given name at the current row.
getTinyInt(int) - Method in class org.apache.arrow.vector.table.Row
Returns a byte from the column with the given index at the current row.
getTinyInt(String, NullableTinyIntHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column of the given name at the current row.
getTinyInt(int, NullableTinyIntHolder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column at the given index and current row.
getTinyIntVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getTinyIntVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTinyIntVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTo() - Method in class org.apache.arrow.vector.complex.NonNullableStructVector.StructTransferPair
 
getTo() - Method in class org.apache.arrow.vector.TimeStampVector.TransferImpl
 
getTo() - Method in interface org.apache.arrow.vector.util.TransferPair
 
getToString(V, int, int) - Static method in class org.apache.arrow.vector.util.ValueVectorUtility
Get the toString() representation of vector suitable for debugging.
getToString(V, int, int, BiFunction<V, Integer, Object>) - Static method in class org.apache.arrow.vector.util.ValueVectorUtility
Get the toString() representation of vector suitable for debugging.
getTotalMonths(ArrowBuf, int) - Static method in class org.apache.arrow.vector.IntervalYearVector
Given a data buffer, get the value stored at a particular position in the vector.
getTransferPair(String, BufferAllocator, CallBack) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Construct a transfer pair of this vector and another vector of same type.
getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Construct a transfer pair of this vector and another vector of same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Construct a transfer pair of this vector and another vector of same type.
getTransferPair(String, BufferAllocator, CallBack) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Construct a transfer pair of this vector and another vector of same type.
getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Construct a transfer pair of this vector and another vector of same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Construct a transfer pair of this vector and another vector of same type.
getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.BaseValueVector
 
getTransferPair(String, BufferAllocator, CallBack) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Construct a transfer pair of this vector and another vector of same type.
getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Construct a transfer pair of this vector and another vector of same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Construct a transfer pair of this vector and another vector of same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.BigIntVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.BitVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getTransferPair(String, BufferAllocator, CallBack) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getTransferPair(String, BufferAllocator, CallBack) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getTransferPair(String, BufferAllocator, CallBack) - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.complex.ListVector
 
getTransferPair(String, BufferAllocator, CallBack) - Method in class org.apache.arrow.vector.complex.ListVector
 
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.complex.MapVector
 
getTransferPair(String, BufferAllocator, CallBack) - Method in class org.apache.arrow.vector.complex.MapVector
 
getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
getTransferPair(String, BufferAllocator, CallBack) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.complex.StructVector
 
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.complex.StructVector
 
getTransferPair(String, BufferAllocator, CallBack) - Method in class org.apache.arrow.vector.complex.StructVector
 
getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTransferPair(String, BufferAllocator, CallBack) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.DateDayVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.DateMilliVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.Decimal256Vector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.DecimalVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.DurationVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getTransferPair(String, BufferAllocator, CallBack) - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.Float4Vector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.Float8Vector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.IntervalDayVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.IntervalYearVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.IntVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.LargeVarBinaryVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.LargeVarCharVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullVector
 
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullVector
 
getTransferPair(String, BufferAllocator, CallBack) - Method in class org.apache.arrow.vector.NullVector
 
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.SmallIntVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.TimeMicroVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.TimeMilliVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.TimeNanoVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.TimeSecVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.TimeStampMicroTZVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.TimeStampMicroVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.TimeStampMilliTZVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.TimeStampMilliVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.TimeStampNanoTZVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.TimeStampNanoVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.TimeStampSecTZVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.TimeStampSecVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.TinyIntVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.UInt1Vector
 
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.UInt2Vector
 
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.UInt4Vector
 
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.UInt8Vector
 
getTransferPair(BufferAllocator) - Method in interface org.apache.arrow.vector.ValueVector
To transfer quota responsibility.
getTransferPair(String, BufferAllocator) - Method in interface org.apache.arrow.vector.ValueVector
 
getTransferPair(String, BufferAllocator, CallBack) - Method in interface org.apache.arrow.vector.ValueVector
 
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.VarBinaryVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.VarCharVector
Construct a TransferPair comprising of this and a target vector of the same type.
getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.ZeroVector
 
getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.ZeroVector
 
getTransferPair(String, BufferAllocator, CallBack) - Method in class org.apache.arrow.vector.ZeroVector
 
getType() - Method in class org.apache.arrow.vector.BufferLayout
 
getType() - Method in enum org.apache.arrow.vector.compression.CompressionUtil.CodecType
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Binary
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Bool
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Date
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Decimal
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Duration
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ExtensionType
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FixedSizeBinary
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FixedSizeList
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FloatingPoint
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Int
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Interval
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.LargeBinary
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.LargeList
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.LargeUtf8
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.List
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Map
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Null
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Struct
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Time
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Timestamp
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Union
 
getType(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Utf8
 
getType() - Method in class org.apache.arrow.vector.types.pojo.Field
 
getType() - Method in class org.apache.arrow.vector.types.pojo.FieldType
 
getType() - Method in enum org.apache.arrow.vector.types.Types.MinorType
Returns the ArrowType equivalent of this type.
getTypeBitWidth() - Method in class org.apache.arrow.vector.BufferLayout
 
getTypeBuffer() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getTypeBuffer() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTypeBufferAddress() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTypeBufferCount(ArrowType) - Static method in class org.apache.arrow.vector.TypeLayout
Gets the number of BufferLayouts for the given arrowType.
getTypeForField(Field) - Static method in class org.apache.arrow.vector.types.pojo.ArrowType
 
getTypeId(int) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getTypeId() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Binary
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Bool
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Date
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Decimal
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Duration
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ExtensionType
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FixedSizeBinary
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FixedSizeList
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FloatingPoint
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Int
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Interval
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.LargeBinary
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.LargeList
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.LargeUtf8
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.List
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Map
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Null
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Struct
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Time
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Timestamp
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Union
 
getTypeID() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Utf8
 
getTypeIds() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Union
 
getTypeLayout(ArrowType) - Static method in class org.apache.arrow.vector.TypeLayout
Constructs a new for the given arrowType.
getTypeValue(int) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getTypeWidth() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
 
getUInt1(String) - Method in class org.apache.arrow.vector.table.Row
Returns a byte from the column of the given name at the current row.
getUInt1(int) - Method in class org.apache.arrow.vector.table.Row
Returns a byte from the column with the given index at the current row.
getUInt1(String, NullableUInt1Holder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column of the given name at the current row.
getUInt1(int, NullableUInt1Holder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column with the given index at the current row.
getUInt1Vector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getUInt1Vector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getUInt1Vector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getUInt2(String) - Method in class org.apache.arrow.vector.table.Row
Returns a char from the column of the given name at the current row.
getUInt2(int) - Method in class org.apache.arrow.vector.table.Row
Returns a char from the column with the given index at the current row.
getUInt2(String, NullableUInt2Holder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column of the given name at the current row.
getUInt2(int, NullableUInt2Holder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column with the given index at the current row.
getUInt2Vector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getUInt2Vector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getUInt2Vector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getUInt4(String) - Method in class org.apache.arrow.vector.table.Row
Returns an int from the column of the given name at the current row.
getUInt4(int) - Method in class org.apache.arrow.vector.table.Row
Returns an int from the column with the given index at the current row.
getUInt4(String, NullableUInt4Holder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value at the column of the given name at the current row.
getUInt4(int, NullableUInt4Holder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value at the column with the given index at the current row.
getUInt4Vector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getUInt4Vector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getUInt4Vector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getUInt8(String) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column of the given name at the current row.
getUInt8(int) - Method in class org.apache.arrow.vector.table.Row
Returns a long from the column with the given index at the current row.
getUInt8(String, NullableUInt8Holder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column of the given name at the current row.
getUInt8(int, NullableUInt8Holder) - Method in class org.apache.arrow.vector.table.Row
Updates the holder with the value in the column with the given index at the current row.
getUInt8Vector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getUInt8Vector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getUInt8Vector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getUnderlyingVector() - Method in class org.apache.arrow.vector.ExtensionTypeVector
Get the underlying vector.
getUnion(int) - Method in class org.apache.arrow.vector.table.Row
Returns an Object from the column with the given index at the current row.
getUnion(String) - Method in class org.apache.arrow.vector.table.Row
Returns an Object from the column of the given name at the current row.
getUnit() - Method in class org.apache.arrow.vector.DurationVector
Gets the time unit of the duration.
getUnit() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Date
 
getUnit() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Duration
 
getUnit() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Interval
 
getUnit() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Time
 
getUnit() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Timestamp
 
getValidityBuffer() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Get buffer that manages the validity (NULL or NON-NULL nature) of elements in the vector.
getValidityBuffer() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Get buffer that manages the validity (NULL or NON-NULL nature) of elements in the vector.
getValidityBuffer() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Get buffer that manages the validity (NULL or NON-NULL nature) of elements in the vector.
getValidityBuffer() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getValidityBuffer() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getValidityBuffer() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getValidityBuffer() - Method in class org.apache.arrow.vector.complex.ListVector
 
getValidityBuffer() - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
getValidityBuffer() - Method in class org.apache.arrow.vector.complex.StructVector
 
getValidityBuffer() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getValidityBuffer() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getValidityBuffer() - Method in class org.apache.arrow.vector.NullVector
 
getValidityBuffer() - Method in interface org.apache.arrow.vector.ValueVector
Gets the underlying buffer associated with validity vector.
getValidityBufferAddress() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Get the memory address of buffer that manages the validity (NULL or NON-NULL nature) of elements in the vector.
getValidityBufferAddress() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Get the memory address of buffer that manages the validity (NULL or NON-NULL nature) of elements in the vector.
getValidityBufferAddress() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Get the memory address of buffer that manages the validity (NULL or NON-NULL nature) of elements in the vector.
getValidityBufferAddress() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getValidityBufferAddress() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getValidityBufferAddress() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getValidityBufferAddress() - Method in class org.apache.arrow.vector.complex.ListVector
 
getValidityBufferAddress() - Method in class org.apache.arrow.vector.complex.StructVector
 
getValidityBufferAddress() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getValidityBufferAddress() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getValidityBufferAddress() - Method in interface org.apache.arrow.vector.FieldVector
Gets the starting address of the underlying buffer associated with validity vector.
getValidityBufferAddress() - Method in class org.apache.arrow.vector.NullVector
 
getValidityBufferSize(int) - Static method in class org.apache.arrow.vector.BitVectorHelper
Compute the size of validity buffer required to manage a given number of elements in a vector.
getValidityBufferSizeFromCount(int) - Static method in class org.apache.arrow.vector.BaseValueVector
 
getValidityBufferValueCapacity() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
 
getValueAsDouble(int) - Method in class org.apache.arrow.vector.Float4Vector
 
getValueAsDouble(int) - Method in class org.apache.arrow.vector.Float8Vector
 
getValueAsDouble(int) - Method in interface org.apache.arrow.vector.FloatingPointVector
Gets the value at the given index.
getValueAsLong(int) - Method in interface org.apache.arrow.vector.BaseIntVector
Gets the value at index.
getValueAsLong(int) - Method in class org.apache.arrow.vector.BigIntVector
 
getValueAsLong(int) - Method in class org.apache.arrow.vector.IntVector
 
getValueAsLong(int) - Method in class org.apache.arrow.vector.SmallIntVector
 
getValueAsLong(int) - Method in class org.apache.arrow.vector.TinyIntVector
 
getValueAsLong(int) - Method in class org.apache.arrow.vector.UInt1Vector
 
getValueAsLong(int) - Method in class org.apache.arrow.vector.UInt2Vector
 
getValueAsLong(int) - Method in class org.apache.arrow.vector.UInt4Vector
 
getValueAsLong(int) - Method in class org.apache.arrow.vector.UInt8Vector
 
getValueBufferValueCapacity() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
 
getValueBufferValueCapacity() - Method in class org.apache.arrow.vector.BitVector
 
getValueCapacity() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Get the current value capacity for the vector.
getValueCapacity() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Get the current capacity which does not exceed either validity buffer or offset buffer.
getValueCapacity() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Get the current capacity which does not exceed either validity buffer or offset buffer.
getValueCapacity() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.BigIntWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.BitWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.ComplexWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.DateDayWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.DateMilliWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.Decimal256WriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.DecimalWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.DurationWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.Float4WriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.Float8WriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.IntervalYearWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.IntWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.SmallIntWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.TimeMicroWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.TimeMilliWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.TimeNanoWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.TimeSecWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.TinyIntWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.UInt1WriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.UInt2WriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.UInt4WriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.UInt8WriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.VarBinaryWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.VarCharWriterImpl
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.LargeListVector
Get the current value capacity for the vector.
getValueCapacity() - Method in class org.apache.arrow.vector.complex.ListVector
Get the current value capacity for the vector.
getValueCapacity() - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
getValueCapacity() - Method in class org.apache.arrow.vector.complex.StructVector
Get the current value capacity for the vector.
getValueCapacity() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getValueCapacity() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter
 
getValueCapacity() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getValueCapacity() - Method in class org.apache.arrow.vector.NullVector
 
getValueCapacity() - Method in interface org.apache.arrow.vector.ValueVector
Returns the maximum number of values that can be stored in this vector instance.
getValueCapacity() - Method in class org.apache.arrow.vector.ZeroVector
 
getValueCount() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Get the value count of vector.
getValueCount() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Get the value count of vector.
getValueCount() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Get the value count of vector.
getValueCount() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
getValueCount() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getValueCount() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getValueCount() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getValueCount() - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
getValueCount() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getValueCount() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
getValueCount() - Method in class org.apache.arrow.vector.NullVector
 
getValueCount() - Method in interface org.apache.arrow.vector.ValueVector
Gets the number of values.
getValueCount() - Method in class org.apache.arrow.vector.ZeroVector
 
getValueLength(int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Get the variable length element at specified index as Text.
getValueLength(int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Get the variable length element at specified index as Text.
getVarBinary(String) - Method in class org.apache.arrow.vector.table.Row
Returns a byte[] from the column of the given name at the current row.
getVarBinary(int) - Method in class org.apache.arrow.vector.table.Row
Returns a byte[] from the column with the given index at the current row.
getVarBinaryVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getVarBinaryVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getVarBinaryVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getVarChar(String) - Method in class org.apache.arrow.vector.table.Row
Returns a byte[] from the column of the given name at the current row.
getVarChar(int) - Method in class org.apache.arrow.vector.table.Row
Returns a byte[] from the column with the given index at the current row.
getVarCharObj(String) - Method in class org.apache.arrow.vector.table.Row
Returns a String from the column of the given name at the current row.
getVarCharObj(int) - Method in class org.apache.arrow.vector.table.Row
Returns a String from the column with the given index at the current row.
getVarCharVector(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getVarCharVector() - Method in class org.apache.arrow.vector.complex.UnionVector
 
getVarCharVector(String) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getVector() - Method in class org.apache.arrow.vector.AddOrGetResult
Returns the vector.
getVector(int) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getVector(int, ArrowType) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getVector() - Method in class org.apache.arrow.vector.dictionary.Dictionary
 
getVector(String) - Method in class org.apache.arrow.vector.VectorSchemaRoot
gets a vector by name.
getVector(Field) - Method in class org.apache.arrow.vector.VectorSchemaRoot
 
getVector(int) - Method in class org.apache.arrow.vector.VectorSchemaRoot
 
getVectorById(int) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
getVectorByType(byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getVectorByType(int) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getVectorByType(int, ArrowType) - Method in class org.apache.arrow.vector.complex.UnionVector
 
getVectorCount() - Method in class org.apache.arrow.vector.table.BaseTable
Returns the number of vectors (columns) in this table.
getVectorSchemaRoot() - Method in class org.apache.arrow.vector.ipc.ArrowReader
Returns the vector schema root.
getVectorType() - Method in class org.apache.arrow.vector.dictionary.Dictionary
 
getWriter() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
getWriter() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
getWriter(Types.MinorType, ArrowType) - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
getWriter() - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
getWriter() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
getWriter() - Method in class org.apache.arrow.vector.complex.ListVector
 
getWriter() - Method in class org.apache.arrow.vector.complex.MapVector
Get the writer for this MapVector instance.
getWriter() - Method in class org.apache.arrow.vector.complex.StructVector
 
getWriter() - Method in class org.apache.arrow.vector.complex.UnionVector
 

H

handleCase(String) - Method in class org.apache.arrow.vector.complex.impl.NullableCaseSensitiveStructWriter
 
handleCase(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
handleCase(String) - Method in class org.apache.arrow.vector.complex.impl.SingleCaseSensitiveStructWriter
 
handleCase(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
handleSafe(int) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
 
handleSafe(int, int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
handleSafe(int, int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
 
hashCode(int) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
 
hashCode(int, ArrowBufHasher) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
 
hashCode(int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
hashCode(int, ArrowBufHasher) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
hashCode(int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
 
hashCode(int, ArrowBufHasher) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
 
hashCode(int) - Method in class org.apache.arrow.vector.BitVector
 
hashCode(int, ArrowBufHasher) - Method in class org.apache.arrow.vector.BitVector
 
hashCode() - Method in class org.apache.arrow.vector.BufferLayout
 
hashCode(int, ArrowBufHasher) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
hashCode(int) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
hashCode(int) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
hashCode(int, ArrowBufHasher) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
hashCode(int) - Method in class org.apache.arrow.vector.complex.LargeListVector
 
hashCode(int, ArrowBufHasher) - Method in class org.apache.arrow.vector.complex.LargeListVector
 
hashCode(int) - Method in class org.apache.arrow.vector.complex.ListVector
 
hashCode(int, ArrowBufHasher) - Method in class org.apache.arrow.vector.complex.ListVector
 
hashCode(int) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
hashCode(int, ArrowBufHasher) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
hashCode(int) - Method in class org.apache.arrow.vector.complex.StructVector
 
hashCode(int, ArrowBufHasher) - Method in class org.apache.arrow.vector.complex.StructVector
 
hashCode(int) - Method in class org.apache.arrow.vector.complex.UnionVector
 
hashCode(int, ArrowBufHasher) - Method in class org.apache.arrow.vector.complex.UnionVector
 
hashCode() - Method in class org.apache.arrow.vector.dictionary.Dictionary
 
hashCode() - Method in class org.apache.arrow.vector.holders.BigIntHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.BitHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.DateDayHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.DateMilliHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.Decimal256Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.DecimalHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.DurationHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.FixedSizeBinaryHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.Float4Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.Float8Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.IntervalDayHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.IntervalMonthDayNanoHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.IntervalYearHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.IntHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.LargeVarBinaryHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.LargeVarCharHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableBigIntHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableBitHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableDateDayHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableDateMilliHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableDecimal256Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableDecimalHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableDurationHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableFixedSizeBinaryHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableFloat4Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableFloat8Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableIntervalDayHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableIntervalMonthDayNanoHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableIntervalYearHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableIntHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableLargeVarBinaryHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableLargeVarCharHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableSmallIntHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableTimeMicroHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableTimeMilliHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableTimeNanoHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableTimeSecHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableTimeStampMicroHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableTimeStampMicroTZHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableTimeStampMilliHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableTimeStampMilliTZHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableTimeStampNanoHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableTimeStampNanoTZHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableTimeStampSecHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableTimeStampSecTZHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableTinyIntHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableUInt1Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableUInt2Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableUInt4Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableUInt8Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableVarBinaryHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.NullableVarCharHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.SmallIntHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.TimeMicroHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.TimeMilliHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.TimeNanoHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.TimeSecHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.TimeStampMicroHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.TimeStampMicroTZHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.TimeStampMilliHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.TimeStampMilliTZHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.TimeStampNanoHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.TimeStampNanoTZHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.TimeStampSecHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.TimeStampSecTZHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.TinyIntHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.UInt1Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.UInt2Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.UInt4Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.UInt8Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.VarBinaryHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.holders.VarCharHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
hashCode() - Method in class org.apache.arrow.vector.ipc.message.ArrowBlock
 
hashCode() - Method in class org.apache.arrow.vector.ipc.message.ArrowBuffer
 
hashCode() - Method in class org.apache.arrow.vector.ipc.message.ArrowFooter
 
hashCode(int) - Method in class org.apache.arrow.vector.NullVector
 
hashCode(int, ArrowBufHasher) - Method in class org.apache.arrow.vector.NullVector
 
hashCode() - Method in class org.apache.arrow.vector.PeriodDuration
 
hashCode() - Method in class org.apache.arrow.vector.TypeLayout
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Binary
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Bool
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Date
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Decimal
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Duration
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ExtensionType
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FixedSizeBinary
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FixedSizeList
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FloatingPoint
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Int
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Interval
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.LargeBinary
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.LargeList
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.LargeUtf8
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.List
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Map
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Null
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Struct
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Time
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Timestamp
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Union
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Utf8
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.DictionaryEncoding
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.Field
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.FieldType
 
hashCode() - Method in class org.apache.arrow.vector.types.pojo.Schema
 
hashCode() - Method in class org.apache.arrow.vector.util.Text
Copied from Arrays.hashCode so we don't have to copy the byte array.
hashCode(int) - Method in interface org.apache.arrow.vector.ValueVector
Returns hashCode of element in index with the default hasher.
hashCode(int, ArrowBufHasher) - Method in interface org.apache.arrow.vector.ValueVector
Returns hashCode of element in index with the given hasher.
hashCode(int) - Method in class org.apache.arrow.vector.ZeroVector
 
hashCode(int, ArrowBufHasher) - Method in class org.apache.arrow.vector.ZeroVector
 
hasNext() - Method in class org.apache.arrow.vector.table.Row
Returns true if there is at least one more non-deleted row in the table that has yet to be processed.
hasNext() - Method in class org.apache.arrow.vector.util.ElementAddressableVectorIterator
 
headerType() - Method in class org.apache.arrow.vector.ipc.message.MessageMetadataResult
 
hoursToMillis - Static variable in class org.apache.arrow.vector.util.DateUtility
 

I

idx() - Method in class org.apache.arrow.vector.complex.impl.BigIntWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.BitWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.DateDayWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.DateMilliWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.Decimal256WriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.DecimalWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.DurationWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.Float4WriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.Float8WriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.IntervalYearWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.IntWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.SmallIntWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.TimeMicroWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.TimeMilliWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.TimeNanoWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.TimeSecWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.TinyIntWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.UInt1WriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.UInt2WriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.UInt4WriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.UInt8WriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.VarBinaryWriterImpl
 
idx() - Method in class org.apache.arrow.vector.complex.impl.VarCharWriterImpl
 
immutableRow() - Method in class org.apache.arrow.vector.table.BaseTable
Returns an immutable Row object holding a reference to this table.
in - Variable in class org.apache.arrow.vector.ipc.message.MessageChannelReader
 
incrementAllocationMonitor() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
 
INITIAL_VALUE_ALLOCATION - Static variable in class org.apache.arrow.vector.BaseValueVector
 
initialize() - Method in class org.apache.arrow.vector.ipc.ArrowFileReader
 
initialize() - Method in class org.apache.arrow.vector.ipc.ArrowReader
Reads the schema and initializes the vectors.
initializeChildrenFromFields(List<Field>) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Initialize the children in schema for this Field.
initializeChildrenFromFields(List<Field>) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Initialize the children in schema for this Field.
initializeChildrenFromFields(List<Field>) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Initialize the children in schema for this Field.
initializeChildrenFromFields(List<Field>) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
initializeChildrenFromFields(List<Field>) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
initializeChildrenFromFields(List<Field>) - Method in class org.apache.arrow.vector.complex.LargeListVector
 
initializeChildrenFromFields(List<Field>) - Method in class org.apache.arrow.vector.complex.ListVector
 
initializeChildrenFromFields(List<Field>) - Method in class org.apache.arrow.vector.complex.MapVector
Initialize child vectors of the map from the given list of fields.
initializeChildrenFromFields(List<Field>) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
Initializes the struct's members from the given Fields.
initializeChildrenFromFields(List<Field>) - Method in class org.apache.arrow.vector.complex.UnionVector
 
initializeChildrenFromFields(List<Field>) - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
initializeChildrenFromFields(List<Field>) - Method in interface org.apache.arrow.vector.FieldVector
Initializes the child vectors to be later loaded with loadBuffers.
initializeChildrenFromFields(List<Field>) - Method in class org.apache.arrow.vector.NullVector
 
INSTANCE - Static variable in class org.apache.arrow.vector.complex.impl.NullReader
 
INSTANCE - Static variable in class org.apache.arrow.vector.compression.NoCompressionCodec.Factory
 
INSTANCE - Static variable in class org.apache.arrow.vector.compression.NoCompressionCodec
 
INSTANCE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Binary
 
INSTANCE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Bool
 
INSTANCE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.LargeBinary
 
INSTANCE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.LargeList
 
INSTANCE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.LargeUtf8
 
INSTANCE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.List
 
INSTANCE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Null
 
INSTANCE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Struct
 
INSTANCE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Utf8
 
INSTANCE - Static variable in class org.apache.arrow.vector.ZeroVector
 
Int(int, boolean) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Int
 
integer(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
integer() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
integer(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
integer(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
integer(String) - Method in class org.apache.arrow.vector.complex.impl.StructOrListWriterImpl
 
integer() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
integer(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
integer() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
integer(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
integer() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
integer(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
integer() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
integer(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
integer() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
integer() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
integer(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructOrListWriter
 
integer(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
Interval(IntervalUnit) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Interval
 
intervalDay(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
intervalDay() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
intervalDay(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
intervalDay(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
intervalDay() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
intervalDay(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
intervalDay() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
intervalDay(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
intervalDay() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
intervalDay(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
intervalDay() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
intervalDay(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
intervalDay() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
intervalDay() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
intervalDay(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
IntervalDayHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
IntervalDayHolder() - Constructor for class org.apache.arrow.vector.holders.IntervalDayHolder
 
IntervalDayHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
IntervalDayHolderReaderImpl(IntervalDayHolder) - Constructor for class org.apache.arrow.vector.complex.impl.IntervalDayHolderReaderImpl
 
IntervalDayReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
IntervalDayReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
IntervalDayReaderImpl(IntervalDayVector) - Constructor for class org.apache.arrow.vector.complex.impl.IntervalDayReaderImpl
 
IntervalDayVector - Class in org.apache.arrow.vector
IntervalDayVector implements a fixed width vector (8 bytes) of interval (days and milliseconds) values which could be null.
IntervalDayVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.IntervalDayVector
Instantiate a IntervalDayVector.
IntervalDayVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.IntervalDayVector
Instantiate a IntervalDayVector.
IntervalDayVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.IntervalDayVector
Instantiate a IntervalDayVector.
IntervalDayWriter - Interface in org.apache.arrow.vector.complex.writer
 
IntervalDayWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
IntervalDayWriterImpl(IntervalDayVector) - Constructor for class org.apache.arrow.vector.complex.impl.IntervalDayWriterImpl
 
intervalMonthDayNano(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
intervalMonthDayNano() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
intervalMonthDayNano(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
intervalMonthDayNano(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
intervalMonthDayNano() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
intervalMonthDayNano(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
intervalMonthDayNano() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
intervalMonthDayNano(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
intervalMonthDayNano() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
intervalMonthDayNano(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
intervalMonthDayNano() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
intervalMonthDayNano(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
intervalMonthDayNano() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
intervalMonthDayNano() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
intervalMonthDayNano(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
IntervalMonthDayNanoHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
IntervalMonthDayNanoHolder() - Constructor for class org.apache.arrow.vector.holders.IntervalMonthDayNanoHolder
 
IntervalMonthDayNanoHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
IntervalMonthDayNanoHolderReaderImpl(IntervalMonthDayNanoHolder) - Constructor for class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoHolderReaderImpl
 
IntervalMonthDayNanoReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
IntervalMonthDayNanoReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
IntervalMonthDayNanoReaderImpl(IntervalMonthDayNanoVector) - Constructor for class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoReaderImpl
 
IntervalMonthDayNanoVector - Class in org.apache.arrow.vector
IntervalMonthDayNanoVector implements a fixed width vector (16 bytes) of interval (month, days and nanoseconds) values which could be null.
IntervalMonthDayNanoVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.IntervalMonthDayNanoVector
Instantiate a IntervalMonthDayNanoVector.
IntervalMonthDayNanoVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.IntervalMonthDayNanoVector
Instantiate a IntervalMonthDayNanoVector.
IntervalMonthDayNanoVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.IntervalMonthDayNanoVector
Instantiate a IntervalMonthDayNanoVector.
IntervalMonthDayNanoWriter - Interface in org.apache.arrow.vector.complex.writer
 
IntervalMonthDayNanoWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
IntervalMonthDayNanoWriterImpl(IntervalMonthDayNanoVector) - Constructor for class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoWriterImpl
 
IntervalUnit - Enum in org.apache.arrow.vector.types
Resolutions for Interval Vectors.
intervalYear(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
intervalYear() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
intervalYear(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
intervalYear(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
intervalYear() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
intervalYear(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
intervalYear() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
intervalYear(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
intervalYear() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
intervalYear(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
intervalYear() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
intervalYear(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
intervalYear() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
intervalYear() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
intervalYear(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
IntervalYearHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
IntervalYearHolder() - Constructor for class org.apache.arrow.vector.holders.IntervalYearHolder
 
IntervalYearHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
IntervalYearHolderReaderImpl(IntervalYearHolder) - Constructor for class org.apache.arrow.vector.complex.impl.IntervalYearHolderReaderImpl
 
IntervalYearReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
IntervalYearReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
IntervalYearReaderImpl(IntervalYearVector) - Constructor for class org.apache.arrow.vector.complex.impl.IntervalYearReaderImpl
 
IntervalYearVector - Class in org.apache.arrow.vector
IntervalYearVector implements a fixed width (4 bytes) vector of interval (years and months) values which could be null.
IntervalYearVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.IntervalYearVector
Instantiate a IntervalYearVector.
IntervalYearVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.IntervalYearVector
Instantiate a IntervalYearVector.
IntervalYearVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.IntervalYearVector
Instantiate a IntervalYearVector.
IntervalYearWriter - Interface in org.apache.arrow.vector.complex.writer
 
IntervalYearWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
IntervalYearWriterImpl(IntervalYearVector) - Constructor for class org.apache.arrow.vector.complex.impl.IntervalYearWriterImpl
 
IntHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
IntHolder() - Constructor for class org.apache.arrow.vector.holders.IntHolder
 
IntHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
IntHolderReaderImpl(IntHolder) - Constructor for class org.apache.arrow.vector.complex.impl.IntHolderReaderImpl
 
IntReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
IntReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
IntReaderImpl(IntVector) - Constructor for class org.apache.arrow.vector.complex.impl.IntReaderImpl
 
intToBytes(int, byte[]) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Convert an integer to a little endian 4 byte array.
IntVector - Class in org.apache.arrow.vector
IntVector implements a fixed width (4 bytes) vector of integer values which could be null.
IntVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.IntVector
Instantiate a IntVector.
IntVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.IntVector
Instantiate a IntVector.
IntVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.IntVector
Instantiate a IntVector.
IntWriter - Interface in org.apache.arrow.vector.complex.writer
 
IntWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
IntWriterImpl(IntVector) - Constructor for class org.apache.arrow.vector.complex.impl.IntWriterImpl
 
InvalidArrowFileException - Exception in org.apache.arrow.vector.ipc
Exception indicating a problem with an Arrow File (https://arrow.apache.org/docs/format/IPC.html#file-format).
InvalidArrowFileException(String) - Constructor for exception org.apache.arrow.vector.ipc.InvalidArrowFileException
 
invalidateReader() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
invalidateReader() - Method in class org.apache.arrow.vector.complex.ListVector
 
IPC_CONTINUATION_TOKEN - Static variable in class org.apache.arrow.vector.ipc.message.MessageSerializer
 
IpcOption - Class in org.apache.arrow.vector.ipc.message
IPC options, now only use for write.
IpcOption() - Constructor for class org.apache.arrow.vector.ipc.message.IpcOption
 
IpcOption(boolean, MetadataVersion) - Constructor for class org.apache.arrow.vector.ipc.message.IpcOption
 
isComplex() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ComplexType
 
isComplex() - Method in class org.apache.arrow.vector.types.pojo.ArrowType
 
isComplex() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.PrimitiveType
 
isCreated() - Method in class org.apache.arrow.vector.AddOrGetResult
Returns whether the vector is created.
isDelta() - Method in class org.apache.arrow.vector.ipc.message.ArrowDictionaryBatch
 
isEmpty(int) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
Return if value at index is empty (this implementation is always false).
isEmpty(int) - Method in class org.apache.arrow.vector.complex.LargeListVector
Check if element at given index is empty list.
isEmpty(int) - Method in class org.apache.arrow.vector.complex.ListVector
Check if element at given index is empty list.
isEmpty() - Method in interface org.apache.arrow.vector.util.MapWithOrdinal
 
isEmpty() - Method in class org.apache.arrow.vector.util.MapWithOrdinalImpl
 
isEmpty() - Method in class org.apache.arrow.vector.util.MultiMapWithOrdinal
 
isEmpty() - Method in class org.apache.arrow.vector.util.PromotableMultiMapWithOrdinal
 
isEmptyStruct() - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
isEmptyStruct() - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
isEmptyStruct() - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
isEmptyStruct() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
Whether this writer is a struct writer and is empty (has no children).
isListWriter() - Method in class org.apache.arrow.vector.complex.impl.StructOrListWriterImpl
 
isListWriter() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructOrListWriter
 
isNull(int) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Check if element at given index is null.
isNull(int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Check if element at given index is null.
isNull(int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Check if element at given index is null.
isNull(int) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
Return if value at index is null (this implementation is always false).
isNull(int) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
IMPORTANT: Union types always return non null as there is no validity buffer.
isNull(int) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
Returns whether the value at index null.
isNull(int) - Method in class org.apache.arrow.vector.complex.LargeListVector
Check if element at given index is null.
isNull(int) - Method in class org.apache.arrow.vector.complex.ListVector
Check if element at given index is null.
isNull(int) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
isNull(int) - Method in class org.apache.arrow.vector.complex.StructVector
Returns true if the value at the provided index is null.
isNull(int) - Method in class org.apache.arrow.vector.complex.UnionVector
IMPORTANT: Union types always return non null as there is no validity buffer.
isNull(int) - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
isNull(int) - Method in class org.apache.arrow.vector.NullVector
 
isNull(String) - Method in class org.apache.arrow.vector.table.Row
For vectors other than Union and DenseUnion, returns true if the value at columnName is null, and false otherwise.
isNull(int) - Method in class org.apache.arrow.vector.table.Row
For vectors other than Union and DenseUnion, returns true if the value at columnIndex is null, and false otherwise.
isNull(int) - Method in interface org.apache.arrow.vector.ValueVector
Check whether an element in the vector is null.
isNull(int) - Method in class org.apache.arrow.vector.ZeroVector
 
isNullable() - Method in class org.apache.arrow.vector.types.pojo.Field
 
isNullable() - Method in class org.apache.arrow.vector.types.pojo.FieldType
 
isOpen() - Method in class org.apache.arrow.vector.util.ByteArrayReadableSeekableByteChannel
 
isOrdered() - Method in class org.apache.arrow.vector.types.pojo.DictionaryEncoding
 
isRowDeleted(int) - Method in class org.apache.arrow.vector.table.BaseTable
Returns true if the row at the given index has been deleted and false otherwise.
isSafe(int) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Check if the given index is within the current value capacity of the vector.
isSafe(int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Check if the given index is within the current value capacity of the vector.
isSafe(int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Check if the given index is within the current value capacity of the vector.
isSet(int) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
isSet(int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
isSet(int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
isSet(int) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
isSet(int) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
Returns non-zero when the value at index is non-null.
isSet() - Method in class org.apache.arrow.vector.complex.impl.BigIntHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.BigIntReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.BitHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.BitReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.DateDayHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.DateDayReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.DateMilliHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.DateMilliReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.Decimal256HolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.Decimal256ReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.DecimalHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.DecimalReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.DurationHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.DurationReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.Float4HolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.Float4ReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.Float8HolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.Float8ReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.IntervalYearHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.IntervalYearReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.IntHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.IntReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableBigIntHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableBitHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableDateDayHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableDateMilliHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableDecimal256HolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableDecimalHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableDurationHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableFixedSizeBinaryHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableFloat4HolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableFloat8HolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalDayHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalMonthDayNanoHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalYearHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableIntHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableLargeVarBinaryHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableLargeVarCharHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableSmallIntHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableStructReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeMicroHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeMilliHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeNanoHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeSecHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroTZHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliTZHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoTZHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampSecHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampSecTZHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableTinyIntHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt1HolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt2HolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt4HolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt8HolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableVarBinaryHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullableVarCharHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.SingleListReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.SingleStructReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.SmallIntHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.SmallIntReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeMicroHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeMicroReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeMilliHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeMilliReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeNanoHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeNanoReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeSecHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeSecReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TinyIntHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.TinyIntReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.UInt1HolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.UInt1ReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.UInt2HolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.UInt2ReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.UInt4HolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.UInt4ReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.UInt8HolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.UInt8ReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListReader
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListReader
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.UnionListReader
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.VarBinaryHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.VarBinaryReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.VarCharHolderReaderImpl
 
isSet() - Method in class org.apache.arrow.vector.complex.impl.VarCharReaderImpl
 
isSet(int) - Method in class org.apache.arrow.vector.complex.LargeListVector
isSet(int) - Method in class org.apache.arrow.vector.complex.ListVector
isSet() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.BigIntReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.BitReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.DateDayReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.DateMilliReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.Decimal256Reader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.DecimalReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.DurationReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.FixedSizeBinaryReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.Float4Reader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.Float8Reader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.IntervalDayReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.IntervalMonthDayNanoReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.IntervalYearReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.IntReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.LargeVarBinaryReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.LargeVarCharReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.SmallIntReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.TimeMicroReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.TimeMilliReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.TimeNanoReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.TimeSecReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMicroReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMicroTZReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMilliReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMilliTZReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampNanoReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampNanoTZReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampSecReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampSecTZReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.TinyIntReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.UInt1Reader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.UInt2Reader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.UInt4Reader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.UInt8Reader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.VarBinaryReader
 
isSet() - Method in interface org.apache.arrow.vector.complex.reader.VarCharReader
 
isSet(int) - Method in class org.apache.arrow.vector.complex.StructVector
Returns true the value at the given index is set (i.e.
isSet(int) - Method in class org.apache.arrow.vector.complex.UnionVector
 
isSet - Variable in class org.apache.arrow.vector.holders.BigIntHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.BitHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.ComplexHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.DateDayHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.DateMilliHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.Decimal256Holder
 
isSet - Variable in class org.apache.arrow.vector.holders.DecimalHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.DenseUnionHolder
 
isSet() - Method in class org.apache.arrow.vector.holders.DenseUnionHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.DurationHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.FixedSizeBinaryHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.Float4Holder
 
isSet - Variable in class org.apache.arrow.vector.holders.Float8Holder
 
isSet - Variable in class org.apache.arrow.vector.holders.IntervalDayHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.IntervalMonthDayNanoHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.IntervalYearHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.IntHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.LargeVarBinaryHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.LargeVarCharHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableBigIntHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableBitHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableDateDayHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableDateMilliHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableDecimal256Holder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableDecimalHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableDurationHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableFixedSizeBinaryHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableFloat4Holder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableFloat8Holder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableIntervalDayHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableIntervalMonthDayNanoHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableIntervalYearHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableIntHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableLargeVarBinaryHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableLargeVarCharHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableSmallIntHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableTimeMicroHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableTimeMilliHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableTimeNanoHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableTimeSecHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableTimeStampMicroHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableTimeStampMicroTZHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableTimeStampMilliHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableTimeStampMilliTZHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableTimeStampNanoHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableTimeStampNanoTZHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableTimeStampSecHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableTimeStampSecTZHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableTinyIntHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableUInt1Holder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableUInt2Holder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableUInt4Holder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableUInt8Holder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableVarBinaryHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.NullableVarCharHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.SmallIntHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.TimeMicroHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.TimeMilliHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.TimeNanoHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.TimeSecHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.TimeStampMicroHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.TimeStampMicroTZHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.TimeStampMilliHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.TimeStampMilliTZHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.TimeStampNanoHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.TimeStampNanoTZHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.TimeStampSecHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.TimeStampSecTZHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.TinyIntHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.UInt1Holder
 
isSet - Variable in class org.apache.arrow.vector.holders.UInt2Holder
 
isSet - Variable in class org.apache.arrow.vector.holders.UInt4Holder
 
isSet - Variable in class org.apache.arrow.vector.holders.UInt8Holder
 
isSet - Variable in class org.apache.arrow.vector.holders.UnionHolder
 
isSet() - Method in class org.apache.arrow.vector.holders.UnionHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.VarBinaryHolder
 
isSet - Variable in class org.apache.arrow.vector.holders.VarCharHolder
 
isStructWriter() - Method in class org.apache.arrow.vector.complex.impl.StructOrListWriterImpl
 
isStructWriter() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructOrListWriter
 
iterator() - Method in class org.apache.arrow.vector.BaseValueVector
 
iterator() - Method in class org.apache.arrow.vector.complex.AbstractStructVector
 
iterator() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
iterator() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
iterator() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
iterator() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
iterator() - Method in class org.apache.arrow.vector.complex.impl.SingleStructReaderImpl
 
iterator() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
iterator() - Method in class org.apache.arrow.vector.complex.UnionVector
 
iterator() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
iterator() - Method in class org.apache.arrow.vector.NullVector
 
iterator() - Method in class org.apache.arrow.vector.table.Table
Returns a Row iterator for this Table.

J

JsonFileReader - Class in org.apache.arrow.vector.ipc
A reader for JSON files that translates them into vectors.
JsonFileReader(File, BufferAllocator) - Constructor for class org.apache.arrow.vector.ipc.JsonFileReader
Constructs a new instance.
JsonFileWriter - Class in org.apache.arrow.vector.ipc
A writer that converts binary Vectors into an internal, unstable JSON format suitable for integration testing.
JsonFileWriter(File) - Constructor for class org.apache.arrow.vector.ipc.JsonFileWriter
Constructs a new writer that will output to outputFile.
JsonFileWriter(File, JsonFileWriter.JSONWriteConfig) - Constructor for class org.apache.arrow.vector.ipc.JsonFileWriter
Constructs a new writer that will output to outputFile with the given options.
JsonFileWriter.JSONWriteConfig - Class in org.apache.arrow.vector.ipc
Configuration POJO for writing JSON files.
JsonStringArrayList<E> - Class in org.apache.arrow.vector.util
Extension of ArrayList that JsonStringArrayList.toString() method returns the serialized JSON version of its members (or throws an exception if they can't be converted to JSON).
JsonStringArrayList() - Constructor for class org.apache.arrow.vector.util.JsonStringArrayList
 
JsonStringArrayList(int) - Constructor for class org.apache.arrow.vector.util.JsonStringArrayList
 
JsonStringHashMap<K,V> - Class in org.apache.arrow.vector.util
Simple class that extends the regular java.util.HashMap but overrides the toString() method of the HashMap class to produce a JSON string instead
JsonStringHashMap() - Constructor for class org.apache.arrow.vector.util.JsonStringHashMap
 

K

key() - Method in class org.apache.arrow.vector.complex.impl.UnionMapReader
Start reading a key from the map entry.
key() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
Return the key writer that is used to write to the "key" field.
key() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
key() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.MapWriter
 
KEY_NAME - Static variable in class org.apache.arrow.vector.complex.MapVector
 
keys() - Method in interface org.apache.arrow.vector.util.MapWithOrdinal
 
keys() - Method in class org.apache.arrow.vector.util.MapWithOrdinalImpl
 
keys() - Method in class org.apache.arrow.vector.util.MultiMapWithOrdinal
 
keys() - Method in class org.apache.arrow.vector.util.PromotableMultiMapWithOrdinal
 

L

LargeBinary() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.LargeBinary
 
LargeList() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.LargeList
 
LargeListVector - Class in org.apache.arrow.vector.complex
A list vector contains lists of a specific type of elements.
LargeListVector(String, BufferAllocator, FieldType, CallBack) - Constructor for class org.apache.arrow.vector.complex.LargeListVector
Constructs a new instance.
largeOffsetBuffer() - Static method in class org.apache.arrow.vector.BufferLayout
 
LargeUtf8() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.LargeUtf8
 
largeVarBinary(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
largeVarBinary() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
largeVarBinary(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
largeVarBinary(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
largeVarBinary() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
largeVarBinary(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
largeVarBinary() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
largeVarBinary(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
largeVarBinary() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
largeVarBinary(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
largeVarBinary() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
largeVarBinary(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
largeVarBinary() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
largeVarBinary() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
largeVarBinary(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
LargeVarBinaryHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
LargeVarBinaryHolder() - Constructor for class org.apache.arrow.vector.holders.LargeVarBinaryHolder
 
LargeVarBinaryHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
LargeVarBinaryHolderReaderImpl(LargeVarBinaryHolder) - Constructor for class org.apache.arrow.vector.complex.impl.LargeVarBinaryHolderReaderImpl
 
LargeVarBinaryReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
LargeVarBinaryReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
LargeVarBinaryReaderImpl(LargeVarBinaryVector) - Constructor for class org.apache.arrow.vector.complex.impl.LargeVarBinaryReaderImpl
 
LargeVarBinaryVector - Class in org.apache.arrow.vector
LargeVarBinaryVector implements a large variable width vector of binary values which could be NULL.
LargeVarBinaryVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.LargeVarBinaryVector
Instantiate a LargeVarBinaryVector.
LargeVarBinaryVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.LargeVarBinaryVector
Instantiate a LargeVarBinaryVector.
LargeVarBinaryVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.LargeVarBinaryVector
Instantiate a LargeVarBinaryVector.
LargeVarBinaryWriter - Interface in org.apache.arrow.vector.complex.writer
 
LargeVarBinaryWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
LargeVarBinaryWriterImpl(LargeVarBinaryVector) - Constructor for class org.apache.arrow.vector.complex.impl.LargeVarBinaryWriterImpl
 
largeVarChar(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
largeVarChar() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
largeVarChar(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
largeVarChar(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
largeVarChar() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
largeVarChar(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
largeVarChar() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
largeVarChar(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
largeVarChar() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
largeVarChar(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
largeVarChar() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
largeVarChar(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
largeVarChar() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
largeVarChar() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
largeVarChar(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
LargeVarCharHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
LargeVarCharHolder() - Constructor for class org.apache.arrow.vector.holders.LargeVarCharHolder
 
LargeVarCharHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
LargeVarCharHolderReaderImpl(LargeVarCharHolder) - Constructor for class org.apache.arrow.vector.complex.impl.LargeVarCharHolderReaderImpl
 
LargeVarCharReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
LargeVarCharReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
LargeVarCharReaderImpl(LargeVarCharVector) - Constructor for class org.apache.arrow.vector.complex.impl.LargeVarCharReaderImpl
 
LargeVarCharVector - Class in org.apache.arrow.vector
LargeVarCharVector implements a variable width vector of VARCHAR values which could be NULL.
LargeVarCharVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.LargeVarCharVector
Instantiate a LargeVarCharVector.
LargeVarCharVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.LargeVarCharVector
Instantiate a LargeVarCharVector.
LargeVarCharVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.LargeVarCharVector
Instantiate a LargeVarCharVector.
LargeVarCharWriter - Interface in org.apache.arrow.vector.complex.writer
 
LargeVarCharWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
LargeVarCharWriterImpl(LargeVarCharVector) - Constructor for class org.apache.arrow.vector.complex.impl.LargeVarCharWriterImpl
 
lastSet - Variable in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
lastSet - Variable in class org.apache.arrow.vector.BaseVariableWidthVector
 
lastSet - Variable in class org.apache.arrow.vector.complex.ListVector
The maximum index that is actually set.
lastValueCapacity - Variable in class org.apache.arrow.vector.BaseFixedWidthVector
 
list() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
list(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
list(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
list() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
list(String) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
list(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
list - Variable in class org.apache.arrow.vector.complex.impl.StructOrListWriterImpl
 
list(String) - Method in class org.apache.arrow.vector.complex.impl.StructOrListWriterImpl
 
list() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
list(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
list() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
list(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
list() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
list(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
list() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
list() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
list(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
list() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
list(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructOrListWriter
 
list(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
List() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.List
 
listoftstruct(String) - Method in class org.apache.arrow.vector.complex.impl.StructOrListWriterImpl
Creates a new writer for a list of structs.
listoftstruct(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructOrListWriter
 
ListSubfieldEncoder - Class in org.apache.arrow.vector.dictionary
Sub fields encoder/decoder for Dictionary encoded BaseListVector.
ListSubfieldEncoder(Dictionary, BufferAllocator) - Constructor for class org.apache.arrow.vector.dictionary.ListSubfieldEncoder
 
ListSubfieldEncoder(Dictionary, BufferAllocator, ArrowBufHasher) - Constructor for class org.apache.arrow.vector.dictionary.ListSubfieldEncoder
Construct an instance.
ListVector - Class in org.apache.arrow.vector.complex
A list vector contains lists of a specific type of elements.
ListVector(String, BufferAllocator, FieldType, CallBack) - Constructor for class org.apache.arrow.vector.complex.ListVector
Constructs a new instance.
load(ArrowFieldNode, ArrowBuf) - Method in interface org.apache.arrow.vector.BufferBacked
 
load(ArrowRecordBatch) - Method in class org.apache.arrow.vector.VectorLoader
Loads the record batch in the vectors.
loadDictionary(ArrowDictionaryBatch) - Method in class org.apache.arrow.vector.ipc.ArrowReader
Load an ArrowDictionaryBatch to the readers dictionary vectors.
loadFieldBuffers(ArrowFieldNode, List<ArrowBuf>) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Load the buffers of this vector with provided source buffers.
loadFieldBuffers(ArrowFieldNode, List<ArrowBuf>) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Load the buffers of this vector with provided source buffers.
loadFieldBuffers(ArrowFieldNode, List<ArrowBuf>) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Load the buffers of this vector with provided source buffers.
loadFieldBuffers(ArrowFieldNode, List<ArrowBuf>) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
loadFieldBuffers(ArrowFieldNode, List<ArrowBuf>) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
loadFieldBuffers(ArrowFieldNode, List<ArrowBuf>) - Method in class org.apache.arrow.vector.complex.LargeListVector
Load the buffers of this vector with provided source buffers.
loadFieldBuffers(ArrowFieldNode, List<ArrowBuf>) - Method in class org.apache.arrow.vector.complex.ListVector
Load the buffers of this vector with provided source buffers.
loadFieldBuffers(ArrowFieldNode, List<ArrowBuf>) - Method in class org.apache.arrow.vector.complex.StructVector
 
loadFieldBuffers(ArrowFieldNode, List<ArrowBuf>) - Method in class org.apache.arrow.vector.complex.UnionVector
 
loadFieldBuffers(ArrowFieldNode, List<ArrowBuf>) - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
loadFieldBuffers(ArrowFieldNode, List<ArrowBuf>) - Method in interface org.apache.arrow.vector.FieldVector
Loads data in the vectors.
loadFieldBuffers(ArrowFieldNode, List<ArrowBuf>) - Method in class org.apache.arrow.vector.NullVector
 
loadNextBatch() - Method in class org.apache.arrow.vector.ipc.ArrowFileReader
Returns true if a batch was read, false if no more batches.
loadNextBatch() - Method in class org.apache.arrow.vector.ipc.ArrowReader
Load the next ArrowRecordBatch to the vector schema root if available.
loadNextBatch() - Method in class org.apache.arrow.vector.ipc.ArrowStreamReader
Load the next ArrowRecordBatch to the vector schema root if available.
loadRecordBatch(ArrowBlock) - Method in class org.apache.arrow.vector.ipc.ArrowFileReader
Loads record batch for the given block.
loadRecordBatch(ArrowRecordBatch) - Method in class org.apache.arrow.vector.ipc.ArrowReader
Load an ArrowRecordBatch to the readers VectorSchemaRoot.
loadValidityBuffer(ArrowFieldNode, ArrowBuf, BufferAllocator) - Static method in class org.apache.arrow.vector.BitVectorHelper
Returns a new buffer if the source validity buffer is either all null or all not-null, otherwise returns a buffer pointing to the same memory as source.
LOGGER - Static variable in class org.apache.arrow.vector.ipc.ArrowWriter
 
longToBytes(long, byte[]) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Convert a long to a little-endian 8 byte array.
lookup(long) - Method in interface org.apache.arrow.vector.dictionary.DictionaryProvider
Return the dictionary for the given ID.
lookup(long) - Method in class org.apache.arrow.vector.dictionary.DictionaryProvider.MapDictionaryProvider
 
lookup(long) - Method in class org.apache.arrow.vector.ipc.ArrowReader
Lookup a dictionary that has been loaded using the dictionary id.
lookup(long) - Method in class org.apache.arrow.vector.ipc.JsonFileReader
 
lookup(String) - Static method in class org.apache.arrow.vector.types.pojo.ExtensionTypeRegistry
 

M

makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.BigIntVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.BitVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.complex.LargeListVector
 
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.complex.ListVector
 
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.complex.MapVector
 
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.complex.StructVector
 
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.complex.UnionVector
 
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.DateDayVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.DateMilliVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.Decimal256Vector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.DecimalVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.DurationVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.Float4Vector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.Float8Vector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.IntervalDayVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.IntervalYearVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.IntVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.LargeVarBinaryVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.LargeVarCharVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.NullVector
 
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.SmallIntVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.TimeMicroVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.TimeMilliVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.TimeNanoVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.TimeSecVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.TimeStampMicroTZVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.TimeStampMicroVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.TimeStampMilliTZVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.TimeStampMilliVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.TimeStampNanoTZVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.TimeStampNanoVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.TimeStampSecTZVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.TimeStampSecVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.TinyIntVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.UInt1Vector
 
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.UInt2Vector
 
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.UInt4Vector
 
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.UInt8Vector
 
makeTransferPair(ValueVector) - Method in interface org.apache.arrow.vector.ValueVector
Makes a new transfer pair used to transfer underlying buffers.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.VarBinaryVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.VarCharVector
Construct a TransferPair with a desired target vector of the same type.
makeTransferPair(ValueVector) - Method in class org.apache.arrow.vector.ZeroVector
 
map() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
map(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
map(String, boolean) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
map(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
map(String, boolean) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
map(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
map(String, boolean) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
map() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
map(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
map(boolean) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
map(String, boolean) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
map() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
map(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
map(boolean) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
map(String, boolean) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
map() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
map(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
map(boolean) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
map(String, boolean) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
map(boolean) - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
map() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
map(boolean) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
map(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
map(String, boolean) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
map() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
map(boolean) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
map(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
map(String, boolean) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
Map(boolean) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Map
 
MapDictionaryProvider(Dictionary...) - Constructor for class org.apache.arrow.vector.dictionary.DictionaryProvider.MapDictionaryProvider
Constructs a new instance from the given dictionaries.
MapVector - Class in org.apache.arrow.vector.complex
A MapVector is used to store entries of key/value pairs.
MapVector(String, BufferAllocator, FieldType, CallBack) - Constructor for class org.apache.arrow.vector.complex.MapVector
Construct a MapVector instance.
MapWithOrdinal<K,V> - Interface in org.apache.arrow.vector.util
An implementation of a map that supports constant time look-up by a generic key or an ordinal.
MapWithOrdinalImpl<K,V> - Class in org.apache.arrow.vector.util
An implementation of map that supports constant time look-up by a generic key or an ordinal.
MapWithOrdinalImpl() - Constructor for class org.apache.arrow.vector.util.MapWithOrdinalImpl
 
MAX_ALLOCATION_SIZE - Static variable in class org.apache.arrow.vector.BaseValueVector
 
MAX_ALLOCATION_SIZE_PROPERTY - Static variable in class org.apache.arrow.vector.BaseValueVector
 
MAX_PRECISION - Static variable in class org.apache.arrow.vector.Decimal256Vector
 
MAX_PRECISION - Static variable in class org.apache.arrow.vector.DecimalVector
 
MAX_UINT1 - Static variable in class org.apache.arrow.vector.UInt1Vector
The maximum 8-bit unsigned integer.
MAX_UINT2 - Static variable in class org.apache.arrow.vector.UInt2Vector
The maximum 16-bit unsigned integer.
MAX_UINT4 - Static variable in class org.apache.arrow.vector.UInt4Vector
The maximum 32-bit unsigned integer.
MAX_UINT8 - Static variable in class org.apache.arrow.vector.UInt8Vector
The maximum 64-bit unsigned long integer.
MessageChannelReader - Class in org.apache.arrow.vector.ipc.message
Reads a sequence of messages using a ReadChannel.
MessageChannelReader(ReadChannel, BufferAllocator) - Constructor for class org.apache.arrow.vector.ipc.message.MessageChannelReader
Construct a MessageReader to read streaming messages from an existing ReadChannel.
messageHasBody() - Method in class org.apache.arrow.vector.ipc.message.MessageMetadataResult
Check if the message is followed by a body.
MessageMetadataResult - Class in org.apache.arrow.vector.ipc.message
Class to hold resulting Message metadata and buffer containing the serialized Flatbuffer message when reading messages from a ReadChannel.
MessageResult - Class in org.apache.arrow.vector.ipc.message
Class to hold the Message metadata and body data when reading messages through a MessageChannelReader.
MessageSerializer - Class in org.apache.arrow.vector.ipc.message
Utility class for serializing Messages.
MessageSerializer() - Constructor for class org.apache.arrow.vector.ipc.message.MessageSerializer
 
MetadataV4UnionChecker - Class in org.apache.arrow.vector.validate
Given a field, checks that no Union fields are present.
MetadataV4UnionChecker() - Constructor for class org.apache.arrow.vector.validate.MetadataV4UnionChecker
 
metadataVersion - Variable in class org.apache.arrow.vector.ipc.message.IpcOption
 
MetadataVersion - Enum in org.apache.arrow.vector.types
Metadata version for Arrow metadata.
milliseconds - Variable in class org.apache.arrow.vector.holders.IntervalDayHolder
 
milliseconds - Variable in class org.apache.arrow.vector.holders.NullableIntervalDayHolder
 
minus_one - Static variable in class org.apache.arrow.vector.util.DecimalUtility
 
minutesToMillis - Static variable in class org.apache.arrow.vector.util.DateUtility
 
months - Variable in class org.apache.arrow.vector.holders.IntervalMonthDayNanoHolder
 
months - Variable in class org.apache.arrow.vector.holders.NullableIntervalMonthDayNanoHolder
 
monthsToMillis - Static variable in class org.apache.arrow.vector.util.DateUtility
 
monthToStandardDays - Static variable in class org.apache.arrow.vector.util.DateUtility
 
MultiMapWithOrdinal<K,V> - Class in org.apache.arrow.vector.util
An implementation of a multimap that supports constant time look-up by a generic key or an ordinal.
MultiMapWithOrdinal() - Constructor for class org.apache.arrow.vector.util.MultiMapWithOrdinal
 

N

name - Variable in class org.apache.arrow.vector.complex.AbstractContainerVector
 
nanoseconds - Variable in class org.apache.arrow.vector.holders.IntervalMonthDayNanoHolder
 
nanoseconds - Variable in class org.apache.arrow.vector.holders.NullableIntervalMonthDayNanoHolder
 
needConvertToMessageFormat(Field) - Static method in class org.apache.arrow.vector.util.DictionaryUtility
Checks if it is required to convert the field to message format.
newObjectMapper() - Static method in class org.apache.arrow.vector.util.ObjectMapperFactory
Creates a new ObjectMapper instance.
next() - Method in class org.apache.arrow.vector.complex.impl.BigIntHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.BitHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.DateDayHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.DateMilliHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.Decimal256HolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.DecimalHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
next() - Method in class org.apache.arrow.vector.complex.impl.DurationHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.Float4HolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.Float8HolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.IntervalYearHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.IntHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableBigIntHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableBitHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableDateDayHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableDateMilliHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableDecimal256HolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableDecimalHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableDurationHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableFixedSizeBinaryHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableFloat4HolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableFloat8HolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalDayHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalMonthDayNanoHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalYearHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableIntHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableLargeVarBinaryHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableLargeVarCharHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableSmallIntHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeMicroHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeMilliHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeNanoHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeSecHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroTZHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliTZHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoTZHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampSecHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampSecTZHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableTinyIntHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt1HolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt2HolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt4HolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt8HolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableVarBinaryHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullableVarCharHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
next() - Method in class org.apache.arrow.vector.complex.impl.SmallIntHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.TimeMicroHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.TimeMilliHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.TimeNanoHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.TimeSecHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.TinyIntHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.UInt1HolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.UInt2HolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.UInt4HolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.UInt8HolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListReader
 
next() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListReader
 
next() - Method in class org.apache.arrow.vector.complex.impl.UnionListReader
 
next() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
next() - Method in class org.apache.arrow.vector.complex.impl.VarBinaryHolderReaderImpl
 
next() - Method in class org.apache.arrow.vector.complex.impl.VarCharHolderReaderImpl
 
next() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.RepeatedListReader
 
next() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.RepeatedMapReader
 
next() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.RepeatedStructReader
 
next() - Method in class org.apache.arrow.vector.table.Row
Returns the next non-deleted row in the table.
next() - Method in class org.apache.arrow.vector.util.ElementAddressableVectorIterator
Retrieves the next pointer from the vector.
next(ArrowBufPointer) - Method in class org.apache.arrow.vector.util.ElementAddressableVectorIterator
Retrieves the next pointer from the vector.
NO_COMPRESSION_LENGTH - Static variable in class org.apache.arrow.vector.compression.CompressionUtil
Special flag to indicate no compression.
NoCompressionCodec - Class in org.apache.arrow.vector.compression
The default compression codec that does no compression.
NoCompressionCodec.Factory - Class in org.apache.arrow.vector.compression
The default factory that creates a NoCompressionCodec.
NonNullableStructVector - Class in org.apache.arrow.vector.complex
A struct vector that has no null values (and no validity buffer).
NonNullableStructVector(String, BufferAllocator, FieldType, CallBack) - Constructor for class org.apache.arrow.vector.complex.NonNullableStructVector
Constructs a new instance.
NonNullableStructVector(String, BufferAllocator, FieldType, CallBack, AbstractStructVector.ConflictPolicy, boolean) - Constructor for class org.apache.arrow.vector.complex.NonNullableStructVector
Constructs a new instance.
NonNullableStructVector.StructTransferPair - Class in org.apache.arrow.vector.complex
TransferPair for this this class.
notNullable(String, ArrowType) - Static method in class org.apache.arrow.vector.types.pojo.Field
 
notNullable(ArrowType) - Static method in class org.apache.arrow.vector.types.pojo.FieldType
 
Null() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Null
 
NULL_CHECKING_ENABLED - Static variable in class org.apache.arrow.vector.NullCheckingForGet
The flag to indicate if null checking is enabled for "get" methods.
nullable(String, ArrowType) - Static method in class org.apache.arrow.vector.types.pojo.Field
 
nullable(ArrowType) - Static method in class org.apache.arrow.vector.types.pojo.FieldType
 
NullableBigIntHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableBigIntHolder() - Constructor for class org.apache.arrow.vector.holders.NullableBigIntHolder
 
NullableBigIntHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableBigIntHolderReaderImpl(NullableBigIntHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableBigIntHolderReaderImpl
 
NullableBitHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableBitHolder() - Constructor for class org.apache.arrow.vector.holders.NullableBitHolder
 
NullableBitHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableBitHolderReaderImpl(NullableBitHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableBitHolderReaderImpl
 
NullableCaseSensitiveStructWriter - Class in org.apache.arrow.vector.complex.impl
 
NullableCaseSensitiveStructWriter(StructVector) - Constructor for class org.apache.arrow.vector.complex.impl.NullableCaseSensitiveStructWriter
 
NullableDateDayHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableDateDayHolder() - Constructor for class org.apache.arrow.vector.holders.NullableDateDayHolder
 
NullableDateDayHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableDateDayHolderReaderImpl(NullableDateDayHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableDateDayHolderReaderImpl
 
NullableDateMilliHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableDateMilliHolder() - Constructor for class org.apache.arrow.vector.holders.NullableDateMilliHolder
 
NullableDateMilliHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableDateMilliHolderReaderImpl(NullableDateMilliHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableDateMilliHolderReaderImpl
 
NullableDecimal256Holder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableDecimal256Holder() - Constructor for class org.apache.arrow.vector.holders.NullableDecimal256Holder
 
NullableDecimal256HolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableDecimal256HolderReaderImpl(NullableDecimal256Holder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableDecimal256HolderReaderImpl
 
NullableDecimalHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableDecimalHolder() - Constructor for class org.apache.arrow.vector.holders.NullableDecimalHolder
 
NullableDecimalHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableDecimalHolderReaderImpl(NullableDecimalHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableDecimalHolderReaderImpl
 
NullableDurationHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableDurationHolder() - Constructor for class org.apache.arrow.vector.holders.NullableDurationHolder
 
NullableDurationHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableDurationHolderReaderImpl(NullableDurationHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableDurationHolderReaderImpl
 
NullableFixedSizeBinaryHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableFixedSizeBinaryHolder() - Constructor for class org.apache.arrow.vector.holders.NullableFixedSizeBinaryHolder
 
NullableFixedSizeBinaryHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableFixedSizeBinaryHolderReaderImpl(NullableFixedSizeBinaryHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableFixedSizeBinaryHolderReaderImpl
 
NullableFloat4Holder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableFloat4Holder() - Constructor for class org.apache.arrow.vector.holders.NullableFloat4Holder
 
NullableFloat4HolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableFloat4HolderReaderImpl(NullableFloat4Holder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableFloat4HolderReaderImpl
 
NullableFloat8Holder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableFloat8Holder() - Constructor for class org.apache.arrow.vector.holders.NullableFloat8Holder
 
NullableFloat8HolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableFloat8HolderReaderImpl(NullableFloat8Holder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableFloat8HolderReaderImpl
 
NullableIntervalDayHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableIntervalDayHolder() - Constructor for class org.apache.arrow.vector.holders.NullableIntervalDayHolder
 
NullableIntervalDayHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableIntervalDayHolderReaderImpl(NullableIntervalDayHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableIntervalDayHolderReaderImpl
 
NullableIntervalMonthDayNanoHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableIntervalMonthDayNanoHolder() - Constructor for class org.apache.arrow.vector.holders.NullableIntervalMonthDayNanoHolder
 
NullableIntervalMonthDayNanoHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableIntervalMonthDayNanoHolderReaderImpl(NullableIntervalMonthDayNanoHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableIntervalMonthDayNanoHolderReaderImpl
 
NullableIntervalYearHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableIntervalYearHolder() - Constructor for class org.apache.arrow.vector.holders.NullableIntervalYearHolder
 
NullableIntervalYearHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableIntervalYearHolderReaderImpl(NullableIntervalYearHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableIntervalYearHolderReaderImpl
 
NullableIntHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableIntHolder() - Constructor for class org.apache.arrow.vector.holders.NullableIntHolder
 
NullableIntHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableIntHolderReaderImpl(NullableIntHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableIntHolderReaderImpl
 
NullableLargeVarBinaryHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableLargeVarBinaryHolder() - Constructor for class org.apache.arrow.vector.holders.NullableLargeVarBinaryHolder
 
NullableLargeVarBinaryHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableLargeVarBinaryHolderReaderImpl(NullableLargeVarBinaryHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableLargeVarBinaryHolderReaderImpl
 
NullableLargeVarCharHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableLargeVarCharHolder() - Constructor for class org.apache.arrow.vector.holders.NullableLargeVarCharHolder
 
NullableLargeVarCharHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableLargeVarCharHolderReaderImpl(NullableLargeVarCharHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableLargeVarCharHolderReaderImpl
 
nullablePrimitive(String, ArrowType.PrimitiveType) - Static method in class org.apache.arrow.vector.types.pojo.Field
 
NullableSmallIntHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableSmallIntHolder() - Constructor for class org.apache.arrow.vector.holders.NullableSmallIntHolder
 
NullableSmallIntHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableSmallIntHolderReaderImpl(NullableSmallIntHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableSmallIntHolderReaderImpl
 
NullableStructReaderImpl - Class in org.apache.arrow.vector.complex.impl
An FieldReader for reading nullable struct vectors.
NullableStructReaderImpl(NonNullableStructVector) - Constructor for class org.apache.arrow.vector.complex.impl.NullableStructReaderImpl
 
NullableStructTransferPair(StructVector, StructVector, boolean) - Constructor for class org.apache.arrow.vector.complex.StructVector.NullableStructTransferPair
 
NullableStructWriter - Class in org.apache.arrow.vector.complex.impl
 
NullableStructWriter(StructVector) - Constructor for class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
NullableStructWriterFactory - Class in org.apache.arrow.vector.complex.impl
A factory for NullableStructWriter instances.
NullableStructWriterFactory(boolean) - Constructor for class org.apache.arrow.vector.complex.impl.NullableStructWriterFactory
 
NullableTimeMicroHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableTimeMicroHolder() - Constructor for class org.apache.arrow.vector.holders.NullableTimeMicroHolder
 
NullableTimeMicroHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableTimeMicroHolderReaderImpl(NullableTimeMicroHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableTimeMicroHolderReaderImpl
 
NullableTimeMilliHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableTimeMilliHolder() - Constructor for class org.apache.arrow.vector.holders.NullableTimeMilliHolder
 
NullableTimeMilliHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableTimeMilliHolderReaderImpl(NullableTimeMilliHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableTimeMilliHolderReaderImpl
 
NullableTimeNanoHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableTimeNanoHolder() - Constructor for class org.apache.arrow.vector.holders.NullableTimeNanoHolder
 
NullableTimeNanoHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableTimeNanoHolderReaderImpl(NullableTimeNanoHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableTimeNanoHolderReaderImpl
 
NullableTimeSecHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableTimeSecHolder() - Constructor for class org.apache.arrow.vector.holders.NullableTimeSecHolder
 
NullableTimeSecHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableTimeSecHolderReaderImpl(NullableTimeSecHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableTimeSecHolderReaderImpl
 
NullableTimeStampMicroHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableTimeStampMicroHolder() - Constructor for class org.apache.arrow.vector.holders.NullableTimeStampMicroHolder
 
NullableTimeStampMicroHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableTimeStampMicroHolderReaderImpl(NullableTimeStampMicroHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroHolderReaderImpl
 
NullableTimeStampMicroTZHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableTimeStampMicroTZHolder() - Constructor for class org.apache.arrow.vector.holders.NullableTimeStampMicroTZHolder
 
NullableTimeStampMicroTZHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableTimeStampMicroTZHolderReaderImpl(NullableTimeStampMicroTZHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroTZHolderReaderImpl
 
NullableTimeStampMilliHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableTimeStampMilliHolder() - Constructor for class org.apache.arrow.vector.holders.NullableTimeStampMilliHolder
 
NullableTimeStampMilliHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableTimeStampMilliHolderReaderImpl(NullableTimeStampMilliHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliHolderReaderImpl
 
NullableTimeStampMilliTZHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableTimeStampMilliTZHolder() - Constructor for class org.apache.arrow.vector.holders.NullableTimeStampMilliTZHolder
 
NullableTimeStampMilliTZHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableTimeStampMilliTZHolderReaderImpl(NullableTimeStampMilliTZHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliTZHolderReaderImpl
 
NullableTimeStampNanoHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableTimeStampNanoHolder() - Constructor for class org.apache.arrow.vector.holders.NullableTimeStampNanoHolder
 
NullableTimeStampNanoHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableTimeStampNanoHolderReaderImpl(NullableTimeStampNanoHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoHolderReaderImpl
 
NullableTimeStampNanoTZHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableTimeStampNanoTZHolder() - Constructor for class org.apache.arrow.vector.holders.NullableTimeStampNanoTZHolder
 
NullableTimeStampNanoTZHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableTimeStampNanoTZHolderReaderImpl(NullableTimeStampNanoTZHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoTZHolderReaderImpl
 
NullableTimeStampSecHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableTimeStampSecHolder() - Constructor for class org.apache.arrow.vector.holders.NullableTimeStampSecHolder
 
NullableTimeStampSecHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableTimeStampSecHolderReaderImpl(NullableTimeStampSecHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableTimeStampSecHolderReaderImpl
 
NullableTimeStampSecTZHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableTimeStampSecTZHolder() - Constructor for class org.apache.arrow.vector.holders.NullableTimeStampSecTZHolder
 
NullableTimeStampSecTZHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableTimeStampSecTZHolderReaderImpl(NullableTimeStampSecTZHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableTimeStampSecTZHolderReaderImpl
 
NullableTinyIntHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableTinyIntHolder() - Constructor for class org.apache.arrow.vector.holders.NullableTinyIntHolder
 
NullableTinyIntHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableTinyIntHolderReaderImpl(NullableTinyIntHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableTinyIntHolderReaderImpl
 
NullableUInt1Holder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableUInt1Holder() - Constructor for class org.apache.arrow.vector.holders.NullableUInt1Holder
 
NullableUInt1HolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableUInt1HolderReaderImpl(NullableUInt1Holder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableUInt1HolderReaderImpl
 
NullableUInt2Holder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableUInt2Holder() - Constructor for class org.apache.arrow.vector.holders.NullableUInt2Holder
 
NullableUInt2HolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableUInt2HolderReaderImpl(NullableUInt2Holder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableUInt2HolderReaderImpl
 
NullableUInt4Holder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableUInt4Holder() - Constructor for class org.apache.arrow.vector.holders.NullableUInt4Holder
 
NullableUInt4HolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableUInt4HolderReaderImpl(NullableUInt4Holder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableUInt4HolderReaderImpl
 
NullableUInt8Holder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableUInt8Holder() - Constructor for class org.apache.arrow.vector.holders.NullableUInt8Holder
 
NullableUInt8HolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableUInt8HolderReaderImpl(NullableUInt8Holder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableUInt8HolderReaderImpl
 
NullableVarBinaryHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableVarBinaryHolder() - Constructor for class org.apache.arrow.vector.holders.NullableVarBinaryHolder
 
NullableVarBinaryHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableVarBinaryHolderReaderImpl(NullableVarBinaryHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableVarBinaryHolderReaderImpl
 
NullableVarCharHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
NullableVarCharHolder() - Constructor for class org.apache.arrow.vector.holders.NullableVarCharHolder
 
NullableVarCharHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
NullableVarCharHolderReaderImpl(NullableVarCharHolder) - Constructor for class org.apache.arrow.vector.complex.impl.NullableVarCharHolderReaderImpl
 
NullCheckingForGet - Class in org.apache.arrow.vector
Configuration class to determine if null checking should be enabled or disabled for the "get" methods.
NullReader - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template NullReader.java
NullVector - Class in org.apache.arrow.vector
A null type vector.
NullVector(String) - Constructor for class org.apache.arrow.vector.NullVector
Instantiate a NullVector.
NullVector(String, FieldType) - Constructor for class org.apache.arrow.vector.NullVector
Instantiate a NullVector.
NullVector(Field) - Constructor for class org.apache.arrow.vector.NullVector
Instantiate a NullVector.
NullVector() - Constructor for class org.apache.arrow.vector.NullVector
Deprecated.

O

ObjectMapperFactory - Class in org.apache.arrow.vector.util
A ObjectMapper factory to read/write JSON.
of(FieldVector...) - Static method in class org.apache.arrow.vector.table.Table
Constructs a new instance from vectors.
of(FieldVector...) - Static method in class org.apache.arrow.vector.VectorSchemaRoot
Constructs a new instance from vectors.
OFFSET_WIDTH - Static variable in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
OFFSET_WIDTH - Static variable in class org.apache.arrow.vector.BaseVariableWidthVector
 
OFFSET_WIDTH - Static variable in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
OFFSET_WIDTH - Static variable in class org.apache.arrow.vector.complex.DenseUnionVector
 
OFFSET_WIDTH - Static variable in class org.apache.arrow.vector.complex.LargeListVector
 
offsetAllocationSizeInBytes - Variable in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
offsetAllocationSizeInBytes - Variable in class org.apache.arrow.vector.complex.LargeListVector
 
offsetBuffer - Variable in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
offsetBuffer - Variable in class org.apache.arrow.vector.BaseVariableWidthVector
 
offsetBuffer() - Static method in class org.apache.arrow.vector.BufferLayout
 
offsetBuffer - Variable in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
offsetBuffer - Variable in class org.apache.arrow.vector.complex.LargeListVector
 
ok() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.ComplexReader
 
option - Variable in class org.apache.arrow.vector.ipc.ArrowWriter
 
ordinal - Variable in class org.apache.arrow.vector.complex.VectorWithOrdinal
 
org.apache.arrow.vector - package org.apache.arrow.vector
 
org.apache.arrow.vector.compare - package org.apache.arrow.vector.compare
 
org.apache.arrow.vector.compare.util - package org.apache.arrow.vector.compare.util
 
org.apache.arrow.vector.complex - package org.apache.arrow.vector.complex
 
org.apache.arrow.vector.complex.impl - package org.apache.arrow.vector.complex.impl
 
org.apache.arrow.vector.complex.reader - package org.apache.arrow.vector.complex.reader
 
org.apache.arrow.vector.complex.writer - package org.apache.arrow.vector.complex.writer
 
org.apache.arrow.vector.compression - package org.apache.arrow.vector.compression
 
org.apache.arrow.vector.dictionary - package org.apache.arrow.vector.dictionary
 
org.apache.arrow.vector.holders - package org.apache.arrow.vector.holders
 
org.apache.arrow.vector.ipc - package org.apache.arrow.vector.ipc
 
org.apache.arrow.vector.ipc.message - package org.apache.arrow.vector.ipc.message
 
org.apache.arrow.vector.table - package org.apache.arrow.vector.table
 
org.apache.arrow.vector.types - package org.apache.arrow.vector.types
 
org.apache.arrow.vector.types.pojo - package org.apache.arrow.vector.types.pojo
 
org.apache.arrow.vector.util - package org.apache.arrow.vector.util
 
org.apache.arrow.vector.validate - package org.apache.arrow.vector.validate
 
out - Variable in class org.apache.arrow.vector.ipc.ArrowWriter
 
OversizedAllocationException - Exception in org.apache.arrow.vector.util
An exception that is used to signal that allocation request in bytes is greater than the maximum allowed by allocator.
OversizedAllocationException() - Constructor for exception org.apache.arrow.vector.util.OversizedAllocationException
 
OversizedAllocationException(String, Throwable, boolean, boolean) - Constructor for exception org.apache.arrow.vector.util.OversizedAllocationException
 
OversizedAllocationException(String, Throwable) - Constructor for exception org.apache.arrow.vector.util.OversizedAllocationException
 
OversizedAllocationException(String) - Constructor for exception org.apache.arrow.vector.util.OversizedAllocationException
 
OversizedAllocationException(Throwable) - Constructor for exception org.apache.arrow.vector.util.OversizedAllocationException
 

P

packageRawBuffer(BufferAllocator, ArrowBuf) - Static method in class org.apache.arrow.vector.compression.CompressionUtil
Process compression by compressing the buffer as is.
PeriodDuration - Class in org.apache.arrow.vector
Combination of Period and Duration for representing this interval type as a POJO.
PeriodDuration(Period, Duration) - Constructor for class org.apache.arrow.vector.PeriodDuration
 
populate(int) - Method in class org.apache.arrow.vector.complex.EmptyValuePopulator
Marks all values since the last set as empty.
position() - Method in class org.apache.arrow.vector.util.ByteArrayReadableSeekableByteChannel
 
position(long) - Method in class org.apache.arrow.vector.util.ByteArrayReadableSeekableByteChannel
 
Positionable - Interface in org.apache.arrow.vector.complex
Get and set position in a particular data structure.
preAllocate(VectorSchemaRoot, int) - Static method in class org.apache.arrow.vector.util.ValueVectorUtility
Pre allocate memory for BaseFixedWidthVector.
precision - Variable in class org.apache.arrow.vector.holders.Decimal256Holder
 
precision - Variable in class org.apache.arrow.vector.holders.DecimalHolder
 
precision - Variable in class org.apache.arrow.vector.holders.NullableDecimal256Holder
 
precision - Variable in class org.apache.arrow.vector.holders.NullableDecimalHolder
 
prepareLoadNextBatch() - Method in class org.apache.arrow.vector.ipc.ArrowReader
Ensure the reader has been initialized and reset the VectorSchemaRoot row count to 0.
pretty(boolean) - Method in class org.apache.arrow.vector.ipc.JsonFileWriter.JSONWriteConfig
 
PrimitiveTypeVisitor() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.PrimitiveTypeVisitor
 
PromotableMultiMapWithOrdinal<K,V> - Class in org.apache.arrow.vector.util
Implementation of MapWithOrdinal that allows for promotion to multimap when duplicate fields exist.
PromotableMultiMapWithOrdinal(boolean, AbstractStructVector.ConflictPolicy) - Constructor for class org.apache.arrow.vector.util.PromotableMultiMapWithOrdinal
Create promotable map.
PromotableVector - Interface in org.apache.arrow.vector.complex
Vector that can store multiple FieldType vectors as children.
PromotableWriter - Class in org.apache.arrow.vector.complex.impl
This FieldWriter implementation delegates all FieldWriter API calls to an inner FieldWriter.
PromotableWriter(ValueVector, AbstractStructVector) - Constructor for class org.apache.arrow.vector.complex.impl.PromotableWriter
Constructs a new instance.
PromotableWriter(ValueVector, AbstractStructVector, NullableStructWriterFactory) - Constructor for class org.apache.arrow.vector.complex.impl.PromotableWriter
Constructs a new instance.
PromotableWriter(ValueVector, ListVector) - Constructor for class org.apache.arrow.vector.complex.impl.PromotableWriter
Constructs a new instance.
PromotableWriter(ValueVector, FixedSizeListVector) - Constructor for class org.apache.arrow.vector.complex.impl.PromotableWriter
Constructs a new instance.
PromotableWriter(ValueVector, LargeListVector) - Constructor for class org.apache.arrow.vector.complex.impl.PromotableWriter
Constructs a new instance.
PromotableWriter(ValueVector, ListVector, NullableStructWriterFactory) - Constructor for class org.apache.arrow.vector.complex.impl.PromotableWriter
Constructs a new instance.
PromotableWriter(ValueVector, FixedSizeListVector, NullableStructWriterFactory) - Constructor for class org.apache.arrow.vector.complex.impl.PromotableWriter
Constructs a new instance.
PromotableWriter(ValueVector, LargeListVector, NullableStructWriterFactory) - Constructor for class org.apache.arrow.vector.complex.impl.PromotableWriter
Constructs a new instance.
promoteToUnion() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
promoteToUnion() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
promoteToUnion() - Method in class org.apache.arrow.vector.complex.ListVector
 
promoteToUnion() - Method in interface org.apache.arrow.vector.complex.PromotableVector
 
PROMOTION_MASK - Static variable in class org.apache.arrow.vector.UInt1Vector
The mask to use when promoting the unsigned byte value to an integer.
PROMOTION_MASK - Static variable in class org.apache.arrow.vector.UInt4Vector
The mask to use when promoting the unsigned int value to a long int.
put(Dictionary) - Method in class org.apache.arrow.vector.dictionary.DictionaryProvider.MapDictionaryProvider
 
put(K, V, boolean) - Method in interface org.apache.arrow.vector.util.MapWithOrdinal
 
put(K, V, boolean) - Method in class org.apache.arrow.vector.util.MapWithOrdinalImpl
Inserts the tuple (key, value) into the map extending the semantics of Map.put(K, V) with automatic ordinal assignment.
put(K, V, boolean) - Method in class org.apache.arrow.vector.util.MultiMapWithOrdinal
Inserts the tuple (key, value) into the multimap with automatic ordinal assignment.
put(K, V, boolean) - Method in class org.apache.arrow.vector.util.PromotableMultiMapWithOrdinal
 
putChild(String, FieldVector) - Method in class org.apache.arrow.vector.complex.AbstractStructVector
Inserts the vector with the given name if it does not exist else replaces it with the new value.
putVector(String, FieldVector) - Method in class org.apache.arrow.vector.complex.AbstractStructVector
Inserts the input vector into the map if it does not exist.

R

Range - Class in org.apache.arrow.vector.compare
Wrapper for the parameters of comparing a range of values in two vectors.
Range() - Constructor for class org.apache.arrow.vector.compare.Range
Constructs a new instance.
Range(int, int, int) - Constructor for class org.apache.arrow.vector.compare.Range
Constructs a new instance.
rangeEquals(Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
Check range equals.
RangeEqualsVisitor - Class in org.apache.arrow.vector.compare
Visitor to compare a range of values for vectors.
RangeEqualsVisitor(ValueVector, ValueVector) - Constructor for class org.apache.arrow.vector.compare.RangeEqualsVisitor
Constructs a new instance with default type comparator.
RangeEqualsVisitor(ValueVector, ValueVector, BiFunction<ValueVector, ValueVector, Boolean>) - Constructor for class org.apache.arrow.vector.compare.RangeEqualsVisitor
Constructs a new instance.
read(BigIntHolder) - Method in class org.apache.arrow.vector.complex.impl.BigIntHolderReaderImpl
 
read(NullableBigIntHolder) - Method in class org.apache.arrow.vector.complex.impl.BigIntHolderReaderImpl
 
read(NullableBigIntHolder) - Method in class org.apache.arrow.vector.complex.impl.BigIntReaderImpl
 
read(BitHolder) - Method in class org.apache.arrow.vector.complex.impl.BitHolderReaderImpl
 
read(NullableBitHolder) - Method in class org.apache.arrow.vector.complex.impl.BitHolderReaderImpl
 
read(NullableBitHolder) - Method in class org.apache.arrow.vector.complex.impl.BitReaderImpl
 
read(DateDayHolder) - Method in class org.apache.arrow.vector.complex.impl.DateDayHolderReaderImpl
 
read(NullableDateDayHolder) - Method in class org.apache.arrow.vector.complex.impl.DateDayHolderReaderImpl
 
read(NullableDateDayHolder) - Method in class org.apache.arrow.vector.complex.impl.DateDayReaderImpl
 
read(DateMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.DateMilliHolderReaderImpl
 
read(NullableDateMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.DateMilliHolderReaderImpl
 
read(NullableDateMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.DateMilliReaderImpl
 
read(Decimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.Decimal256HolderReaderImpl
 
read(NullableDecimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.Decimal256HolderReaderImpl
 
read(NullableDecimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.Decimal256ReaderImpl
 
read(DecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.DecimalHolderReaderImpl
 
read(NullableDecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.DecimalHolderReaderImpl
 
read(NullableDecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.DecimalReaderImpl
 
read(DenseUnionHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(int, UnionHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableTinyIntHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableUInt1Holder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableUInt2Holder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableSmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableIntHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableUInt4Holder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableFloat4Holder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableDateDayHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableTimeSecHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableTimeMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableBigIntHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableUInt8Holder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableFloat8Holder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableDateMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableTimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableTimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableTimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableTimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableTimeMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableTimeNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableIntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableDecimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableDecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableLargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableLargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(NullableBitHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
read(DurationHolder) - Method in class org.apache.arrow.vector.complex.impl.DurationHolderReaderImpl
 
read(NullableDurationHolder) - Method in class org.apache.arrow.vector.complex.impl.DurationHolderReaderImpl
 
read(NullableDurationHolder) - Method in class org.apache.arrow.vector.complex.impl.DurationReaderImpl
 
read(FixedSizeBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryHolderReaderImpl
 
read(NullableFixedSizeBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryHolderReaderImpl
 
read(NullableFixedSizeBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryReaderImpl
 
read(Float4Holder) - Method in class org.apache.arrow.vector.complex.impl.Float4HolderReaderImpl
 
read(NullableFloat4Holder) - Method in class org.apache.arrow.vector.complex.impl.Float4HolderReaderImpl
 
read(NullableFloat4Holder) - Method in class org.apache.arrow.vector.complex.impl.Float4ReaderImpl
 
read(Float8Holder) - Method in class org.apache.arrow.vector.complex.impl.Float8HolderReaderImpl
 
read(NullableFloat8Holder) - Method in class org.apache.arrow.vector.complex.impl.Float8HolderReaderImpl
 
read(NullableFloat8Holder) - Method in class org.apache.arrow.vector.complex.impl.Float8ReaderImpl
 
read(IntervalDayHolder) - Method in class org.apache.arrow.vector.complex.impl.IntervalDayHolderReaderImpl
 
read(NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.complex.impl.IntervalDayHolderReaderImpl
 
read(NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.complex.impl.IntervalDayReaderImpl
 
read(IntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoHolderReaderImpl
 
read(NullableIntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoHolderReaderImpl
 
read(NullableIntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoReaderImpl
 
read(IntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.IntervalYearHolderReaderImpl
 
read(NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.IntervalYearHolderReaderImpl
 
read(NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.IntervalYearReaderImpl
 
read(IntHolder) - Method in class org.apache.arrow.vector.complex.impl.IntHolderReaderImpl
 
read(NullableIntHolder) - Method in class org.apache.arrow.vector.complex.impl.IntHolderReaderImpl
 
read(NullableIntHolder) - Method in class org.apache.arrow.vector.complex.impl.IntReaderImpl
 
read(LargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryHolderReaderImpl
 
read(NullableLargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryHolderReaderImpl
 
read(NullableLargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryReaderImpl
 
read(LargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharHolderReaderImpl
 
read(NullableLargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharHolderReaderImpl
 
read(NullableLargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharReaderImpl
 
read(BigIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableBigIntHolderReaderImpl
 
read(NullableBigIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableBigIntHolderReaderImpl
 
read(BitHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableBitHolderReaderImpl
 
read(NullableBitHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableBitHolderReaderImpl
 
read(DateDayHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableDateDayHolderReaderImpl
 
read(NullableDateDayHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableDateDayHolderReaderImpl
 
read(DateMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableDateMilliHolderReaderImpl
 
read(NullableDateMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableDateMilliHolderReaderImpl
 
read(Decimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.NullableDecimal256HolderReaderImpl
 
read(NullableDecimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.NullableDecimal256HolderReaderImpl
 
read(DecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableDecimalHolderReaderImpl
 
read(NullableDecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableDecimalHolderReaderImpl
 
read(DurationHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableDurationHolderReaderImpl
 
read(NullableDurationHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableDurationHolderReaderImpl
 
read(FixedSizeBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableFixedSizeBinaryHolderReaderImpl
 
read(NullableFixedSizeBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableFixedSizeBinaryHolderReaderImpl
 
read(Float4Holder) - Method in class org.apache.arrow.vector.complex.impl.NullableFloat4HolderReaderImpl
 
read(NullableFloat4Holder) - Method in class org.apache.arrow.vector.complex.impl.NullableFloat4HolderReaderImpl
 
read(Float8Holder) - Method in class org.apache.arrow.vector.complex.impl.NullableFloat8HolderReaderImpl
 
read(NullableFloat8Holder) - Method in class org.apache.arrow.vector.complex.impl.NullableFloat8HolderReaderImpl
 
read(IntervalDayHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalDayHolderReaderImpl
 
read(NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalDayHolderReaderImpl
 
read(IntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalMonthDayNanoHolderReaderImpl
 
read(NullableIntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalMonthDayNanoHolderReaderImpl
 
read(IntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalYearHolderReaderImpl
 
read(NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalYearHolderReaderImpl
 
read(IntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableIntHolderReaderImpl
 
read(NullableIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableIntHolderReaderImpl
 
read(LargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableLargeVarBinaryHolderReaderImpl
 
read(NullableLargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableLargeVarBinaryHolderReaderImpl
 
read(LargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableLargeVarCharHolderReaderImpl
 
read(NullableLargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableLargeVarCharHolderReaderImpl
 
read(SmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableSmallIntHolderReaderImpl
 
read(NullableSmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableSmallIntHolderReaderImpl
 
read(TimeMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeMicroHolderReaderImpl
 
read(NullableTimeMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeMicroHolderReaderImpl
 
read(TimeMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeMilliHolderReaderImpl
 
read(NullableTimeMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeMilliHolderReaderImpl
 
read(TimeNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeNanoHolderReaderImpl
 
read(NullableTimeNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeNanoHolderReaderImpl
 
read(TimeSecHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeSecHolderReaderImpl
 
read(NullableTimeSecHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeSecHolderReaderImpl
 
read(TimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroHolderReaderImpl
 
read(NullableTimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroHolderReaderImpl
 
read(TimeStampMicroTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroTZHolderReaderImpl
 
read(NullableTimeStampMicroTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroTZHolderReaderImpl
 
read(TimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliHolderReaderImpl
 
read(NullableTimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliHolderReaderImpl
 
read(TimeStampMilliTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliTZHolderReaderImpl
 
read(NullableTimeStampMilliTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliTZHolderReaderImpl
 
read(TimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoHolderReaderImpl
 
read(NullableTimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoHolderReaderImpl
 
read(TimeStampNanoTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoTZHolderReaderImpl
 
read(NullableTimeStampNanoTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoTZHolderReaderImpl
 
read(TimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampSecHolderReaderImpl
 
read(NullableTimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampSecHolderReaderImpl
 
read(TimeStampSecTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampSecTZHolderReaderImpl
 
read(NullableTimeStampSecTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampSecTZHolderReaderImpl
 
read(TinyIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTinyIntHolderReaderImpl
 
read(NullableTinyIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTinyIntHolderReaderImpl
 
read(UInt1Holder) - Method in class org.apache.arrow.vector.complex.impl.NullableUInt1HolderReaderImpl
 
read(NullableUInt1Holder) - Method in class org.apache.arrow.vector.complex.impl.NullableUInt1HolderReaderImpl
 
read(UInt2Holder) - Method in class org.apache.arrow.vector.complex.impl.NullableUInt2HolderReaderImpl
 
read(NullableUInt2Holder) - Method in class org.apache.arrow.vector.complex.impl.NullableUInt2HolderReaderImpl
 
read(UInt4Holder) - Method in class org.apache.arrow.vector.complex.impl.NullableUInt4HolderReaderImpl
 
read(NullableUInt4Holder) - Method in class org.apache.arrow.vector.complex.impl.NullableUInt4HolderReaderImpl
 
read(UInt8Holder) - Method in class org.apache.arrow.vector.complex.impl.NullableUInt8HolderReaderImpl
 
read(NullableUInt8Holder) - Method in class org.apache.arrow.vector.complex.impl.NullableUInt8HolderReaderImpl
 
read(VarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableVarBinaryHolderReaderImpl
 
read(NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableVarBinaryHolderReaderImpl
 
read(VarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableVarCharHolderReaderImpl
 
read(NullableVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableVarCharHolderReaderImpl
 
read(TinyIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableTinyIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, TinyIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableTinyIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(UInt1Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableUInt1Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, UInt1Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableUInt1Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(UInt2Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableUInt2Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, UInt2Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableUInt2Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(SmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableSmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, SmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableSmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(IntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, IntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(UInt4Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableUInt4Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, UInt4Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableUInt4Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(Float4Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableFloat4Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, Float4Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableFloat4Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(DateDayHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableDateDayHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, DateDayHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableDateDayHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(IntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, IntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(TimeSecHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableTimeSecHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, TimeSecHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableTimeSecHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(TimeMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableTimeMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, TimeMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableTimeMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(BigIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableBigIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, BigIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableBigIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(UInt8Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableUInt8Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, UInt8Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableUInt8Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(Float8Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableFloat8Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, Float8Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableFloat8Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(DateMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableDateMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, DateMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableDateMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(DurationHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableDurationHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, DurationHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableDurationHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(TimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableTimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, TimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableTimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(TimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableTimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, TimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableTimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(TimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableTimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, TimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableTimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(TimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableTimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, TimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableTimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(TimeStampSecTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableTimeStampSecTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, TimeStampSecTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableTimeStampSecTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(TimeStampMilliTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableTimeStampMilliTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, TimeStampMilliTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableTimeStampMilliTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(TimeStampMicroTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableTimeStampMicroTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, TimeStampMicroTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableTimeStampMicroTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(TimeStampNanoTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableTimeStampNanoTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, TimeStampNanoTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableTimeStampNanoTZHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(TimeMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableTimeMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, TimeMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableTimeMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(TimeNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableTimeNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, TimeNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableTimeNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(IntervalDayHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, IntervalDayHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(IntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableIntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, IntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableIntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(Decimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableDecimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, Decimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableDecimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(DecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableDecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, DecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableDecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(FixedSizeBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableFixedSizeBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, FixedSizeBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableFixedSizeBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(VarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, VarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(VarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, VarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(LargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableLargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, LargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableLargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(LargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableLargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, LargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableLargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(BitHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(NullableBitHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, BitHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(int, NullableBitHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
read(SmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.SmallIntHolderReaderImpl
 
read(NullableSmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.SmallIntHolderReaderImpl
 
read(NullableSmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.SmallIntReaderImpl
 
read(TimeMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeMicroHolderReaderImpl
 
read(NullableTimeMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeMicroHolderReaderImpl
 
read(NullableTimeMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeMicroReaderImpl
 
read(TimeMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeMilliHolderReaderImpl
 
read(NullableTimeMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeMilliHolderReaderImpl
 
read(NullableTimeMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeMilliReaderImpl
 
read(TimeNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeNanoHolderReaderImpl
 
read(NullableTimeNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeNanoHolderReaderImpl
 
read(NullableTimeNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeNanoReaderImpl
 
read(TimeSecHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeSecHolderReaderImpl
 
read(NullableTimeSecHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeSecHolderReaderImpl
 
read(NullableTimeSecHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeSecReaderImpl
 
read(TimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroHolderReaderImpl
 
read(NullableTimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroHolderReaderImpl
 
read(NullableTimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroReaderImpl
 
read(TimeStampMicroTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZHolderReaderImpl
 
read(NullableTimeStampMicroTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZHolderReaderImpl
 
read(NullableTimeStampMicroTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZReaderImpl
 
read(TimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliHolderReaderImpl
 
read(NullableTimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliHolderReaderImpl
 
read(NullableTimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliReaderImpl
 
read(TimeStampMilliTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZHolderReaderImpl
 
read(NullableTimeStampMilliTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZHolderReaderImpl
 
read(NullableTimeStampMilliTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZReaderImpl
 
read(TimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoHolderReaderImpl
 
read(NullableTimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoHolderReaderImpl
 
read(NullableTimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoReaderImpl
 
read(TimeStampNanoTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZHolderReaderImpl
 
read(NullableTimeStampNanoTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZHolderReaderImpl
 
read(NullableTimeStampNanoTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZReaderImpl
 
read(TimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecHolderReaderImpl
 
read(NullableTimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecHolderReaderImpl
 
read(NullableTimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecReaderImpl
 
read(TimeStampSecTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZHolderReaderImpl
 
read(NullableTimeStampSecTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZHolderReaderImpl
 
read(NullableTimeStampSecTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZReaderImpl
 
read(TinyIntHolder) - Method in class org.apache.arrow.vector.complex.impl.TinyIntHolderReaderImpl
 
read(NullableTinyIntHolder) - Method in class org.apache.arrow.vector.complex.impl.TinyIntHolderReaderImpl
 
read(NullableTinyIntHolder) - Method in class org.apache.arrow.vector.complex.impl.TinyIntReaderImpl
 
read(UInt1Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt1HolderReaderImpl
 
read(NullableUInt1Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt1HolderReaderImpl
 
read(NullableUInt1Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt1ReaderImpl
 
read(UInt2Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt2HolderReaderImpl
 
read(NullableUInt2Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt2HolderReaderImpl
 
read(NullableUInt2Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt2ReaderImpl
 
read(UInt4Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt4HolderReaderImpl
 
read(NullableUInt4Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt4HolderReaderImpl
 
read(NullableUInt4Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt4ReaderImpl
 
read(UInt8Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt8HolderReaderImpl
 
read(NullableUInt8Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt8HolderReaderImpl
 
read(NullableUInt8Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt8ReaderImpl
 
read(int, UnionHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListReader
 
read(int, UnionHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListReader
 
read(int, UnionHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListReader
 
read(UnionHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(int, UnionHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableTinyIntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableUInt1Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableUInt2Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableSmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableIntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableUInt4Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableFloat4Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableDateDayHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableTimeSecHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableTimeMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableBigIntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableUInt8Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableFloat8Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableDateMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableTimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableTimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableTimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableTimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableTimeMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableTimeNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableIntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableDecimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableDecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableLargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableLargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(NullableBitHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
read(VarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.VarBinaryHolderReaderImpl
 
read(NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.VarBinaryHolderReaderImpl
 
read(NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.VarBinaryReaderImpl
 
read(VarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.VarCharHolderReaderImpl
 
read(NullableVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.VarCharHolderReaderImpl
 
read(NullableVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.VarCharReaderImpl
 
read(UnionHolder) - Method in interface org.apache.arrow.vector.complex.reader.BaseReader
 
read(int, UnionHolder) - Method in interface org.apache.arrow.vector.complex.reader.BaseReader
 
read(DenseUnionHolder) - Method in interface org.apache.arrow.vector.complex.reader.BaseReader
 
read(int, DenseUnionHolder) - Method in interface org.apache.arrow.vector.complex.reader.BaseReader
 
read(BigIntHolder) - Method in interface org.apache.arrow.vector.complex.reader.BigIntReader
 
read(NullableBigIntHolder) - Method in interface org.apache.arrow.vector.complex.reader.BigIntReader
 
read(BitHolder) - Method in interface org.apache.arrow.vector.complex.reader.BitReader
 
read(NullableBitHolder) - Method in interface org.apache.arrow.vector.complex.reader.BitReader
 
read(DateDayHolder) - Method in interface org.apache.arrow.vector.complex.reader.DateDayReader
 
read(NullableDateDayHolder) - Method in interface org.apache.arrow.vector.complex.reader.DateDayReader
 
read(DateMilliHolder) - Method in interface org.apache.arrow.vector.complex.reader.DateMilliReader
 
read(NullableDateMilliHolder) - Method in interface org.apache.arrow.vector.complex.reader.DateMilliReader
 
read(Decimal256Holder) - Method in interface org.apache.arrow.vector.complex.reader.Decimal256Reader
 
read(NullableDecimal256Holder) - Method in interface org.apache.arrow.vector.complex.reader.Decimal256Reader
 
read(DecimalHolder) - Method in interface org.apache.arrow.vector.complex.reader.DecimalReader
 
read(NullableDecimalHolder) - Method in interface org.apache.arrow.vector.complex.reader.DecimalReader
 
read(DurationHolder) - Method in interface org.apache.arrow.vector.complex.reader.DurationReader
 
read(NullableDurationHolder) - Method in interface org.apache.arrow.vector.complex.reader.DurationReader
 
read(FixedSizeBinaryHolder) - Method in interface org.apache.arrow.vector.complex.reader.FixedSizeBinaryReader
 
read(NullableFixedSizeBinaryHolder) - Method in interface org.apache.arrow.vector.complex.reader.FixedSizeBinaryReader
 
read(Float4Holder) - Method in interface org.apache.arrow.vector.complex.reader.Float4Reader
 
read(NullableFloat4Holder) - Method in interface org.apache.arrow.vector.complex.reader.Float4Reader
 
read(Float8Holder) - Method in interface org.apache.arrow.vector.complex.reader.Float8Reader
 
read(NullableFloat8Holder) - Method in interface org.apache.arrow.vector.complex.reader.Float8Reader
 
read(IntervalDayHolder) - Method in interface org.apache.arrow.vector.complex.reader.IntervalDayReader
 
read(NullableIntervalDayHolder) - Method in interface org.apache.arrow.vector.complex.reader.IntervalDayReader
 
read(IntervalMonthDayNanoHolder) - Method in interface org.apache.arrow.vector.complex.reader.IntervalMonthDayNanoReader
 
read(NullableIntervalMonthDayNanoHolder) - Method in interface org.apache.arrow.vector.complex.reader.IntervalMonthDayNanoReader
 
read(IntervalYearHolder) - Method in interface org.apache.arrow.vector.complex.reader.IntervalYearReader
 
read(NullableIntervalYearHolder) - Method in interface org.apache.arrow.vector.complex.reader.IntervalYearReader
 
read(IntHolder) - Method in interface org.apache.arrow.vector.complex.reader.IntReader
 
read(NullableIntHolder) - Method in interface org.apache.arrow.vector.complex.reader.IntReader
 
read(LargeVarBinaryHolder) - Method in interface org.apache.arrow.vector.complex.reader.LargeVarBinaryReader
 
read(NullableLargeVarBinaryHolder) - Method in interface org.apache.arrow.vector.complex.reader.LargeVarBinaryReader
 
read(LargeVarCharHolder) - Method in interface org.apache.arrow.vector.complex.reader.LargeVarCharReader
 
read(NullableLargeVarCharHolder) - Method in interface org.apache.arrow.vector.complex.reader.LargeVarCharReader
 
read(SmallIntHolder) - Method in interface org.apache.arrow.vector.complex.reader.SmallIntReader
 
read(NullableSmallIntHolder) - Method in interface org.apache.arrow.vector.complex.reader.SmallIntReader
 
read(TimeMicroHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeMicroReader
 
read(NullableTimeMicroHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeMicroReader
 
read(TimeMilliHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeMilliReader
 
read(NullableTimeMilliHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeMilliReader
 
read(TimeNanoHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeNanoReader
 
read(NullableTimeNanoHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeNanoReader
 
read(TimeSecHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeSecReader
 
read(NullableTimeSecHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeSecReader
 
read(TimeStampMicroHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMicroReader
 
read(NullableTimeStampMicroHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMicroReader
 
read(TimeStampMicroTZHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMicroTZReader
 
read(NullableTimeStampMicroTZHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMicroTZReader
 
read(TimeStampMilliHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMilliReader
 
read(NullableTimeStampMilliHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMilliReader
 
read(TimeStampMilliTZHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMilliTZReader
 
read(NullableTimeStampMilliTZHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMilliTZReader
 
read(TimeStampNanoHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampNanoReader
 
read(NullableTimeStampNanoHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampNanoReader
 
read(TimeStampNanoTZHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampNanoTZReader
 
read(NullableTimeStampNanoTZHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampNanoTZReader
 
read(TimeStampSecHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampSecReader
 
read(NullableTimeStampSecHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampSecReader
 
read(TimeStampSecTZHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampSecTZReader
 
read(NullableTimeStampSecTZHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampSecTZReader
 
read(TinyIntHolder) - Method in interface org.apache.arrow.vector.complex.reader.TinyIntReader
 
read(NullableTinyIntHolder) - Method in interface org.apache.arrow.vector.complex.reader.TinyIntReader
 
read(UInt1Holder) - Method in interface org.apache.arrow.vector.complex.reader.UInt1Reader
 
read(NullableUInt1Holder) - Method in interface org.apache.arrow.vector.complex.reader.UInt1Reader
 
read(UInt2Holder) - Method in interface org.apache.arrow.vector.complex.reader.UInt2Reader
 
read(NullableUInt2Holder) - Method in interface org.apache.arrow.vector.complex.reader.UInt2Reader
 
read(UInt4Holder) - Method in interface org.apache.arrow.vector.complex.reader.UInt4Reader
 
read(NullableUInt4Holder) - Method in interface org.apache.arrow.vector.complex.reader.UInt4Reader
 
read(UInt8Holder) - Method in interface org.apache.arrow.vector.complex.reader.UInt8Reader
 
read(NullableUInt8Holder) - Method in interface org.apache.arrow.vector.complex.reader.UInt8Reader
 
read(VarBinaryHolder) - Method in interface org.apache.arrow.vector.complex.reader.VarBinaryReader
 
read(NullableVarBinaryHolder) - Method in interface org.apache.arrow.vector.complex.reader.VarBinaryReader
 
read(VarCharHolder) - Method in interface org.apache.arrow.vector.complex.reader.VarCharReader
 
read(NullableVarCharHolder) - Method in interface org.apache.arrow.vector.complex.reader.VarCharReader
 
read(VectorSchemaRoot) - Method in class org.apache.arrow.vector.ipc.JsonFileReader
Reads the next record batch from the file into root.
read() - Method in class org.apache.arrow.vector.ipc.JsonFileReader
Returns the next record batch from the file.
read(ByteBuffer) - Method in class org.apache.arrow.vector.util.ByteArrayReadableSeekableByteChannel
 
readBigDecimal() - Method in class org.apache.arrow.vector.complex.impl.Decimal256HolderReaderImpl
 
readBigDecimal() - Method in class org.apache.arrow.vector.complex.impl.Decimal256ReaderImpl
 
readBigDecimal() - Method in class org.apache.arrow.vector.complex.impl.DecimalHolderReaderImpl
 
readBigDecimal() - Method in class org.apache.arrow.vector.complex.impl.DecimalReaderImpl
 
readBigDecimal() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
readBigDecimal() - Method in class org.apache.arrow.vector.complex.impl.NullableDecimal256HolderReaderImpl
 
readBigDecimal() - Method in class org.apache.arrow.vector.complex.impl.NullableDecimalHolderReaderImpl
 
readBigDecimal(int) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readBigDecimal() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readBigDecimal() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
readBigDecimal() - Method in interface org.apache.arrow.vector.complex.reader.Decimal256Reader
 
readBigDecimal() - Method in interface org.apache.arrow.vector.complex.reader.DecimalReader
 
readBoolean() - Method in class org.apache.arrow.vector.complex.impl.BitHolderReaderImpl
 
readBoolean() - Method in class org.apache.arrow.vector.complex.impl.BitReaderImpl
 
readBoolean() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
readBoolean() - Method in class org.apache.arrow.vector.complex.impl.NullableBitHolderReaderImpl
 
readBoolean(int) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readBoolean() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readBoolean() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
readBoolean() - Method in interface org.apache.arrow.vector.complex.reader.BitReader
 
readByte() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
readByte() - Method in class org.apache.arrow.vector.complex.impl.NullableTinyIntHolderReaderImpl
 
readByte() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt1HolderReaderImpl
 
readByte(int) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readByte() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readByte() - Method in class org.apache.arrow.vector.complex.impl.TinyIntHolderReaderImpl
 
readByte() - Method in class org.apache.arrow.vector.complex.impl.TinyIntReaderImpl
 
readByte() - Method in class org.apache.arrow.vector.complex.impl.UInt1HolderReaderImpl
 
readByte() - Method in class org.apache.arrow.vector.complex.impl.UInt1ReaderImpl
 
readByte() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
readByte() - Method in interface org.apache.arrow.vector.complex.reader.TinyIntReader
 
readByte() - Method in interface org.apache.arrow.vector.complex.reader.UInt1Reader
 
readByteArray() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
readByteArray() - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryHolderReaderImpl
 
readByteArray() - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryReaderImpl
 
readByteArray() - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryHolderReaderImpl
 
readByteArray() - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryReaderImpl
 
readByteArray() - Method in class org.apache.arrow.vector.complex.impl.NullableFixedSizeBinaryHolderReaderImpl
 
readByteArray() - Method in class org.apache.arrow.vector.complex.impl.NullableLargeVarBinaryHolderReaderImpl
 
readByteArray() - Method in class org.apache.arrow.vector.complex.impl.NullableVarBinaryHolderReaderImpl
 
readByteArray(int) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readByteArray() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readByteArray() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
readByteArray() - Method in class org.apache.arrow.vector.complex.impl.VarBinaryHolderReaderImpl
 
readByteArray() - Method in class org.apache.arrow.vector.complex.impl.VarBinaryReaderImpl
 
readByteArray() - Method in interface org.apache.arrow.vector.complex.reader.FixedSizeBinaryReader
 
readByteArray() - Method in interface org.apache.arrow.vector.complex.reader.LargeVarBinaryReader
 
readByteArray() - Method in interface org.apache.arrow.vector.complex.reader.VarBinaryReader
 
ReadChannel - Class in org.apache.arrow.vector.ipc
Adapter around ReadableByteChannel that reads into ArrowBufs.
ReadChannel(ReadableByteChannel) - Constructor for class org.apache.arrow.vector.ipc.ReadChannel
 
readCharacter() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
readCharacter() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt2HolderReaderImpl
 
readCharacter(int) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readCharacter() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readCharacter() - Method in class org.apache.arrow.vector.complex.impl.UInt2HolderReaderImpl
 
readCharacter() - Method in class org.apache.arrow.vector.complex.impl.UInt2ReaderImpl
 
readCharacter() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
readCharacter() - Method in interface org.apache.arrow.vector.complex.reader.UInt2Reader
 
readDictionary() - Method in class org.apache.arrow.vector.ipc.ArrowFileReader
Read a dictionary batch from the source, will be invoked after the schema has been read and called N times, where N is the number of dictionaries indicated by the schema Fields.
readDouble() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
readDouble() - Method in class org.apache.arrow.vector.complex.impl.Float8HolderReaderImpl
 
readDouble() - Method in class org.apache.arrow.vector.complex.impl.Float8ReaderImpl
 
readDouble() - Method in class org.apache.arrow.vector.complex.impl.NullableFloat8HolderReaderImpl
 
readDouble(int) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readDouble() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readDouble() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
readDouble() - Method in interface org.apache.arrow.vector.complex.reader.Float8Reader
 
readDuration() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
readDuration() - Method in class org.apache.arrow.vector.complex.impl.DurationHolderReaderImpl
 
readDuration() - Method in class org.apache.arrow.vector.complex.impl.DurationReaderImpl
 
readDuration() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayHolderReaderImpl
 
readDuration() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayReaderImpl
 
readDuration() - Method in class org.apache.arrow.vector.complex.impl.NullableDurationHolderReaderImpl
 
readDuration() - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalDayHolderReaderImpl
 
readDuration(int) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readDuration() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readDuration() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
readDuration() - Method in interface org.apache.arrow.vector.complex.reader.DurationReader
 
readDuration() - Method in interface org.apache.arrow.vector.complex.reader.IntervalDayReader
 
reader(byte, String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
reader(byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
reader(String) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
reader() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
reader() - Method in class org.apache.arrow.vector.complex.impl.SingleListReaderImpl
 
reader(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructReaderImpl
 
reader() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListReader
 
reader() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListReader
 
reader() - Method in class org.apache.arrow.vector.complex.impl.UnionListReader
 
reader(String) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
reader() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
reader - Variable in class org.apache.arrow.vector.complex.LargeListVector
 
reader - Variable in class org.apache.arrow.vector.complex.ListVector
 
reader() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.ListReader
 
reader() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.MapReader
 
reader(String) - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.StructReader
 
reader - Variable in class org.apache.arrow.vector.holders.ComplexHolder
 
reader - Variable in class org.apache.arrow.vector.holders.DenseUnionHolder
 
reader - Variable in class org.apache.arrow.vector.holders.UnionHolder
 
readFloat() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
readFloat() - Method in class org.apache.arrow.vector.complex.impl.Float4HolderReaderImpl
 
readFloat() - Method in class org.apache.arrow.vector.complex.impl.Float4ReaderImpl
 
readFloat() - Method in class org.apache.arrow.vector.complex.impl.NullableFloat4HolderReaderImpl
 
readFloat(int) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readFloat() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readFloat() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
readFloat() - Method in interface org.apache.arrow.vector.complex.reader.Float4Reader
 
readFully(ByteBuffer) - Method in class org.apache.arrow.vector.ipc.ReadChannel
Reads bytes into buffer until it is full (buffer.remaining() == 0).
readFully(ArrowBuf, long) - Method in class org.apache.arrow.vector.ipc.ReadChannel
Reads up to len into buffer.
readInteger() - Method in class org.apache.arrow.vector.complex.impl.DateDayHolderReaderImpl
 
readInteger() - Method in class org.apache.arrow.vector.complex.impl.DateDayReaderImpl
 
readInteger() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
readInteger() - Method in class org.apache.arrow.vector.complex.impl.IntHolderReaderImpl
 
readInteger() - Method in class org.apache.arrow.vector.complex.impl.IntReaderImpl
 
readInteger() - Method in class org.apache.arrow.vector.complex.impl.NullableDateDayHolderReaderImpl
 
readInteger() - Method in class org.apache.arrow.vector.complex.impl.NullableIntHolderReaderImpl
 
readInteger() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeSecHolderReaderImpl
 
readInteger() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt4HolderReaderImpl
 
readInteger(int) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readInteger() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readInteger() - Method in class org.apache.arrow.vector.complex.impl.TimeSecHolderReaderImpl
 
readInteger() - Method in class org.apache.arrow.vector.complex.impl.TimeSecReaderImpl
 
readInteger() - Method in class org.apache.arrow.vector.complex.impl.UInt4HolderReaderImpl
 
readInteger() - Method in class org.apache.arrow.vector.complex.impl.UInt4ReaderImpl
 
readInteger() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
readInteger() - Method in interface org.apache.arrow.vector.complex.reader.DateDayReader
 
readInteger() - Method in interface org.apache.arrow.vector.complex.reader.IntReader
 
readInteger() - Method in interface org.apache.arrow.vector.complex.reader.TimeSecReader
 
readInteger() - Method in interface org.apache.arrow.vector.complex.reader.UInt4Reader
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.DateMilliHolderReaderImpl
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.DateMilliReaderImpl
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.NullableDateMilliHolderReaderImpl
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeMilliHolderReaderImpl
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroHolderReaderImpl
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliHolderReaderImpl
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoHolderReaderImpl
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampSecHolderReaderImpl
 
readLocalDateTime(int) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.TimeMilliHolderReaderImpl
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.TimeMilliReaderImpl
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroHolderReaderImpl
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroReaderImpl
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliHolderReaderImpl
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliReaderImpl
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoHolderReaderImpl
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoReaderImpl
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecHolderReaderImpl
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecReaderImpl
 
readLocalDateTime() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
readLocalDateTime() - Method in interface org.apache.arrow.vector.complex.reader.DateMilliReader
 
readLocalDateTime() - Method in interface org.apache.arrow.vector.complex.reader.TimeMilliReader
 
readLocalDateTime() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMicroReader
 
readLocalDateTime() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMilliReader
 
readLocalDateTime() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampNanoReader
 
readLocalDateTime() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampSecReader
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.BigIntHolderReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.BigIntReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.NullableBigIntHolderReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeMicroHolderReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeNanoHolderReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroTZHolderReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliTZHolderReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoTZHolderReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampSecTZHolderReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt8HolderReaderImpl
 
readLong(int) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.TimeMicroHolderReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.TimeMicroReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.TimeNanoHolderReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.TimeNanoReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZHolderReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZHolderReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZHolderReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZHolderReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.UInt8HolderReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.UInt8ReaderImpl
 
readLong() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
readLong() - Method in interface org.apache.arrow.vector.complex.reader.BigIntReader
 
readLong() - Method in interface org.apache.arrow.vector.complex.reader.TimeMicroReader
 
readLong() - Method in interface org.apache.arrow.vector.complex.reader.TimeNanoReader
 
readLong() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMicroTZReader
 
readLong() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMilliTZReader
 
readLong() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampNanoTZReader
 
readLong() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampSecTZReader
 
readLong() - Method in interface org.apache.arrow.vector.complex.reader.UInt8Reader
 
readMessage(ReadChannel) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Read a Message from the input channel and return a MessageMetadataResult that contains the Message metadata, buffer containing the serialized Message metadata as read, and length of the Message in bytes.
readMessageBody(ReadChannel, long, BufferAllocator) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Read a Message body from the in channel into an ArrowBuf.
readNext() - Method in class org.apache.arrow.vector.ipc.message.MessageChannelReader
Read a message from the ReadChannel and return a MessageResult containing the Message metadata and optional message body data.
readObject() - Method in class org.apache.arrow.vector.complex.impl.BigIntHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.BigIntReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.BitHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.BitReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.DateDayHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.DateDayReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.DateMilliHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.DateMilliReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.Decimal256HolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.Decimal256ReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.DecimalHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.DecimalReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.DurationHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.DurationReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.Float4HolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.Float4ReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.Float8HolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.Float8ReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.IntervalYearHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.IntervalYearReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.IntHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.IntReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableBigIntHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableBitHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableDateDayHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableDateMilliHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableDecimal256HolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableDecimalHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableDurationHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableFixedSizeBinaryHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableFloat4HolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableFloat8HolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalDayHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalMonthDayNanoHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalYearHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableIntHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableLargeVarBinaryHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableLargeVarCharHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableSmallIntHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeMicroHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeMilliHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeNanoHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeSecHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroTZHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliTZHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoTZHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampSecHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampSecTZHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableTinyIntHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt1HolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt2HolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt4HolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt8HolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableVarBinaryHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableVarCharHolderReaderImpl
 
readObject(int) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.SingleListReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.SingleStructReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.SmallIntHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.SmallIntReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeMicroHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeMicroReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeMilliHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeMilliReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeNanoHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeNanoReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeSecHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeSecReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TinyIntHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.TinyIntReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.UInt1HolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.UInt1ReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.UInt2HolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.UInt2ReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.UInt4HolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.UInt4ReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.UInt8HolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.UInt8ReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListReader
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListReader
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.UnionListReader
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.VarBinaryHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.VarBinaryReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.VarCharHolderReaderImpl
 
readObject() - Method in class org.apache.arrow.vector.complex.impl.VarCharReaderImpl
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.BigIntReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.BitReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.DateDayReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.DateMilliReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.Decimal256Reader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.DecimalReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.DurationReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.FixedSizeBinaryReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.Float4Reader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.Float8Reader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.IntervalDayReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.IntervalMonthDayNanoReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.IntervalYearReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.IntReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.LargeVarBinaryReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.LargeVarCharReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.SmallIntReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.TimeMicroReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.TimeMilliReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.TimeNanoReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.TimeSecReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMicroReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMicroTZReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMilliReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampMilliTZReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampNanoReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampNanoTZReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampSecReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampSecTZReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.TinyIntReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.UInt1Reader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.UInt2Reader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.UInt4Reader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.UInt8Reader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.VarBinaryReader
 
readObject() - Method in interface org.apache.arrow.vector.complex.reader.VarCharReader
 
readPeriod() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
readPeriod() - Method in class org.apache.arrow.vector.complex.impl.IntervalYearHolderReaderImpl
 
readPeriod() - Method in class org.apache.arrow.vector.complex.impl.IntervalYearReaderImpl
 
readPeriod() - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalYearHolderReaderImpl
 
readPeriod(int) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readPeriod() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readPeriod() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
readPeriod() - Method in interface org.apache.arrow.vector.complex.reader.IntervalYearReader
 
readPeriodDuration() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
readPeriodDuration() - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoHolderReaderImpl
 
readPeriodDuration() - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoReaderImpl
 
readPeriodDuration() - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalMonthDayNanoHolderReaderImpl
 
readPeriodDuration(int) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readPeriodDuration() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readPeriodDuration() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
readPeriodDuration() - Method in interface org.apache.arrow.vector.complex.reader.IntervalMonthDayNanoReader
 
readSchema() - Method in class org.apache.arrow.vector.ipc.ArrowFileReader
 
readSchema() - Method in class org.apache.arrow.vector.ipc.ArrowReader
Read the Schema from the source, will be invoked at the beginning the initialization.
readSchema() - Method in class org.apache.arrow.vector.ipc.ArrowStreamReader
Reads the schema message from the beginning of the stream.
readShort() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
readShort() - Method in class org.apache.arrow.vector.complex.impl.NullableSmallIntHolderReaderImpl
 
readShort(int) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readShort() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readShort() - Method in class org.apache.arrow.vector.complex.impl.SmallIntHolderReaderImpl
 
readShort() - Method in class org.apache.arrow.vector.complex.impl.SmallIntReaderImpl
 
readShort() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
readShort() - Method in interface org.apache.arrow.vector.complex.reader.SmallIntReader
 
readString(int) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readString() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readText() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
readText() - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharHolderReaderImpl
 
readText() - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharReaderImpl
 
readText() - Method in class org.apache.arrow.vector.complex.impl.NullableLargeVarCharHolderReaderImpl
 
readText() - Method in class org.apache.arrow.vector.complex.impl.NullableVarCharHolderReaderImpl
 
readText(int) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readText() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
readText() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
readText() - Method in class org.apache.arrow.vector.complex.impl.VarCharHolderReaderImpl
 
readText() - Method in class org.apache.arrow.vector.complex.impl.VarCharReaderImpl
 
readText() - Method in interface org.apache.arrow.vector.complex.reader.LargeVarCharReader
 
readText() - Method in interface org.apache.arrow.vector.complex.reader.VarCharReader
 
readUncompressedLength(ArrowBuf) - Method in class org.apache.arrow.vector.compression.AbstractCompressionCodec
 
readWithKnownLength(DataInput, int) - Method in class org.apache.arrow.vector.util.Text
Read a Text object whose length is already known.
reAlloc() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Resize the vector to increase the capacity.
reAlloc() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Resize the vector to increase the capacity.
reAlloc() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Resize the vector to increase the capacity.
reAlloc() - Method in class org.apache.arrow.vector.complex.AbstractStructVector
 
reAlloc() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
reAlloc() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
reAlloc() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
reAlloc() - Method in class org.apache.arrow.vector.complex.LargeListVector
Resize the vector to increase the capacity.
reAlloc() - Method in class org.apache.arrow.vector.complex.ListVector
Resize the vector to increase the capacity.
reAlloc() - Method in class org.apache.arrow.vector.complex.StructVector
 
reAlloc() - Method in class org.apache.arrow.vector.complex.UnionVector
 
reAlloc() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
reAlloc() - Method in class org.apache.arrow.vector.NullVector
 
reAlloc() - Method in interface org.apache.arrow.vector.ValueVector
Allocate new buffer with double capacity, and copy data into the new buffer.
reallocDataBuffer() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Reallocate the data buffer.
reallocDataBuffer() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Reallocate the data buffer.
reallocDataBuffer(long) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Reallocate the data buffer to given size.
reallocOffsetBuffer() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
reallocOffsetBuffer() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
reallocValidityAndOffsetBuffers() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Reallocate the validity and offset buffers for this vector.
reallocValidityAndOffsetBuffers() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Reallocate the validity and offset buffers for this vector.
reallocValidityAndOffsetBuffers() - Method in class org.apache.arrow.vector.complex.ListVector
 
refreshValueCapacity() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Call this if you change the capacity of valueBuffer or validityBuffer.
register(ArrowType.ExtensionType) - Static method in class org.apache.arrow.vector.types.pojo.ExtensionTypeRegistry
 
registerNewTypeId(Field) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
releaseBuffer(ArrowBuf) - Method in class org.apache.arrow.vector.BaseValueVector
 
remove(K, V) - Method in interface org.apache.arrow.vector.util.MapWithOrdinal
 
remove(K, V) - Method in class org.apache.arrow.vector.util.MapWithOrdinalImpl
 
remove(K, V) - Method in class org.apache.arrow.vector.util.MultiMapWithOrdinal
Removes the element corresponding to the key/value if exists with ordinal re-cycling.
remove(K, V) - Method in class org.apache.arrow.vector.util.PromotableMultiMapWithOrdinal
 
removeAll(K) - Method in interface org.apache.arrow.vector.util.MapWithOrdinal
 
removeAll(K) - Method in class org.apache.arrow.vector.util.MapWithOrdinalImpl
Removes the element corresponding to the key if exists extending the semantics of Map.remove(java.lang.Object) with ordinal re-cycling.
removeAll(K) - Method in class org.apache.arrow.vector.util.MultiMapWithOrdinal
remove all entries of key.
removeAll(K) - Method in class org.apache.arrow.vector.util.PromotableMultiMapWithOrdinal
 
removeVector(int) - Method in class org.apache.arrow.vector.table.Table
Returns a new Table created by removing the selected Vector from this Table.
removeVector(int) - Method in class org.apache.arrow.vector.VectorSchemaRoot
Remove vector from the record batch, producing a new VectorSchemaRoot.
RepeatedFixedWidthVectorLike - Interface in org.apache.arrow.vector.complex
A ValueVector mix-in that can be used in conjunction with RepeatedValueVector subtypes.
RepeatedListHolder - Class in org.apache.arrow.vector.holders
ValueHolder for a nested ListVector.
RepeatedListHolder() - Constructor for class org.apache.arrow.vector.holders.RepeatedListHolder
 
RepeatedStructHolder - Class in org.apache.arrow.vector.holders
ValueHolder for a list of structs.
RepeatedStructHolder() - Constructor for class org.apache.arrow.vector.holders.RepeatedStructHolder
 
RepeatedValueVector - Interface in org.apache.arrow.vector.complex
An abstraction representing repeated value vectors.
RepeatedVariableWidthVectorLike - Interface in org.apache.arrow.vector.complex
A ValueVector mix-in that can be used in conjunction with variable RepeatedValueVector subtypes (e.g.
replaceDataVector(FieldVector) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
replaceDataVector(FieldVector) - Method in class org.apache.arrow.vector.complex.LargeListVector
 
reset() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Reset the vector to initial state.
reset() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Reset the vector to initial state.
reset() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Reset the vector to initial state.
reset() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
reset() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
reset() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
reset() - Method in class org.apache.arrow.vector.complex.impl.ComplexWriterImpl
 
reset() - Method in class org.apache.arrow.vector.complex.LargeListVector
 
reset() - Method in class org.apache.arrow.vector.complex.ListVector
 
reset() - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
reset() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader
 
reset() - Method in class org.apache.arrow.vector.complex.StructVector
Reset this vector to empty, does not release buffers.
reset() - Method in class org.apache.arrow.vector.complex.UnionVector
 
reset() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ComplexWriter
 
reset() - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
reset() - Method in class org.apache.arrow.vector.NullVector
 
reset() - Method in interface org.apache.arrow.vector.ValueVector
Reset the ValueVector to the initial state without releasing any owned ArrowBuf.
resetPosition() - Method in class org.apache.arrow.vector.table.Row
Resets the current row to -1 and returns this object.
rootAsList() - Method in class org.apache.arrow.vector.complex.impl.ComplexWriterImpl
 
rootAsList() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.ComplexReader
 
rootAsList() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ComplexWriter
 
rootAsStruct() - Method in class org.apache.arrow.vector.complex.impl.ComplexWriterImpl
 
rootAsStruct() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.ComplexReader
 
rootAsStruct() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ComplexWriter
 
rootIsStruct() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.ComplexReader
 
ROUND_8_MASK_INT - Static variable in class org.apache.arrow.vector.util.DataSizeRoundingUtil
The mask for rounding an integer to a multiple of 8.
ROUND_8_MASK_LONG - Static variable in class org.apache.arrow.vector.util.DataSizeRoundingUtil
The mask for rounding a long integer to a multiple of 8.
roundDownTo8Multiple(int) - Static method in class org.apache.arrow.vector.util.DataSizeRoundingUtil
Round down the number to the nearest multiple of 8.
roundDownTo8Multiple(long) - Static method in class org.apache.arrow.vector.util.DataSizeRoundingUtil
Round down the number to the nearest multiple of 8.
roundUpTo8Multiple(int) - Static method in class org.apache.arrow.vector.util.DataSizeRoundingUtil
Round up the number to the nearest multiple of 8.
roundUpTo8Multiple(long) - Static method in class org.apache.arrow.vector.util.DataSizeRoundingUtil
Round up the number to the nearest multiple of 8.
Row - Class in org.apache.arrow.vector.table
Row is a positionable, immutable cursor backed by a Table.
Row(BaseTable) - Constructor for class org.apache.arrow.vector.table.Row
Constructs a new Row backed by the given table.
rowCount - Variable in class org.apache.arrow.vector.table.BaseTable
The number of rows of data in the table; not necessarily the same as the table row capacity.
rowNumber - Variable in class org.apache.arrow.vector.table.Row
the current row number.

S

scale - Variable in class org.apache.arrow.vector.holders.Decimal256Holder
 
scale - Variable in class org.apache.arrow.vector.holders.DecimalHolder
 
scale - Variable in class org.apache.arrow.vector.holders.NullableDecimal256Holder
 
scale - Variable in class org.apache.arrow.vector.holders.NullableDecimalHolder
 
schema - Variable in class org.apache.arrow.vector.ipc.ArrowWriter
 
schema - Variable in class org.apache.arrow.vector.table.BaseTable
The schema for the table.
Schema - Class in org.apache.arrow.vector.types.pojo
An Arrow Schema.
Schema(Iterable<Field>) - Constructor for class org.apache.arrow.vector.types.pojo.Schema
 
Schema(Iterable<Field>, Map<String, String>) - Constructor for class org.apache.arrow.vector.types.pojo.Schema
Constructor with metadata.
SchemaChangeCallBack - Class in org.apache.arrow.vector
Callback for when the Schema for the Vector changes (generally happens when a vector is promoted to a union type from a single value type).
SchemaChangeCallBack() - Constructor for class org.apache.arrow.vector.SchemaChangeCallBack
Constructs a schema-change callback with the schema-changed state set to false.
SchemaChangeRuntimeException - Exception in org.apache.arrow.vector.util
Thrown when child vectors (e.g.
SchemaChangeRuntimeException() - Constructor for exception org.apache.arrow.vector.util.SchemaChangeRuntimeException
 
SchemaChangeRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception org.apache.arrow.vector.util.SchemaChangeRuntimeException
 
SchemaChangeRuntimeException(String, Throwable) - Constructor for exception org.apache.arrow.vector.util.SchemaChangeRuntimeException
 
SchemaChangeRuntimeException(String) - Constructor for exception org.apache.arrow.vector.util.SchemaChangeRuntimeException
 
SchemaChangeRuntimeException(Throwable) - Constructor for exception org.apache.arrow.vector.util.SchemaChangeRuntimeException
 
SchemaUtility - Class in org.apache.arrow.vector.util
Schema utility class including serialization and deserialization.
secondsToMillis - Static variable in class org.apache.arrow.vector.util.DateUtility
 
SeekableReadChannel - Class in org.apache.arrow.vector.ipc
An ReadChannel that supports seeking to a random position.
SeekableReadChannel(SeekableByteChannel) - Constructor for class org.apache.arrow.vector.ipc.SeekableReadChannel
 
serialize(WriteChannel, Schema) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Serialize a schema object.
serialize(WriteChannel, Schema, IpcOption) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Serialize a schema object.
serialize(WriteChannel, ArrowRecordBatch) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Serializes an ArrowRecordBatch.
serialize(WriteChannel, ArrowRecordBatch, IpcOption) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Serializes an ArrowRecordBatch.
serialize(WriteChannel, ArrowDictionaryBatch) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
 
serialize(WriteChannel, ArrowDictionaryBatch, IpcOption) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Serializes a dictionary ArrowRecordBatch.
serialize(FBSerializable) - Static method in class org.apache.arrow.vector.ipc.WriteChannel
Serializes writer to a ByteBuffer.
serialize() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ExtensionType
Save any metadata for this type.
serialize(Schema) - Static method in class org.apache.arrow.vector.util.SchemaUtility
Serialize Arrow schema into byte array.
serialize(Text, JsonGenerator, SerializerProvider) - Method in class org.apache.arrow.vector.util.Text.TextSerializer
 
serializeMessage(FlatBufferBuilder, byte, int, long) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Deprecated.
serializeMessage(FlatBufferBuilder, byte, int, long, IpcOption) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Serializes a message header.
serializeMetadata(Schema) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Deprecated.
serializeMetadata(Schema, IpcOption) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Returns the serialized flatbuffer bytes of the schema wrapped in a message table.
serializeMetadata(ArrowMessage) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Deprecated.
serializeMetadata(ArrowMessage, IpcOption) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Returns the serialized form of RecordBatch wrapped in a Message.
set(int, byte[], int, int) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
 
set(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
 
set(int, byte[]) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Set the variable length element at the specified index to the supplied byte array.
set(int, byte[], int, int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Set the variable length element at the specified index to the supplied byte array.
set(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Set the variable length element at the specified index to the content in supplied ByteBuffer.
set(int, int, long, long, ArrowBuf) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Store the given value at a particular position in the vector.
set(int, long, int, ArrowBuf) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Store the given value at a particular position in the vector.
set(ArrowBuf, BufferAllocator, int, int, long) - Static method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Method used by Json Reader to explicitly set the offsets of the variable width vector data.
set(int, byte[]) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Set the variable length element at the specified index to the supplied byte array.
set(int, byte[], int, int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Set the variable length element at the specified index to the supplied byte array.
set(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Set the variable length element at the specified index to the content in supplied ByteBuffer.
set(int, int, int, int, ArrowBuf) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Store the given value at a particular position in the vector.
set(int, int, int, ArrowBuf) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Store the given value at a particular position in the vector.
set(ArrowBuf, BufferAllocator, int, int, int) - Static method in class org.apache.arrow.vector.BaseVariableWidthVector
Method used by Json Reader to explicitly set the offsets of the variable width vector data.
set(int, long) - Method in class org.apache.arrow.vector.BigIntVector
Set the element at the given index to the given value.
set(int, NullableBigIntHolder) - Method in class org.apache.arrow.vector.BigIntVector
Set the element at the given index to the value set in data holder.
set(int, BigIntHolder) - Method in class org.apache.arrow.vector.BigIntVector
Set the element at the given index to the value set in data holder.
set(int, int, long) - Method in class org.apache.arrow.vector.BigIntVector
Store the given value at a particular position in the vector.
set(int, int) - Method in class org.apache.arrow.vector.BitVector
Set the element at the given index to the given value.
set(int, NullableBitHolder) - Method in class org.apache.arrow.vector.BitVector
Set the element at the given index to the value set in data holder.
set(int, BitHolder) - Method in class org.apache.arrow.vector.BitVector
Set the element at the given index to the value set in data holder.
set(int, int, int) - Method in class org.apache.arrow.vector.BitVector
Store the given value at a particular position in the vector.
set(int, int) - Method in class org.apache.arrow.vector.DateDayVector
Set the element at the given index to the given value.
set(int, NullableDateDayHolder) - Method in class org.apache.arrow.vector.DateDayVector
Set the element at the given index to the value set in data holder.
set(int, DateDayHolder) - Method in class org.apache.arrow.vector.DateDayVector
Set the element at the given index to the value set in data holder.
set(int, int, int) - Method in class org.apache.arrow.vector.DateDayVector
Store the given value at a particular position in the vector.
set(int, long) - Method in class org.apache.arrow.vector.DateMilliVector
Set the element at the given index to the given value.
set(int, NullableDateMilliHolder) - Method in class org.apache.arrow.vector.DateMilliVector
Set the element at the given index to the value set in data holder.
set(int, DateMilliHolder) - Method in class org.apache.arrow.vector.DateMilliVector
Set the element at the given index to the value set in data holder.
set(int, int, long) - Method in class org.apache.arrow.vector.DateMilliVector
Store the given value at a particular position in the vector.
set(int, ArrowBuf) - Method in class org.apache.arrow.vector.Decimal256Vector
Set the element at the given index to the given value.
set(int, long, ArrowBuf) - Method in class org.apache.arrow.vector.Decimal256Vector
Set the element at the given index to the given value.
set(int, BigDecimal) - Method in class org.apache.arrow.vector.Decimal256Vector
Set the element at the given index to the given value.
set(int, long) - Method in class org.apache.arrow.vector.Decimal256Vector
Set the element at the given index to the given value.
set(int, NullableDecimal256Holder) - Method in class org.apache.arrow.vector.Decimal256Vector
Set the element at the given index to the value set in data holder.
set(int, Decimal256Holder) - Method in class org.apache.arrow.vector.Decimal256Vector
Set the element at the given index to the value set in data holder.
set(int, int, long, ArrowBuf) - Method in class org.apache.arrow.vector.Decimal256Vector
Store the given value at a particular position in the vector.
set(int, ArrowBuf) - Method in class org.apache.arrow.vector.DecimalVector
Set the element at the given index to the given value.
set(int, long, ArrowBuf) - Method in class org.apache.arrow.vector.DecimalVector
Set the element at the given index to the given value.
set(int, BigDecimal) - Method in class org.apache.arrow.vector.DecimalVector
Set the element at the given index to the given value.
set(int, long) - Method in class org.apache.arrow.vector.DecimalVector
Set the element at the given index to the given value.
set(int, NullableDecimalHolder) - Method in class org.apache.arrow.vector.DecimalVector
Set the element at the given index to the value set in data holder.
set(int, DecimalHolder) - Method in class org.apache.arrow.vector.DecimalVector
Set the element at the given index to the value set in data holder.
set(int, int, long, ArrowBuf) - Method in class org.apache.arrow.vector.DecimalVector
Store the given value at a particular position in the vector.
set(int, ArrowBuf) - Method in class org.apache.arrow.vector.DurationVector
Set the element at the given index to the given value.
set(int, long) - Method in class org.apache.arrow.vector.DurationVector
Set the element at the given index to the given value.
set(int, NullableDurationHolder) - Method in class org.apache.arrow.vector.DurationVector
Set the element at the given index to the value set in data holder.
set(int, DurationHolder) - Method in class org.apache.arrow.vector.DurationVector
Set the element at the given index to the value set in data holder.
set(int, int, long) - Method in class org.apache.arrow.vector.DurationVector
Store the given value at a particular position in the vector.
set(int, byte[]) - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
Sets the value at index to the provided one.
set(int, int, byte[]) - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
Sets the value if isSet is positive, otherwise sets the index to null/invalid.
set(int, ArrowBuf) - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
Set the element at the given index to the given value.
set(int, int, ArrowBuf) - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
Set the element at the given index to the given value.
set(int, FixedSizeBinaryHolder) - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
Set the variable length element at the specified index to the data buffer supplied in the holder.
set(int, NullableFixedSizeBinaryHolder) - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
Set the variable length element at the specified index to the data buffer supplied in the holder.
set(int, float) - Method in class org.apache.arrow.vector.Float4Vector
Set the element at the given index to the given value.
set(int, NullableFloat4Holder) - Method in class org.apache.arrow.vector.Float4Vector
Set the element at the given index to the value set in data holder.
set(int, Float4Holder) - Method in class org.apache.arrow.vector.Float4Vector
Set the element at the given index to the value set in data holder.
set(int, int, float) - Method in class org.apache.arrow.vector.Float4Vector
Store the given value at a particular position in the vector.
set(int, double) - Method in class org.apache.arrow.vector.Float8Vector
Set the element at the given index to the given value.
set(int, NullableFloat8Holder) - Method in class org.apache.arrow.vector.Float8Vector
Set the element at the given index to the value set in data holder.
set(int, Float8Holder) - Method in class org.apache.arrow.vector.Float8Vector
Set the element at the given index to the value set in data holder.
set(int, int, double) - Method in class org.apache.arrow.vector.Float8Vector
Store the given value at a particular position in the vector.
set(int, ArrowBuf) - Method in class org.apache.arrow.vector.IntervalDayVector
Set the element at the given index to the given value.
set(int, int, int) - Method in class org.apache.arrow.vector.IntervalDayVector
Set the element at the given index to the given value.
set(int, NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.IntervalDayVector
Set the element at the given index to the value set in data holder.
set(int, IntervalDayHolder) - Method in class org.apache.arrow.vector.IntervalDayVector
Set the element at the given index to the value set in data holder.
set(int, int, int, int) - Method in class org.apache.arrow.vector.IntervalDayVector
Store the given value at a particular position in the vector.
set(int, ArrowBuf) - Method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Set the element at the given index to the given value.
set(int, int, int, long) - Method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Set the element at the given index to the given value.
set(int, NullableIntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Set the element at the given index to the value set in data holder.
set(int, IntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Set the element at the given index to the value set in data holder.
set(int, int, int, int, long) - Method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Store the given value at a particular position in the vector.
set(int, int) - Method in class org.apache.arrow.vector.IntervalYearVector
Set the element at the given index to the given value.
set(int, NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.IntervalYearVector
Set the element at the given index to the value set in data holder.
set(int, IntervalYearHolder) - Method in class org.apache.arrow.vector.IntervalYearVector
Set the element at the given index to the value set in data holder.
set(int, int, int) - Method in class org.apache.arrow.vector.IntervalYearVector
Store the given value at a particular position in the vector.
set(int, int) - Method in class org.apache.arrow.vector.IntVector
Set the element at the given index to the given value.
set(int, NullableIntHolder) - Method in class org.apache.arrow.vector.IntVector
Set the element at the given index to the value set in data holder.
set(int, IntHolder) - Method in class org.apache.arrow.vector.IntVector
Set the element at the given index to the value set in data holder.
set(int, int, int) - Method in class org.apache.arrow.vector.IntVector
Store the given value at a particular position in the vector.
set(int, LargeVarBinaryHolder) - Method in class org.apache.arrow.vector.LargeVarBinaryVector
Set the variable length element at the specified index to the data buffer supplied in the holder.
set(int, NullableLargeVarBinaryHolder) - Method in class org.apache.arrow.vector.LargeVarBinaryVector
Set the variable length element at the specified index to the data buffer supplied in the holder.
set(int, LargeVarCharHolder) - Method in class org.apache.arrow.vector.LargeVarCharVector
Set the variable length element at the specified index to the data buffer supplied in the holder.
set(int, NullableLargeVarCharHolder) - Method in class org.apache.arrow.vector.LargeVarCharVector
Set the variable length element at the specified index to the data buffer supplied in the holder.
set(int, Text) - Method in class org.apache.arrow.vector.LargeVarCharVector
Set the variable length element at the specified index to the content in supplied Text.
set(int, int) - Method in class org.apache.arrow.vector.SmallIntVector
Set the element at the given index to the given value.
set(int, short) - Method in class org.apache.arrow.vector.SmallIntVector
Set the element at the given index to the given value.
set(int, NullableSmallIntHolder) - Method in class org.apache.arrow.vector.SmallIntVector
Set the element at the given index to the value set in data holder.
set(int, SmallIntHolder) - Method in class org.apache.arrow.vector.SmallIntVector
Set the element at the given index to the value set in data holder.
set(int, int, short) - Method in class org.apache.arrow.vector.SmallIntVector
Store the given value at a particular position in the vector.
set(int, long) - Method in class org.apache.arrow.vector.TimeMicroVector
Set the element at the given index to the given value.
set(int, NullableTimeMicroHolder) - Method in class org.apache.arrow.vector.TimeMicroVector
Set the element at the given index to the value set in data holder.
set(int, TimeMicroHolder) - Method in class org.apache.arrow.vector.TimeMicroVector
Set the element at the given index to the value set in data holder.
set(int, int, long) - Method in class org.apache.arrow.vector.TimeMicroVector
Store the given value at a particular position in the vector.
set(int, int) - Method in class org.apache.arrow.vector.TimeMilliVector
Set the element at the given index to the given value.
set(int, NullableTimeMilliHolder) - Method in class org.apache.arrow.vector.TimeMilliVector
Set the element at the given index to the value set in data holder.
set(int, TimeMilliHolder) - Method in class org.apache.arrow.vector.TimeMilliVector
Set the element at the given index to the value set in data holder.
set(int, int, int) - Method in class org.apache.arrow.vector.TimeMilliVector
Store the given value at a particular position in the vector.
set(int, long) - Method in class org.apache.arrow.vector.TimeNanoVector
Set the element at the given index to the given value.
set(int, NullableTimeNanoHolder) - Method in class org.apache.arrow.vector.TimeNanoVector
Set the element at the given index to the value set in data holder.
set(int, TimeNanoHolder) - Method in class org.apache.arrow.vector.TimeNanoVector
Set the element at the given index to the value set in data holder.
set(int, int, long) - Method in class org.apache.arrow.vector.TimeNanoVector
Store the given value at a particular position in the vector.
set(int, int) - Method in class org.apache.arrow.vector.TimeSecVector
Set the element at the given index to the given value.
set(int, NullableTimeSecHolder) - Method in class org.apache.arrow.vector.TimeSecVector
Set the element at the given index to the value set in data holder.
set(int, TimeSecHolder) - Method in class org.apache.arrow.vector.TimeSecVector
Set the element at the given index to the value set in data holder.
set(int, int, int) - Method in class org.apache.arrow.vector.TimeSecVector
Store the given value at a particular position in the vector.
set(int, NullableTimeStampMicroTZHolder) - Method in class org.apache.arrow.vector.TimeStampMicroTZVector
Set the element at the given index to the value set in data holder.
set(int, TimeStampMicroTZHolder) - Method in class org.apache.arrow.vector.TimeStampMicroTZVector
Set the element at the given index to the value set in data holder.
set(int, NullableTimeStampMicroHolder) - Method in class org.apache.arrow.vector.TimeStampMicroVector
Set the element at the given index to the value set in data holder.
set(int, TimeStampMicroHolder) - Method in class org.apache.arrow.vector.TimeStampMicroVector
Set the element at the given index to the value set in data holder.
set(int, NullableTimeStampMilliTZHolder) - Method in class org.apache.arrow.vector.TimeStampMilliTZVector
Set the element at the given index to the value set in data holder.
set(int, TimeStampMilliTZHolder) - Method in class org.apache.arrow.vector.TimeStampMilliTZVector
Set the element at the given index to the value set in data holder.
set(int, NullableTimeStampMilliHolder) - Method in class org.apache.arrow.vector.TimeStampMilliVector
Set the element at the given index to the value set in data holder.
set(int, TimeStampMilliHolder) - Method in class org.apache.arrow.vector.TimeStampMilliVector
Set the element at the given index to the value set in data holder.
set(int, NullableTimeStampNanoTZHolder) - Method in class org.apache.arrow.vector.TimeStampNanoTZVector
Set the element at the given index to the value set in data holder.
set(int, TimeStampNanoTZHolder) - Method in class org.apache.arrow.vector.TimeStampNanoTZVector
Set the element at the given index to the value set in data holder.
set(int, NullableTimeStampNanoHolder) - Method in class org.apache.arrow.vector.TimeStampNanoVector
Set the element at the given index to the value set in data holder.
set(int, TimeStampNanoHolder) - Method in class org.apache.arrow.vector.TimeStampNanoVector
Set the element at the given index to the value set in data holder.
set(int, NullableTimeStampSecTZHolder) - Method in class org.apache.arrow.vector.TimeStampSecTZVector
Set the element at the given index to the value set in data holder.
set(int, TimeStampSecTZHolder) - Method in class org.apache.arrow.vector.TimeStampSecTZVector
Set the element at the given index to the value set in data holder.
set(int, NullableTimeStampSecHolder) - Method in class org.apache.arrow.vector.TimeStampSecVector
Set the element at the given index to the value set in data holder.
set(int, TimeStampSecHolder) - Method in class org.apache.arrow.vector.TimeStampSecVector
Set the element at the given index to the value set in data holder.
set(int, long) - Method in class org.apache.arrow.vector.TimeStampVector
Set the element at the given index to the given value.
set(int, int, long) - Method in class org.apache.arrow.vector.TimeStampVector
Store the given value at a particular position in the vector.
set(int, int) - Method in class org.apache.arrow.vector.TinyIntVector
Set the element at the given index to the given value.
set(int, byte) - Method in class org.apache.arrow.vector.TinyIntVector
Set the element at the given index to the given value.
set(int, NullableTinyIntHolder) - Method in class org.apache.arrow.vector.TinyIntVector
Set the element at the given index to the value set in data holder.
set(int, TinyIntHolder) - Method in class org.apache.arrow.vector.TinyIntVector
Set the element at the given index to the value set in data holder.
set(int, int, byte) - Method in class org.apache.arrow.vector.TinyIntVector
Store the given value at a particular position in the vector.
set(int, int) - Method in class org.apache.arrow.vector.UInt1Vector
Set the element at the given index to the given value.
set(int, byte) - Method in class org.apache.arrow.vector.UInt1Vector
Set the element at the given index to the given value.
set(int, NullableUInt1Holder) - Method in class org.apache.arrow.vector.UInt1Vector
Set the element at the given index to the value set in data holder.
set(int, UInt1Holder) - Method in class org.apache.arrow.vector.UInt1Vector
Set the element at the given index to the value set in data holder.
set(int, int, byte) - Method in class org.apache.arrow.vector.UInt1Vector
Sets the value at index to value isSet > 0, otherwise sets the index position to invalid/null.
set(int, int) - Method in class org.apache.arrow.vector.UInt2Vector
Set the element at the given index to the given value.
set(int, char) - Method in class org.apache.arrow.vector.UInt2Vector
Set the element at the given index to the given value.
set(int, NullableUInt2Holder) - Method in class org.apache.arrow.vector.UInt2Vector
Set the element at the given index to the value set in data holder.
set(int, UInt2Holder) - Method in class org.apache.arrow.vector.UInt2Vector
Set the element at the given index to the value set in data holder.
set(int, int, char) - Method in class org.apache.arrow.vector.UInt2Vector
Sets the given index to value is isSet is positive, otherwise sets the position as invalid/null.
set(int, int) - Method in class org.apache.arrow.vector.UInt4Vector
Set the element at the given index to the given value.
set(int, NullableUInt4Holder) - Method in class org.apache.arrow.vector.UInt4Vector
Set the element at the given index to the value set in data holder.
set(int, UInt4Holder) - Method in class org.apache.arrow.vector.UInt4Vector
Set the element at the given index to the value set in data holder.
set(int, int, int) - Method in class org.apache.arrow.vector.UInt4Vector
Sets the value at index to value isSet > 0, otherwise sets the index position to invalid/null.
set(int, long) - Method in class org.apache.arrow.vector.UInt8Vector
Set the element at the given index to the given value.
set(int, NullableUInt8Holder) - Method in class org.apache.arrow.vector.UInt8Vector
Set the element at the given index to the value set in data holder.
set(int, UInt8Holder) - Method in class org.apache.arrow.vector.UInt8Vector
Set the element at the given index to the value set in data holder.
set(int, int, long) - Method in class org.apache.arrow.vector.UInt8Vector
Sets value at index is isSet is positive otherwise sets the index to invalid/null.
set(String) - Method in class org.apache.arrow.vector.util.Text
Set to contain the contents of a string.
set(byte[]) - Method in class org.apache.arrow.vector.util.Text
Set to a utf8 byte array.
set(Text) - Method in class org.apache.arrow.vector.util.Text
copy a text.
set(byte[], int, int) - Method in class org.apache.arrow.vector.util.Text
Set the Text to range of bytes.
set(int, VarBinaryHolder) - Method in class org.apache.arrow.vector.VarBinaryVector
Set the variable length element at the specified index to the data buffer supplied in the holder.
set(int, NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.VarBinaryVector
Set the variable length element at the specified index to the data buffer supplied in the holder.
set(int, VarCharHolder) - Method in class org.apache.arrow.vector.VarCharVector
Set the variable length element at the specified index to the data buffer supplied in the holder.
set(int, NullableVarCharHolder) - Method in class org.apache.arrow.vector.VarCharVector
Set the variable length element at the specified index to the data buffer supplied in the holder.
set(int, Text) - Method in class org.apache.arrow.vector.VarCharVector
Set the variable length element at the specified index to the content in supplied Text.
setAddVectorAsNullable(boolean) - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
setBigEndian(int, byte[]) - Method in class org.apache.arrow.vector.Decimal256Vector
Set the decimal element at given index to the provided array of bytes.
setBigEndian(int, byte[]) - Method in class org.apache.arrow.vector.DecimalVector
Set the decimal element at given index to the provided array of bytes.
setBigEndianSafe(int, long, ArrowBuf, int) - Method in class org.apache.arrow.vector.Decimal256Vector
Sets the element at given index using the buffer whose size maybe <= 32 bytes.
setBigEndianSafe(int, byte[]) - Method in class org.apache.arrow.vector.Decimal256Vector
Same as Decimal256Vector.setBigEndian(int, byte[]) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setBigEndianSafe(int, long, ArrowBuf, int) - Method in class org.apache.arrow.vector.DecimalVector
Sets the element at given index using the buffer whose size maybe <= 16 bytes.
setBigEndianSafe(int, byte[]) - Method in class org.apache.arrow.vector.DecimalVector
Same as DecimalVector.setBigEndian(int, byte[]) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setBit(ArrowBuf, long) - Static method in class org.apache.arrow.vector.BitVectorHelper
Set the bit at provided index to 1.
setBytes(int, byte[], int, int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
setBytes(int, byte[], int, int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
 
setConflictPolicy(AbstractStructVector.ConflictPolicy) - Method in class org.apache.arrow.vector.complex.AbstractStructVector
Set conflict policy and return last conflict policy state.
setConflictPolicy(AbstractStructVector.ConflictPolicy) - Method in class org.apache.arrow.vector.util.PromotableMultiMapWithOrdinal
 
setIndexDefined(int) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Mark the particular position in the vector as non-null.
setIndexDefined(int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Mark the particular position in the vector as non-null.
setIndexDefined(int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Mark the particular position in the vector as non-null.
setIndexDefined(int) - Method in class org.apache.arrow.vector.complex.StructVector
Marks the value at index as being set.
setIndexDefined(int) - Method in interface org.apache.arrow.vector.VectorDefinitionSetter
 
setInitialCapacity(int) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Sets the desired value capacity for the vector.
setInitialCapacity(int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Sets the desired value capacity for the vector.
setInitialCapacity(int, double) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Sets the desired value capacity for the vector.
setInitialCapacity(int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Sets the desired value capacity for the vector.
setInitialCapacity(int, double) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Sets the desired value capacity for the vector.
setInitialCapacity(int) - Method in class org.apache.arrow.vector.BitVector
Sets the desired value capacity for the vector.
setInitialCapacity(int) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
setInitialCapacity(int, double) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
Specialized version of setInitialCapacity() for ListVector.
setInitialCapacity(int) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setInitialCapacity(int, double) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setInitialCapacity(int) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
setInitialCapacity(int) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
setInitialCapacity(int) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
setInitialCapacity(int) - Method in class org.apache.arrow.vector.complex.LargeListVector
 
setInitialCapacity(int, double) - Method in class org.apache.arrow.vector.complex.LargeListVector
Specialized version of setInitialCapacity() for ListVector.
setInitialCapacity(int) - Method in class org.apache.arrow.vector.complex.ListVector
 
setInitialCapacity(int, double) - Method in class org.apache.arrow.vector.complex.ListVector
Specialized version of setInitialCapacity() for ListVector.
setInitialCapacity(int) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
setInitialCapacity(int, double) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
setInitialCapacity(int) - Method in class org.apache.arrow.vector.complex.StructVector
 
setInitialCapacity(int, double) - Method in class org.apache.arrow.vector.complex.StructVector
 
setInitialCapacity(int) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setInitialCapacity(int, double) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setInitialCapacity(int, double) - Method in interface org.apache.arrow.vector.DensityAwareVector
Set value with density.
setInitialCapacity(int) - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullVector
 
setInitialCapacity(int) - Method in interface org.apache.arrow.vector.ValueVector
Set the initial record capacity.
setKeyValueNames(String, String) - Method in class org.apache.arrow.vector.complex.impl.UnionMapReader
Set the key, value field names to read.
setLastSet(int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Set the index of last non-null element in the vector.
setLastSet(int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Set the index of last non-null element in the vector.
setLastSet(int) - Method in class org.apache.arrow.vector.complex.LargeListVector
 
setLastSet(int) - Method in class org.apache.arrow.vector.complex.ListVector
 
setLeftStart(int) - Method in class org.apache.arrow.vector.compare.Range
 
setLength(int) - Method in class org.apache.arrow.vector.compare.Range
 
setNotNull(int) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
Sets the value at index to not-null.
setNotNull(int) - Method in class org.apache.arrow.vector.complex.LargeListVector
Sets the list at index to be not-null.
setNotNull(int) - Method in class org.apache.arrow.vector.complex.ListVector
Sets the list at index to be not-null.
setNull(int) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Set the element at the given index to null.
setNull(int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Set the element at the given index to null.
setNull(int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Set the element at the given index to null.
setNull(int) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
Set the element at the given index to null.
setNull(int) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
Sets the value at index to null.
setNull(int) - Method in class org.apache.arrow.vector.complex.LargeListVector
Sets list at index to be null.
setNull(int) - Method in class org.apache.arrow.vector.complex.ListVector
Sets list at index to be null.
setNull(int) - Method in class org.apache.arrow.vector.complex.StructVector
Marks the value at index as null/not set.
setNull(int) - Method in class org.apache.arrow.vector.complex.UnionVector
Set the element at the given index to null.
setNull(int) - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
setNull(int) - Method in interface org.apache.arrow.vector.FieldVector
Set the element at the given index to null.
setNull(int) - Method in class org.apache.arrow.vector.NullVector
Set the element at the given index to null.
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.BigIntHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.BitHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.ComplexWriterImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.DateDayHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.DateMilliHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.Decimal256HolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.DecimalHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.DurationHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.Float4HolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.Float8HolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.IntervalDayHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.IntervalYearHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.IntHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableBigIntHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableBitHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableDateDayHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableDateMilliHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableDecimal256HolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableDecimalHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableDurationHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableFixedSizeBinaryHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableFloat4HolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableFloat8HolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalDayHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalMonthDayNanoHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalYearHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableIntHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableLargeVarBinaryHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableLargeVarCharHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableSmallIntHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeMicroHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeMilliHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeNanoHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeSecHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroTZHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliTZHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoTZHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampSecHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampSecTZHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableTinyIntHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableUInt1HolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableUInt2HolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableUInt4HolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableUInt8HolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableVarBinaryHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableVarCharHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.SingleListReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.SingleStructReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.SmallIntHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.TimeMicroHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.TimeMilliHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.TimeNanoHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.TimeSecHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.TinyIntHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.UInt1HolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.UInt2HolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.UInt4HolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.UInt8HolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListReader
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListReader
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.UnionListReader
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.VarBinaryHolderReaderImpl
 
setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.VarCharHolderReaderImpl
 
setPosition(int) - Method in interface org.apache.arrow.vector.complex.Positionable
 
setPosition(int) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ComplexWriter
 
setPosition(long) - Method in class org.apache.arrow.vector.ipc.SeekableReadChannel
 
setPosition(int) - Method in class org.apache.arrow.vector.table.Row
Moves this Row to the given 0-based row index.
setRangeToOne(int, int) - Method in class org.apache.arrow.vector.BitVector
Set count bits to 1 in data starting at firstBitIndex.
setRightStart(int) - Method in class org.apache.arrow.vector.compare.Range
 
setRowCount(int) - Method in class org.apache.arrow.vector.VectorSchemaRoot
Set the row count of all the vectors in this container.
setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
 
setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
 
setSafe(int, byte[]) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Same as BaseLargeVariableWidthVector.set(int, byte[]) except that it handles the case where index and length of new element are beyond the existing capacity of the vector.
setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Same as BaseLargeVariableWidthVector.set(int, byte[], int, int) except that it handles the case where index and length of new element are beyond the existing capacity of the vector.
setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Same as BaseLargeVariableWidthVector.set(int, ByteBuffer, int, int) except that it handles the case where index and length of new element are beyond the existing capacity of the vector.
setSafe(int, int, long, long, ArrowBuf) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Same as BaseLargeVariableWidthVector.set(int, int, long, long, ArrowBuf) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, long, int, ArrowBuf) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Same as BaseLargeVariableWidthVector.set(int, int, long, long, ArrowBuf) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, byte[]) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Same as BaseVariableWidthVector.set(int, byte[]) except that it handles the case where index and length of new element are beyond the existing capacity of the vector.
setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Same as BaseVariableWidthVector.set(int, byte[], int, int) except that it handles the case where index and length of new element are beyond the existing capacity of the vector.
setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Same as BaseVariableWidthVector.set(int, ByteBuffer, int, int) except that it handles the case where index and length of new element are beyond the existing capacity of the vector.
setSafe(int, int, int, int, ArrowBuf) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Same as BaseVariableWidthVector.set(int, int, int, int, ArrowBuf) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, int, int, ArrowBuf) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Same as BaseVariableWidthVector.set(int, int, int, int, ArrowBuf) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, long) - Method in class org.apache.arrow.vector.BigIntVector
Same as BigIntVector.set(int, long) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableBigIntHolder) - Method in class org.apache.arrow.vector.BigIntVector
Same as BigIntVector.set(int, NullableBigIntHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, BigIntHolder) - Method in class org.apache.arrow.vector.BigIntVector
Same as BigIntVector.set(int, BigIntHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, long) - Method in class org.apache.arrow.vector.BigIntVector
Same as BigIntVector.set(int, int, long) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, int) - Method in class org.apache.arrow.vector.BitVector
Same as BitVector.set(int, int) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableBitHolder) - Method in class org.apache.arrow.vector.BitVector
Same as BitVector.set(int, NullableBitHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, BitHolder) - Method in class org.apache.arrow.vector.BitVector
Same as BitVector.set(int, BitHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, int) - Method in class org.apache.arrow.vector.BitVector
Same as BitVector.set(int, int, int) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, DenseUnionHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableTinyIntHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableUInt1Holder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableUInt2Holder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableSmallIntHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableIntHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableUInt4Holder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableFloat4Holder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableDateDayHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableTimeSecHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableTimeMilliHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableBigIntHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableUInt8Holder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableFloat8Holder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableDateMilliHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableTimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableTimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableTimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableTimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableTimeMicroHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableTimeNanoHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableIntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableDecimal256Holder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableDecimalHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableVarCharHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableLargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableLargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, NullableBitHolder) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setSafe(int, UnionHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, UnionHolder, ArrowType) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableTinyIntHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableUInt1Holder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableUInt2Holder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableSmallIntHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableIntHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableUInt4Holder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableFloat4Holder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableDateDayHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableTimeSecHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableTimeMilliHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableBigIntHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableUInt8Holder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableFloat8Holder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableDateMilliHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableTimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableTimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableTimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableTimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableTimeMicroHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableTimeNanoHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableIntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableDecimal256Holder, ArrowType) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableDecimalHolder, ArrowType) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableVarCharHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableLargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableLargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, NullableBitHolder) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setSafe(int, int) - Method in class org.apache.arrow.vector.DateDayVector
Same as DateDayVector.set(int, int) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableDateDayHolder) - Method in class org.apache.arrow.vector.DateDayVector
Same as DateDayVector.set(int, NullableDateDayHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, DateDayHolder) - Method in class org.apache.arrow.vector.DateDayVector
Same as DateDayVector.set(int, DateDayHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, int) - Method in class org.apache.arrow.vector.DateDayVector
Same as DateDayVector.set(int, int, int) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, long) - Method in class org.apache.arrow.vector.DateMilliVector
Same as DateMilliVector.set(int, long) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableDateMilliHolder) - Method in class org.apache.arrow.vector.DateMilliVector
Same as DateMilliVector.set(int, NullableDateMilliHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, DateMilliHolder) - Method in class org.apache.arrow.vector.DateMilliVector
Same as DateMilliVector.set(int, DateMilliHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, long) - Method in class org.apache.arrow.vector.DateMilliVector
Same as DateMilliVector.set(int, int, long) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, long, ArrowBuf, int) - Method in class org.apache.arrow.vector.Decimal256Vector
Sets the element at given index using the buffer whose size maybe <= 32 bytes.
setSafe(int, ArrowBuf) - Method in class org.apache.arrow.vector.Decimal256Vector
Same as Decimal256Vector.set(int, ArrowBuf) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, long, ArrowBuf) - Method in class org.apache.arrow.vector.Decimal256Vector
Same as #set(int, int, ArrowBuf) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, BigDecimal) - Method in class org.apache.arrow.vector.Decimal256Vector
Same as Decimal256Vector.set(int, BigDecimal) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, long) - Method in class org.apache.arrow.vector.Decimal256Vector
Same as Decimal256Vector.set(int, long) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableDecimal256Holder) - Method in class org.apache.arrow.vector.Decimal256Vector
Same as #set(int, NullableDecimalHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, Decimal256Holder) - Method in class org.apache.arrow.vector.Decimal256Vector
Same as Decimal256Vector.set(int, Decimal256Holder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, long, ArrowBuf) - Method in class org.apache.arrow.vector.Decimal256Vector
Same as #setSafe(int, int, int, ArrowBuf) except that it handles the case when the position of new value is beyond the current value capacity of the vector.
setSafe(int, long, ArrowBuf, int) - Method in class org.apache.arrow.vector.DecimalVector
Sets the element at given index using the buffer whose size maybe <= 16 bytes.
setSafe(int, ArrowBuf) - Method in class org.apache.arrow.vector.DecimalVector
Same as DecimalVector.set(int, ArrowBuf) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, long, ArrowBuf) - Method in class org.apache.arrow.vector.DecimalVector
Same as DecimalVector.set(int, long, ArrowBuf) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, BigDecimal) - Method in class org.apache.arrow.vector.DecimalVector
Same as DecimalVector.set(int, BigDecimal) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, long) - Method in class org.apache.arrow.vector.DecimalVector
Same as DecimalVector.set(int, long) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableDecimalHolder) - Method in class org.apache.arrow.vector.DecimalVector
Same as DecimalVector.set(int, NullableDecimalHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, DecimalHolder) - Method in class org.apache.arrow.vector.DecimalVector
Same as DecimalVector.set(int, DecimalHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, long, ArrowBuf) - Method in class org.apache.arrow.vector.DecimalVector
Same as DecimalVector.set(int, int, long, ArrowBuf) except that it handles the case when the position of new value is beyond the current value capacity of the vector.
setSafe(int, ArrowBuf) - Method in class org.apache.arrow.vector.DurationVector
Same as DurationVector.set(int, ArrowBuf) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, long) - Method in class org.apache.arrow.vector.DurationVector
Same as DurationVector.set(int, long) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableDurationHolder) - Method in class org.apache.arrow.vector.DurationVector
Same as DurationVector.set(int, NullableDurationHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, DurationHolder) - Method in class org.apache.arrow.vector.DurationVector
Same as DurationVector.set(int, DurationHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, long) - Method in class org.apache.arrow.vector.DurationVector
Same as DurationVector.set(int, int, long) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, byte[]) - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
Same as FixedSizeBinaryVector.set(int, byte[]) but reallocates if index is larger than capacity.
setSafe(int, int, byte[]) - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
 
setSafe(int, ArrowBuf) - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
Same as FixedSizeBinaryVector.set(int, ArrowBuf) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, ArrowBuf) - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
Same as FixedSizeBinaryVector.set(int, ArrowBuf) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, FixedSizeBinaryHolder) - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
Same as FixedSizeBinaryVector.set(int, FixedSizeBinaryHolder) except that it handles the case where index and length of new element are beyond the existing capacity of the vector.
setSafe(int, NullableFixedSizeBinaryHolder) - Method in class org.apache.arrow.vector.FixedSizeBinaryVector
Same as FixedSizeBinaryVector.set(int, NullableFixedSizeBinaryHolder) except that it handles the case where index and length of new element are beyond the existing capacity of the vector.
setSafe(int, float) - Method in class org.apache.arrow.vector.Float4Vector
Same as Float4Vector.set(int, float) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableFloat4Holder) - Method in class org.apache.arrow.vector.Float4Vector
Same as Float4Vector.set(int, NullableFloat4Holder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, Float4Holder) - Method in class org.apache.arrow.vector.Float4Vector
Same as Float4Vector.set(int, Float4Holder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, float) - Method in class org.apache.arrow.vector.Float4Vector
Same as Float4Vector.set(int, int, float) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, double) - Method in class org.apache.arrow.vector.Float8Vector
Same as Float8Vector.set(int, double) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableFloat8Holder) - Method in class org.apache.arrow.vector.Float8Vector
Same as Float8Vector.set(int, NullableFloat8Holder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, Float8Holder) - Method in class org.apache.arrow.vector.Float8Vector
Same as Float8Vector.set(int, Float8Holder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, double) - Method in class org.apache.arrow.vector.Float8Vector
Same as Float8Vector.set(int, int, double) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, ArrowBuf) - Method in class org.apache.arrow.vector.IntervalDayVector
Same as IntervalDayVector.set(int, ArrowBuf) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, int) - Method in class org.apache.arrow.vector.IntervalDayVector
Same as IntervalDayVector.set(int, int, int) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.IntervalDayVector
Same as IntervalDayVector.set(int, NullableIntervalDayHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, IntervalDayHolder) - Method in class org.apache.arrow.vector.IntervalDayVector
Same as IntervalDayVector.set(int, IntervalDayHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, int, int) - Method in class org.apache.arrow.vector.IntervalDayVector
Same as IntervalDayVector.set(int, int, int, int) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, ArrowBuf) - Method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Same as IntervalMonthDayNanoVector.set(int, ArrowBuf) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, int, long) - Method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Same as IntervalMonthDayNanoVector.set(int, int, int, long) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableIntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Same as IntervalMonthDayNanoVector.set(int, NullableIntervalMonthDayNanoHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, IntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Same as IntervalMonthDayNanoVector.set(int, IntervalMonthDayNanoHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, int, int, long) - Method in class org.apache.arrow.vector.IntervalMonthDayNanoVector
Same as IntervalMonthDayNanoVector.set(int, int, int, int, long) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, int) - Method in class org.apache.arrow.vector.IntervalYearVector
Same as IntervalYearVector.set(int, int) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.IntervalYearVector
Same as IntervalYearVector.set(int, NullableIntervalYearHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, IntervalYearHolder) - Method in class org.apache.arrow.vector.IntervalYearVector
Same as IntervalYearVector.set(int, IntervalYearHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, int) - Method in class org.apache.arrow.vector.IntervalYearVector
Same as IntervalYearVector.set(int, int, int) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, int) - Method in class org.apache.arrow.vector.IntVector
Same as IntVector.set(int, int) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableIntHolder) - Method in class org.apache.arrow.vector.IntVector
Same as IntVector.set(int, NullableIntHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, IntHolder) - Method in class org.apache.arrow.vector.IntVector
Same as IntVector.set(int, IntHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, int) - Method in class org.apache.arrow.vector.IntVector
Same as IntVector.set(int, int, int) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, LargeVarBinaryHolder) - Method in class org.apache.arrow.vector.LargeVarBinaryVector
Same as LargeVarBinaryVector.set(int, LargeVarBinaryHolder) except that it handles the case where index and length of new element are beyond the existing capacity of the vector.
setSafe(int, NullableLargeVarBinaryHolder) - Method in class org.apache.arrow.vector.LargeVarBinaryVector
Same as LargeVarBinaryVector.set(int, NullableLargeVarBinaryHolder) except that it handles the case where index and length of new element are beyond the existing capacity of the vector.
setSafe(int, LargeVarCharHolder) - Method in class org.apache.arrow.vector.LargeVarCharVector
Same as LargeVarCharVector.set(int, LargeVarCharHolder) except that it handles the case where index and length of new element are beyond the existing capacity of the vector.
setSafe(int, NullableLargeVarCharHolder) - Method in class org.apache.arrow.vector.LargeVarCharVector
Same as LargeVarCharVector.set(int, NullableLargeVarCharHolder) except that it handles the case where index and length of new element are beyond the existing capacity of the vector.
setSafe(int, Text) - Method in class org.apache.arrow.vector.LargeVarCharVector
Same as LargeVarCharVector.set(int, NullableLargeVarCharHolder) except that it handles the case where index and length of new element are beyond the existing capacity of the vector.
setSafe(int, int) - Method in class org.apache.arrow.vector.SmallIntVector
Same as SmallIntVector.set(int, int) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, short) - Method in class org.apache.arrow.vector.SmallIntVector
Same as SmallIntVector.set(int, short) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableSmallIntHolder) - Method in class org.apache.arrow.vector.SmallIntVector
Same as SmallIntVector.set(int, NullableSmallIntHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, SmallIntHolder) - Method in class org.apache.arrow.vector.SmallIntVector
Same as SmallIntVector.set(int, SmallIntHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, short) - Method in class org.apache.arrow.vector.SmallIntVector
Same as SmallIntVector.set(int, int, short) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, long) - Method in class org.apache.arrow.vector.TimeMicroVector
Same as TimeMicroVector.set(int, long) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableTimeMicroHolder) - Method in class org.apache.arrow.vector.TimeMicroVector
Same as TimeMicroVector.set(int, NullableTimeMicroHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, TimeMicroHolder) - Method in class org.apache.arrow.vector.TimeMicroVector
Same as TimeMicroVector.set(int, TimeMicroHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, long) - Method in class org.apache.arrow.vector.TimeMicroVector
Same as TimeMicroVector.set(int, int, long) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, int) - Method in class org.apache.arrow.vector.TimeMilliVector
Same as TimeMilliVector.set(int, int) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableTimeMilliHolder) - Method in class org.apache.arrow.vector.TimeMilliVector
Same as TimeMilliVector.set(int, NullableTimeMilliHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, TimeMilliHolder) - Method in class org.apache.arrow.vector.TimeMilliVector
Same as TimeMilliVector.set(int, TimeMilliHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, int) - Method in class org.apache.arrow.vector.TimeMilliVector
Same as TimeMilliVector.set(int, int, int) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, long) - Method in class org.apache.arrow.vector.TimeNanoVector
Same as TimeNanoVector.set(int, long) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableTimeNanoHolder) - Method in class org.apache.arrow.vector.TimeNanoVector
Same as TimeNanoVector.set(int, NullableTimeNanoHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, TimeNanoHolder) - Method in class org.apache.arrow.vector.TimeNanoVector
Same as TimeNanoVector.set(int, TimeNanoHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, long) - Method in class org.apache.arrow.vector.TimeNanoVector
Same as TimeNanoVector.set(int, int, long) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, int) - Method in class org.apache.arrow.vector.TimeSecVector
Same as TimeSecVector.set(int, int) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableTimeSecHolder) - Method in class org.apache.arrow.vector.TimeSecVector
Same as TimeSecVector.set(int, NullableTimeSecHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, TimeSecHolder) - Method in class org.apache.arrow.vector.TimeSecVector
Same as TimeSecVector.set(int, TimeSecHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, int) - Method in class org.apache.arrow.vector.TimeSecVector
Same as TimeSecVector.set(int, int, int) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, NullableTimeStampMicroTZHolder) - Method in class org.apache.arrow.vector.TimeStampMicroTZVector
Same as TimeStampMicroTZVector.set(int, NullableTimeStampMicroTZHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, TimeStampMicroTZHolder) - Method in class org.apache.arrow.vector.TimeStampMicroTZVector
Same as TimeStampMicroTZVector.set(int, TimeStampMicroTZHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableTimeStampMicroHolder) - Method in class org.apache.arrow.vector.TimeStampMicroVector
Same as TimeStampMicroVector.set(int, NullableTimeStampMicroHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, TimeStampMicroHolder) - Method in class org.apache.arrow.vector.TimeStampMicroVector
Same as TimeStampMicroVector.set(int, TimeStampMicroHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableTimeStampMilliTZHolder) - Method in class org.apache.arrow.vector.TimeStampMilliTZVector
Same as TimeStampMilliTZVector.set(int, NullableTimeStampMilliTZHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, TimeStampMilliTZHolder) - Method in class org.apache.arrow.vector.TimeStampMilliTZVector
Same as TimeStampMilliTZVector.set(int, TimeStampMilliTZHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableTimeStampMilliHolder) - Method in class org.apache.arrow.vector.TimeStampMilliVector
Same as TimeStampMilliVector.set(int, NullableTimeStampMilliHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, TimeStampMilliHolder) - Method in class org.apache.arrow.vector.TimeStampMilliVector
Same as TimeStampMilliVector.set(int, TimeStampMilliHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableTimeStampNanoTZHolder) - Method in class org.apache.arrow.vector.TimeStampNanoTZVector
Same as TimeStampNanoTZVector.set(int, NullableTimeStampNanoTZHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, TimeStampNanoTZHolder) - Method in class org.apache.arrow.vector.TimeStampNanoTZVector
Same as TimeStampNanoTZVector.set(int, TimeStampNanoTZHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableTimeStampNanoHolder) - Method in class org.apache.arrow.vector.TimeStampNanoVector
Same as TimeStampNanoVector.set(int, NullableTimeStampNanoHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, TimeStampNanoHolder) - Method in class org.apache.arrow.vector.TimeStampNanoVector
Same as TimeStampNanoVector.set(int, TimeStampNanoHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableTimeStampSecTZHolder) - Method in class org.apache.arrow.vector.TimeStampSecTZVector
Same as TimeStampSecTZVector.set(int, NullableTimeStampSecTZHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, TimeStampSecTZHolder) - Method in class org.apache.arrow.vector.TimeStampSecTZVector
Same as TimeStampSecTZVector.set(int, TimeStampSecTZHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableTimeStampSecHolder) - Method in class org.apache.arrow.vector.TimeStampSecVector
Same as TimeStampSecVector.set(int, NullableTimeStampSecHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, TimeStampSecHolder) - Method in class org.apache.arrow.vector.TimeStampSecVector
Same as TimeStampSecVector.set(int, TimeStampSecHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, long) - Method in class org.apache.arrow.vector.TimeStampVector
Same as TimeStampVector.set(int, long) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, long) - Method in class org.apache.arrow.vector.TimeStampVector
Same as TimeStampVector.set(int, int, long) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, int) - Method in class org.apache.arrow.vector.TinyIntVector
Same as TinyIntVector.set(int, int) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, byte) - Method in class org.apache.arrow.vector.TinyIntVector
Same as TinyIntVector.set(int, byte) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableTinyIntHolder) - Method in class org.apache.arrow.vector.TinyIntVector
Same as TinyIntVector.set(int, NullableTinyIntHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, TinyIntHolder) - Method in class org.apache.arrow.vector.TinyIntVector
Same as TinyIntVector.set(int, TinyIntHolder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, byte) - Method in class org.apache.arrow.vector.TinyIntVector
Same as TinyIntVector.set(int, int, byte) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafe(int, int) - Method in class org.apache.arrow.vector.UInt1Vector
Same as UInt1Vector.set(int, int) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, byte) - Method in class org.apache.arrow.vector.UInt1Vector
Same as UInt1Vector.set(int, byte) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableUInt1Holder) - Method in class org.apache.arrow.vector.UInt1Vector
Same as UInt1Vector.set(int, NullableUInt1Holder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, UInt1Holder) - Method in class org.apache.arrow.vector.UInt1Vector
Same as UInt1Vector.set(int, UInt1Holder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, byte) - Method in class org.apache.arrow.vector.UInt1Vector
Same as UInt1Vector.set(int, int, byte) but will reallocate the buffer if index is larger than current capacity.
setSafe(int, int) - Method in class org.apache.arrow.vector.UInt2Vector
Same as UInt2Vector.set(int, int) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, char) - Method in class org.apache.arrow.vector.UInt2Vector
Same as UInt2Vector.set(int, char) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableUInt2Holder) - Method in class org.apache.arrow.vector.UInt2Vector
Same as UInt2Vector.set(int, NullableUInt2Holder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, UInt2Holder) - Method in class org.apache.arrow.vector.UInt2Vector
Same as UInt2Vector.set(int, UInt2Holder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, char) - Method in class org.apache.arrow.vector.UInt2Vector
Same as UInt2Vector.set(int, int, char) but will reallocate the buffer if index is larger than current capacity.
setSafe(int, int) - Method in class org.apache.arrow.vector.UInt4Vector
Same as UInt4Vector.set(int, int) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableUInt4Holder) - Method in class org.apache.arrow.vector.UInt4Vector
Same as UInt4Vector.set(int, NullableUInt4Holder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, UInt4Holder) - Method in class org.apache.arrow.vector.UInt4Vector
Same as UInt4Vector.set(int, UInt4Holder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, int) - Method in class org.apache.arrow.vector.UInt4Vector
Same as UInt4Vector.set(int, int, int) but will reallocate if the buffer if index is larger than the current capacity.
setSafe(int, long) - Method in class org.apache.arrow.vector.UInt8Vector
Same as UInt8Vector.set(int, long) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, NullableUInt8Holder) - Method in class org.apache.arrow.vector.UInt8Vector
Same as UInt8Vector.set(int, NullableUInt8Holder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, UInt8Holder) - Method in class org.apache.arrow.vector.UInt8Vector
Same as UInt8Vector.set(int, UInt8Holder) except that it handles the case when index is greater than or equal to existing value capacity BaseFixedWidthVector.getValueCapacity().
setSafe(int, int, long) - Method in class org.apache.arrow.vector.UInt8Vector
Same as UInt8Vector.set(int, int, long) but will reallocate if index is greater than current capacity.
setSafe(int, VarBinaryHolder) - Method in class org.apache.arrow.vector.VarBinaryVector
Same as VarBinaryVector.set(int, VarBinaryHolder) except that it handles the case where index and length of new element are beyond the existing capacity of the vector.
setSafe(int, NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.VarBinaryVector
Same as VarBinaryVector.set(int, NullableVarBinaryHolder) except that it handles the case where index and length of new element are beyond the existing capacity of the vector.
setSafe(int, VarCharHolder) - Method in class org.apache.arrow.vector.VarCharVector
Same as VarCharVector.set(int, VarCharHolder) except that it handles the case where index and length of new element are beyond the existing capacity of the vector.
setSafe(int, NullableVarCharHolder) - Method in class org.apache.arrow.vector.VarCharVector
Same as VarCharVector.set(int, NullableVarCharHolder) except that it handles the case where index and length of new element are beyond the existing capacity of the vector.
setSafe(int, Text) - Method in class org.apache.arrow.vector.VarCharVector
Same as VarCharVector.set(int, NullableVarCharHolder) except that it handles the case where index and length of new element are beyond the existing capacity of the vector.
setSafeToOne(int) - Method in class org.apache.arrow.vector.BitVector
Same as BitVector.setToOne(int) except that it handles the case when index is greater than or equal to current value capacity of the vector.
setSafeWithPossibleTruncate(int, double) - Method in class org.apache.arrow.vector.Float4Vector
 
setSafeWithPossibleTruncate(int, double) - Method in class org.apache.arrow.vector.Float8Vector
 
setSafeWithPossibleTruncate(int, double) - Method in interface org.apache.arrow.vector.FloatingPointVector
Sets the value at the given index, note this value may be truncated internally.
setToOne(int) - Method in class org.apache.arrow.vector.BitVector
Set the element at the given index to one.
setType(int, Types.MinorType) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setTypeId(int, byte) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setUnsafeWithPossibleTruncate(int, long) - Method in interface org.apache.arrow.vector.BaseIntVector
Sets the value at index, note this value may need to be need truncated.
setUnsafeWithPossibleTruncate(int, long) - Method in class org.apache.arrow.vector.BigIntVector
 
setUnsafeWithPossibleTruncate(int, long) - Method in class org.apache.arrow.vector.IntVector
 
setUnsafeWithPossibleTruncate(int, long) - Method in class org.apache.arrow.vector.SmallIntVector
 
setUnsafeWithPossibleTruncate(int, long) - Method in class org.apache.arrow.vector.TinyIntVector
 
setUnsafeWithPossibleTruncate(int, long) - Method in class org.apache.arrow.vector.UInt1Vector
 
setUnsafeWithPossibleTruncate(int, long) - Method in class org.apache.arrow.vector.UInt2Vector
 
setUnsafeWithPossibleTruncate(int, long) - Method in class org.apache.arrow.vector.UInt4Vector
 
setUnsafeWithPossibleTruncate(int, long) - Method in class org.apache.arrow.vector.UInt8Vector
 
setValidityBit(ArrowBuf, int, int) - Static method in class org.apache.arrow.vector.BitVectorHelper
Set the bit at a given index to provided value (1 or 0).
setValidityBit(ArrowBuf, BufferAllocator, int, int, int) - Static method in class org.apache.arrow.vector.BitVectorHelper
Set the bit at a given index to provided value (1 or 0).
setValue(int, long) - Method in class org.apache.arrow.vector.TimeStampVector
 
setValueCount(int) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Set value count for the vector.
setValueCount(int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Sets the value count for the vector.
setValueCount(int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Sets the value count for the vector.
setValueCount(int) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
Preallocates the number of repeated values.
setValueCount(int) - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
setValueCount(int) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
 
setValueCount(int) - Method in class org.apache.arrow.vector.complex.impl.ComplexWriterImpl
 
setValueCount(int) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
setValueCount(int) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
setValueCount(int) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
setValueCount(int) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
setValueCount(int) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
setValueCount(int) - Method in class org.apache.arrow.vector.complex.LargeListVector
Sets the value count for the vector.
setValueCount(int) - Method in class org.apache.arrow.vector.complex.ListVector
Sets the value count for the vector.
setValueCount(int) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
setValueCount(int) - Method in class org.apache.arrow.vector.complex.StructVector
 
setValueCount(int) - Method in class org.apache.arrow.vector.complex.UnionVector
 
setValueCount(int) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ComplexWriter
 
setValueCount(int) - Method in class org.apache.arrow.vector.ExtensionTypeVector
 
setValueCount(int) - Method in class org.apache.arrow.vector.NullVector
 
setValueCount(int) - Method in interface org.apache.arrow.vector.ValueVector
Set number of values in the vector.
setValueCount(int) - Method in class org.apache.arrow.vector.ZeroVector
 
setValueLengthSafe(int, int) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Sets the value length for an element.
setValueLengthSafe(int, int) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Sets the value length for an element.
setWithPossibleTruncate(int, long) - Method in interface org.apache.arrow.vector.BaseIntVector
Sets the value at index, note this value may need to be need truncated.
setWithPossibleTruncate(int, long) - Method in class org.apache.arrow.vector.BigIntVector
 
setWithPossibleTruncate(int, double) - Method in class org.apache.arrow.vector.Float4Vector
 
setWithPossibleTruncate(int, double) - Method in class org.apache.arrow.vector.Float8Vector
 
setWithPossibleTruncate(int, double) - Method in interface org.apache.arrow.vector.FloatingPointVector
Sets the value at the given index, note this value may be truncated internally.
setWithPossibleTruncate(int, long) - Method in class org.apache.arrow.vector.IntVector
 
setWithPossibleTruncate(int, long) - Method in class org.apache.arrow.vector.SmallIntVector
 
setWithPossibleTruncate(int, long) - Method in class org.apache.arrow.vector.TinyIntVector
 
setWithPossibleTruncate(int, long) - Method in class org.apache.arrow.vector.UInt1Vector
 
setWithPossibleTruncate(int, long) - Method in class org.apache.arrow.vector.UInt2Vector
 
setWithPossibleTruncate(int, long) - Method in class org.apache.arrow.vector.UInt4Vector
 
setWithPossibleTruncate(int, long) - Method in class org.apache.arrow.vector.UInt8Vector
 
SingleCaseSensitiveStructWriter - Class in org.apache.arrow.vector.complex.impl
 
SingleCaseSensitiveStructWriter(NonNullableStructVector) - Constructor for class org.apache.arrow.vector.complex.impl.SingleCaseSensitiveStructWriter
 
SingleListReaderImpl - Class in org.apache.arrow.vector.complex.impl
An implementation of AbstractFieldReader for lists vectors.
SingleListReaderImpl(String, AbstractContainerVector) - Constructor for class org.apache.arrow.vector.complex.impl.SingleListReaderImpl
Constructs a new instance.
SingleStructReaderImpl - Class in org.apache.arrow.vector.complex.impl
SingleStructReaderImpl(NonNullableStructVector) - Constructor for class org.apache.arrow.vector.complex.impl.SingleStructReaderImpl
 
SingleStructWriter - Class in org.apache.arrow.vector.complex.impl
 
SingleStructWriter(NonNullableStructVector) - Constructor for class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
size() - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
 
size() - Method in class org.apache.arrow.vector.complex.AbstractStructVector
Get the number of child vectors.
size() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
Get value indicating if inner vector is set.
size() - Method in class org.apache.arrow.vector.complex.DenseUnionVector
 
size() - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
Get value indicating if inner vector is set.
size() - Method in class org.apache.arrow.vector.complex.impl.BigIntHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.BitHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.DateDayHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.DateMilliHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.Decimal256HolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.DecimalHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionReader
 
size() - Method in class org.apache.arrow.vector.complex.impl.DurationHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.Float4HolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.Float8HolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.IntervalYearHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.IntHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableBigIntHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableBitHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableDateDayHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableDateMilliHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableDecimal256HolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableDecimalHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableDurationHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableFixedSizeBinaryHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableFloat4HolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableFloat8HolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalDayHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalMonthDayNanoHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableIntervalYearHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableIntHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableLargeVarBinaryHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableLargeVarCharHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableSmallIntHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeMicroHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeMilliHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeNanoHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeSecHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMicroTZHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampMilliTZHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampNanoTZHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampSecHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampSecTZHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableTinyIntHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt1HolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt2HolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt4HolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableUInt8HolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableVarBinaryHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullableVarCharHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
size() - Method in class org.apache.arrow.vector.complex.impl.SmallIntHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.TimeMicroHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.TimeMilliHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.TimeNanoHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.TimeSecHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.TinyIntHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.UInt1HolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.UInt2HolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.UInt4HolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.UInt8HolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListReader
 
size() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListReader
 
size() - Method in class org.apache.arrow.vector.complex.impl.UnionListReader
 
size() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
 
size() - Method in class org.apache.arrow.vector.complex.impl.VarBinaryHolderReaderImpl
 
size() - Method in class org.apache.arrow.vector.complex.impl.VarCharHolderReaderImpl
 
size() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.RepeatedListReader
 
size() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.RepeatedMapReader
 
size() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.RepeatedStructReader
 
size() - Method in class org.apache.arrow.vector.complex.UnionVector
 
size() - Method in class org.apache.arrow.vector.dictionary.DictionaryHashTable
Returns the number of mappings in this Map.
size() - Method in class org.apache.arrow.vector.ipc.SeekableReadChannel
 
size() - Method in class org.apache.arrow.vector.util.ByteArrayReadableSeekableByteChannel
 
size() - Method in interface org.apache.arrow.vector.util.MapWithOrdinal
 
size() - Method in class org.apache.arrow.vector.util.MapWithOrdinalImpl
 
size() - Method in class org.apache.arrow.vector.util.MultiMapWithOrdinal
 
size() - Method in class org.apache.arrow.vector.util.PromotableMultiMapWithOrdinal
 
SIZE_OF_UNCOMPRESSED_LENGTH - Static variable in class org.apache.arrow.vector.compression.CompressionUtil
 
sizeOfValueBuffer() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
sizeOfValueBuffer() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
 
sizeOfValueBuffer() - Method in interface org.apache.arrow.vector.VariableWidthVector
Provide the number of bytes contained in the valueBuffer.
slice(int) - Method in class org.apache.arrow.vector.table.Table
Slice this table from desired index.
slice(int, int) - Method in class org.apache.arrow.vector.table.Table
Slice this table at desired index and length.
slice(int) - Method in class org.apache.arrow.vector.VectorSchemaRoot
Slice this root from desired index.
slice(int, int) - Method in class org.apache.arrow.vector.VectorSchemaRoot
Slice this root at desired index and length.
smallInt(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
smallInt() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
smallInt(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
smallInt(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
smallInt() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
smallInt(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
smallInt() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
smallInt(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
smallInt() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
smallInt(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
smallInt() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
smallInt(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
smallInt() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
smallInt() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
smallInt(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
SmallIntHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
SmallIntHolder() - Constructor for class org.apache.arrow.vector.holders.SmallIntHolder
 
SmallIntHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
SmallIntHolderReaderImpl(SmallIntHolder) - Constructor for class org.apache.arrow.vector.complex.impl.SmallIntHolderReaderImpl
 
SmallIntReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
SmallIntReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
SmallIntReaderImpl(SmallIntVector) - Constructor for class org.apache.arrow.vector.complex.impl.SmallIntReaderImpl
 
SmallIntVector - Class in org.apache.arrow.vector
SmallIntVector implements a fixed width (2 bytes) vector of short values which could be null.
SmallIntVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.SmallIntVector
Instantiate a SmallIntVector.
SmallIntVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.SmallIntVector
Instantiate a SmallIntVector.
SmallIntVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.SmallIntVector
Instantiate a SmallIntVector.
SmallIntWriter - Interface in org.apache.arrow.vector.complex.writer
 
SmallIntWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
SmallIntWriterImpl(SmallIntVector) - Constructor for class org.apache.arrow.vector.complex.impl.SmallIntWriterImpl
 
splitAndTransfer(int, int) - Method in class org.apache.arrow.vector.complex.NonNullableStructVector.StructTransferPair
 
splitAndTransfer(int, int) - Method in class org.apache.arrow.vector.complex.StructVector.NullableStructTransferPair
 
splitAndTransfer(int, int) - Method in class org.apache.arrow.vector.TimeStampVector.TransferImpl
 
splitAndTransfer(int, int) - Method in interface org.apache.arrow.vector.util.TransferPair
 
splitAndTransferTo(int, int, BaseFixedWidthVector) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Slice this vector at desired index and length and transfer the corresponding data to the target vector.
splitAndTransferTo(int, int, BaseLargeVariableWidthVector) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Slice this vector at desired index and length and transfer the corresponding data to the target vector.
splitAndTransferTo(int, int, BaseVariableWidthVector) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Slice this vector at desired index and length and transfer the corresponding data to the target vector.
splitAndTransferTo(int, int, BaseFixedWidthVector) - Method in class org.apache.arrow.vector.BitVector
Slice this vector at desired index and length and transfer the corresponding data to the target vector.
start() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
start() - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
start() - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
start() - Method in class org.apache.arrow.vector.complex.impl.StructOrListWriterImpl
Start writing to either the list or the struct.
start() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
start() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
start() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
start() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
start() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructOrListWriter
 
start() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
start - Variable in class org.apache.arrow.vector.holders.Decimal256Holder
 
start - Variable in class org.apache.arrow.vector.holders.DecimalHolder
 
start - Variable in class org.apache.arrow.vector.holders.LargeVarBinaryHolder
 
start - Variable in class org.apache.arrow.vector.holders.LargeVarCharHolder
 
start - Variable in class org.apache.arrow.vector.holders.NullableDecimal256Holder
 
start - Variable in class org.apache.arrow.vector.holders.NullableDecimalHolder
 
start - Variable in class org.apache.arrow.vector.holders.NullableLargeVarBinaryHolder
 
start - Variable in class org.apache.arrow.vector.holders.NullableLargeVarCharHolder
 
start - Variable in class org.apache.arrow.vector.holders.NullableVarBinaryHolder
 
start - Variable in class org.apache.arrow.vector.holders.NullableVarCharHolder
 
start - Variable in class org.apache.arrow.vector.holders.RepeatedListHolder
 
start - Variable in class org.apache.arrow.vector.holders.RepeatedStructHolder
 
start - Variable in class org.apache.arrow.vector.holders.VarBinaryHolder
 
start - Variable in class org.apache.arrow.vector.holders.VarCharHolder
 
start() - Method in class org.apache.arrow.vector.ipc.ArrowWriter
 
start() - Method in class org.apache.arrow.vector.ipc.JsonFileReader
Reads the beginning (schema section) of the json file and returns it.
start(Schema, DictionaryProvider) - Method in class org.apache.arrow.vector.ipc.JsonFileWriter
Writes out the "header" of the file including the schema and any dictionaries required.
startEntry() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
Start a map entry that should be followed by calls to UnionMapWriter.key() and UnionMapWriter.value() writers.
startEntry() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
startEntry() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.MapWriter
 
startInternal(WriteChannel) - Method in class org.apache.arrow.vector.ipc.ArrowFileWriter
 
startInternal(WriteChannel) - Method in class org.apache.arrow.vector.ipc.ArrowWriter
 
startList() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
startList() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
startList() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
startList() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
startList() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
startList() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
startMap() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
Start writing a map that consists of 1 or more entries.
startMap() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
startMap() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.MapWriter
 
startNewValue(int) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
Starts a new repeated value.
startNewValue(int) - Method in class org.apache.arrow.vector.complex.FixedSizeListVector
Start a new value in the list vector.
startNewValue(long) - Method in class org.apache.arrow.vector.complex.LargeListVector
Start a new value in the list vector.
startNewValue(int) - Method in class org.apache.arrow.vector.complex.ListVector
Start a new value in the list vector.
StateTool - Class in org.apache.arrow.vector.complex
Utility methods for state machines based on enums.
storageType() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ExtensionType
The on-wire type for this user-defined type.
struct() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
struct(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
struct(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
struct() - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
struct(String) - Method in class org.apache.arrow.vector.complex.impl.NullReader
 
struct(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
struct - Variable in class org.apache.arrow.vector.complex.impl.StructOrListWriterImpl
 
struct(String) - Method in class org.apache.arrow.vector.complex.impl.StructOrListWriterImpl
Creates a new writer for a struct with the given name.
struct() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
struct(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
struct() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
struct(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
struct() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
struct(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
struct() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
struct() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
struct(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
struct() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
struct(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructOrListWriter
 
struct(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
Struct() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Struct
 
StructOrListWriterImpl - Class in org.apache.arrow.vector.complex.impl
Concrete implementation of BaseWriter.StructOrListWriter.
StructOrListWriterImpl(BaseWriter.StructWriter) - Constructor for class org.apache.arrow.vector.complex.impl.StructOrListWriterImpl
Constructs a new instance using a BaseWriter.StructWriter (instead of an BaseWriter.ListWriter).
StructOrListWriterImpl(BaseWriter.ListWriter) - Constructor for class org.apache.arrow.vector.complex.impl.StructOrListWriterImpl
Constructs a new instance using a BaseWriter.ListWriter (instead of a BaseWriter.StructWriter).
StructSubfieldEncoder - Class in org.apache.arrow.vector.dictionary
Sub fields encoder/decoder for Dictionary encoded StructVector.
StructSubfieldEncoder(BufferAllocator, DictionaryProvider.MapDictionaryProvider) - Constructor for class org.apache.arrow.vector.dictionary.StructSubfieldEncoder
Construct an instance.
StructSubfieldEncoder(BufferAllocator, DictionaryProvider.MapDictionaryProvider, ArrowBufHasher) - Constructor for class org.apache.arrow.vector.dictionary.StructSubfieldEncoder
Construct an instance.
StructTransferPair(NonNullableStructVector, NonNullableStructVector) - Constructor for class org.apache.arrow.vector.complex.NonNullableStructVector.StructTransferPair
 
StructTransferPair(NonNullableStructVector, NonNullableStructVector, boolean) - Constructor for class org.apache.arrow.vector.complex.NonNullableStructVector.StructTransferPair
 
StructVector - Class in org.apache.arrow.vector.complex
A Struct vector consists of nullability/validity buffer and children vectors that make up the struct's fields.
StructVector(String, BufferAllocator, FieldType, CallBack) - Constructor for class org.apache.arrow.vector.complex.StructVector
Constructs a new instance.
StructVector(String, BufferAllocator, FieldType, CallBack, AbstractStructVector.ConflictPolicy, boolean) - Constructor for class org.apache.arrow.vector.complex.StructVector
Constructs a new instance.
StructVector.NullableStructTransferPair - Class in org.apache.arrow.vector.complex
TransferPair for this (nullable) StructVector.
supportsDirectRead() - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
 
supportsDirectRead() - Method in class org.apache.arrow.vector.complex.NonNullableStructVector
 
syncSchema() - Method in class org.apache.arrow.vector.VectorSchemaRoot
Synchronizes the schema from the current vectors.

T

table - Variable in class org.apache.arrow.vector.table.Row
The table we're enumerating.
Table - Class in org.apache.arrow.vector.table
Table is an immutable tabular data structure.
Table(Iterable<FieldVector>) - Constructor for class org.apache.arrow.vector.table.Table
Constructs new instance containing each of the given vectors.
Table(List<FieldVector>) - Constructor for class org.apache.arrow.vector.table.Table
Constructs a new instance with the number of rows set to the value count of the first FieldVector.
Table(List<FieldVector>, int) - Constructor for class org.apache.arrow.vector.table.Table
Constructs a new instance.
Table(List<FieldVector>, int, DictionaryProvider) - Constructor for class org.apache.arrow.vector.table.Table
Constructs a new instance.
Table(VectorSchemaRoot) - Constructor for class org.apache.arrow.vector.table.Table
Constructs a new instance containing the data from the argument.
Text - Class in org.apache.arrow.vector.util
A simplified byte wrapper similar to Hadoop's Text class without all the dependencies.
Text() - Constructor for class org.apache.arrow.vector.util.Text
 
Text(String) - Constructor for class org.apache.arrow.vector.util.Text
Construct from a string.
Text(Text) - Constructor for class org.apache.arrow.vector.util.Text
Construct from another text.
Text(byte[]) - Constructor for class org.apache.arrow.vector.util.Text
Construct from a byte array.
Text.TextSerializer - Class in org.apache.arrow.vector.util
JSON serializer for Text.
TextSerializer() - Constructor for class org.apache.arrow.vector.util.Text.TextSerializer
 
Time(TimeUnit, int) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Time
 
timeFormat - Static variable in class org.apache.arrow.vector.util.DateUtility
 
timeMicro(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
timeMicro() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
timeMicro(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
timeMicro(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
timeMicro() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
timeMicro(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
timeMicro() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
timeMicro(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
timeMicro() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
timeMicro(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
timeMicro() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
timeMicro(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
timeMicro() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
timeMicro() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
timeMicro(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
TimeMicroHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
TimeMicroHolder() - Constructor for class org.apache.arrow.vector.holders.TimeMicroHolder
 
TimeMicroHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeMicroHolderReaderImpl(TimeMicroHolder) - Constructor for class org.apache.arrow.vector.complex.impl.TimeMicroHolderReaderImpl
 
TimeMicroReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
TimeMicroReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
TimeMicroReaderImpl(TimeMicroVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeMicroReaderImpl
 
TimeMicroVector - Class in org.apache.arrow.vector
TimeMicroVector implements a fixed width vector (8 bytes) of time (microsecond resolution) values which could be null.
TimeMicroVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeMicroVector
Instantiate a TimeMicroVector.
TimeMicroVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeMicroVector
Instantiate a TimeMicroVector.
TimeMicroVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeMicroVector
Instantiate a TimeMicroVector.
TimeMicroWriter - Interface in org.apache.arrow.vector.complex.writer
 
TimeMicroWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeMicroWriterImpl(TimeMicroVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeMicroWriterImpl
 
timeMilli(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
timeMilli() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
timeMilli(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
timeMilli(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
timeMilli() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
timeMilli(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
timeMilli() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
timeMilli(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
timeMilli() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
timeMilli(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
timeMilli() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
timeMilli(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
timeMilli() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
timeMilli() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
timeMilli(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
TimeMilliHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
TimeMilliHolder() - Constructor for class org.apache.arrow.vector.holders.TimeMilliHolder
 
TimeMilliHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeMilliHolderReaderImpl(TimeMilliHolder) - Constructor for class org.apache.arrow.vector.complex.impl.TimeMilliHolderReaderImpl
 
TimeMilliReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
TimeMilliReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
TimeMilliReaderImpl(TimeMilliVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeMilliReaderImpl
 
TimeMilliVector - Class in org.apache.arrow.vector
TimeMilliVector implements a fixed width (4 bytes) vector of time (millisecond resolution) values which could be null.
TimeMilliVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeMilliVector
Instantiate a TimeMilliVector.
TimeMilliVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeMilliVector
Instantiate a TimeMilliVector.
TimeMilliVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeMilliVector
Instantiate a TimeMilliVector.
TimeMilliWriter - Interface in org.apache.arrow.vector.complex.writer
 
TimeMilliWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeMilliWriterImpl(TimeMilliVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeMilliWriterImpl
 
timeNano(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
timeNano() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
timeNano(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
timeNano(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
timeNano() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
timeNano(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
timeNano() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
timeNano(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
timeNano() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
timeNano(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
timeNano() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
timeNano(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
timeNano() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
timeNano() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
timeNano(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
TimeNanoHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
TimeNanoHolder() - Constructor for class org.apache.arrow.vector.holders.TimeNanoHolder
 
TimeNanoHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeNanoHolderReaderImpl(TimeNanoHolder) - Constructor for class org.apache.arrow.vector.complex.impl.TimeNanoHolderReaderImpl
 
TimeNanoReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
TimeNanoReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
TimeNanoReaderImpl(TimeNanoVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeNanoReaderImpl
 
TimeNanoVector - Class in org.apache.arrow.vector
TimeNanoVector implements a fixed width vector (8 bytes) of time (nanosecond resolution) values which could be null.
TimeNanoVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeNanoVector
Instantiate a TimeNanoVector.
TimeNanoVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeNanoVector
Instantiate a TimeNanoVector.
TimeNanoVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeNanoVector
Instantiate a TimeNanoVector.
TimeNanoWriter - Interface in org.apache.arrow.vector.complex.writer
 
TimeNanoWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeNanoWriterImpl(TimeNanoVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeNanoWriterImpl
 
timeSec(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
timeSec() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
timeSec(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
timeSec(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
timeSec() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
timeSec(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
timeSec() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
timeSec(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
timeSec() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
timeSec(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
timeSec() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
timeSec(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
timeSec() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
timeSec() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
timeSec(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
TimeSecHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
TimeSecHolder() - Constructor for class org.apache.arrow.vector.holders.TimeSecHolder
 
TimeSecHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeSecHolderReaderImpl(TimeSecHolder) - Constructor for class org.apache.arrow.vector.complex.impl.TimeSecHolderReaderImpl
 
TimeSecReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
TimeSecReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
TimeSecReaderImpl(TimeSecVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeSecReaderImpl
 
TimeSecVector - Class in org.apache.arrow.vector
TimeSecVector implements a fixed width (4 bytes) vector of time (seconds resolution) values which could be null.
TimeSecVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeSecVector
Instantiate a TimeSecVector.
TimeSecVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeSecVector
Instantiate a TimeSecVector.
TimeSecVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeSecVector
Instantiate a TimeSecVector.
TimeSecWriter - Interface in org.apache.arrow.vector.complex.writer
 
TimeSecWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeSecWriterImpl(TimeSecVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeSecWriterImpl
 
Timestamp(TimeUnit, String) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Timestamp
 
timeStampMicro(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
timeStampMicro() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
timeStampMicro(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
timeStampMicro(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
timeStampMicro() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
timeStampMicro(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
timeStampMicro() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
timeStampMicro(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
timeStampMicro() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
timeStampMicro(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
timeStampMicro() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
timeStampMicro(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
timeStampMicro() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
timeStampMicro() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
timeStampMicro(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
TimeStampMicroHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
TimeStampMicroHolder() - Constructor for class org.apache.arrow.vector.holders.TimeStampMicroHolder
 
TimeStampMicroHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeStampMicroHolderReaderImpl(TimeStampMicroHolder) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampMicroHolderReaderImpl
 
TimeStampMicroReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
TimeStampMicroReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
TimeStampMicroReaderImpl(TimeStampMicroVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampMicroReaderImpl
 
timeStampMicroTZ(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
timeStampMicroTZ(String, String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
timeStampMicroTZ(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
timeStampMicroTZ(String, String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
timeStampMicroTZ() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
timeStampMicroTZ(String, String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
timeStampMicroTZ(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
TimeStampMicroTZHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
TimeStampMicroTZHolder() - Constructor for class org.apache.arrow.vector.holders.TimeStampMicroTZHolder
 
TimeStampMicroTZHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeStampMicroTZHolderReaderImpl(TimeStampMicroTZHolder) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampMicroTZHolderReaderImpl
 
TimeStampMicroTZReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
TimeStampMicroTZReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
TimeStampMicroTZReaderImpl(TimeStampMicroTZVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampMicroTZReaderImpl
 
TimeStampMicroTZVector - Class in org.apache.arrow.vector
TimeStampMicroTZVector implements a fixed width vector (8 bytes) of timestamp (microsecond resolution) values which could be null.
TimeStampMicroTZVector(String, BufferAllocator, String) - Constructor for class org.apache.arrow.vector.TimeStampMicroTZVector
Instantiate a TimeStampMicroTZVector.
TimeStampMicroTZVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampMicroTZVector
Instantiate a TimeStampMicroTZVector.
TimeStampMicroTZVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampMicroTZVector
Instantiate a TimeStampMicroTZVector.
TimeStampMicroTZWriter - Interface in org.apache.arrow.vector.complex.writer
 
TimeStampMicroTZWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeStampMicroTZWriterImpl(TimeStampMicroTZVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampMicroTZWriterImpl
 
TimeStampMicroVector - Class in org.apache.arrow.vector
TimeStampMicroVector implements a fixed width vector (8 bytes) of timestamp (microsecond resolution) values which could be null.
TimeStampMicroVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampMicroVector
Instantiate a TimeStampMicroVector.
TimeStampMicroVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampMicroVector
Instantiate a TimeStampMicroVector.
TimeStampMicroVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampMicroVector
Instantiate a TimeStampMicroVector.
TimeStampMicroWriter - Interface in org.apache.arrow.vector.complex.writer
 
TimeStampMicroWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeStampMicroWriterImpl(TimeStampMicroVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampMicroWriterImpl
 
timeStampMilli(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
timeStampMilli() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
timeStampMilli(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
timeStampMilli(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
timeStampMilli() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
timeStampMilli(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
timeStampMilli() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
timeStampMilli(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
timeStampMilli() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
timeStampMilli(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
timeStampMilli() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
timeStampMilli(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
timeStampMilli() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
timeStampMilli() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
timeStampMilli(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
TimeStampMilliHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
TimeStampMilliHolder() - Constructor for class org.apache.arrow.vector.holders.TimeStampMilliHolder
 
TimeStampMilliHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeStampMilliHolderReaderImpl(TimeStampMilliHolder) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampMilliHolderReaderImpl
 
TimeStampMilliReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
TimeStampMilliReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
TimeStampMilliReaderImpl(TimeStampMilliVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampMilliReaderImpl
 
timeStampMilliTZ(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
timeStampMilliTZ(String, String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
timeStampMilliTZ(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
timeStampMilliTZ(String, String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
timeStampMilliTZ() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
timeStampMilliTZ(String, String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
timeStampMilliTZ(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
TimeStampMilliTZHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
TimeStampMilliTZHolder() - Constructor for class org.apache.arrow.vector.holders.TimeStampMilliTZHolder
 
TimeStampMilliTZHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeStampMilliTZHolderReaderImpl(TimeStampMilliTZHolder) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampMilliTZHolderReaderImpl
 
TimeStampMilliTZReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
TimeStampMilliTZReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
TimeStampMilliTZReaderImpl(TimeStampMilliTZVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampMilliTZReaderImpl
 
TimeStampMilliTZVector - Class in org.apache.arrow.vector
TimeStampMilliTZVector implements a fixed width vector (8 bytes) of timestamp (millisecond resolution) values which could be null.
TimeStampMilliTZVector(String, BufferAllocator, String) - Constructor for class org.apache.arrow.vector.TimeStampMilliTZVector
Instantiate a TimeStampMilliTZVector.
TimeStampMilliTZVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampMilliTZVector
Instantiate a TimeStampMilliTZVector.
TimeStampMilliTZVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampMilliTZVector
Instantiate a TimeStampMilliTZVector.
TimeStampMilliTZWriter - Interface in org.apache.arrow.vector.complex.writer
 
TimeStampMilliTZWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeStampMilliTZWriterImpl(TimeStampMilliTZVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampMilliTZWriterImpl
 
TimeStampMilliVector - Class in org.apache.arrow.vector
TimeStampMilliVector implements a fixed width vector (8 bytes) of timestamp (millisecond resolution) values which could be null.
TimeStampMilliVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampMilliVector
Instantiate a TimeStampMilliVector.
TimeStampMilliVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampMilliVector
Instantiate a TimeStampMilliVector.
TimeStampMilliVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampMilliVector
Instantiate a TimeStampMilliVector.
TimeStampMilliWriter - Interface in org.apache.arrow.vector.complex.writer
 
TimeStampMilliWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeStampMilliWriterImpl(TimeStampMilliVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampMilliWriterImpl
 
timeStampNano(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
timeStampNano() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
timeStampNano(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
timeStampNano(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
timeStampNano() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
timeStampNano(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
timeStampNano() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
timeStampNano(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
timeStampNano() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
timeStampNano(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
timeStampNano() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
timeStampNano(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
timeStampNano() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
timeStampNano() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
timeStampNano(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
TimeStampNanoHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
TimeStampNanoHolder() - Constructor for class org.apache.arrow.vector.holders.TimeStampNanoHolder
 
TimeStampNanoHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeStampNanoHolderReaderImpl(TimeStampNanoHolder) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampNanoHolderReaderImpl
 
TimeStampNanoReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
TimeStampNanoReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
TimeStampNanoReaderImpl(TimeStampNanoVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampNanoReaderImpl
 
timeStampNanoTZ(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
timeStampNanoTZ(String, String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
timeStampNanoTZ(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
timeStampNanoTZ(String, String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
timeStampNanoTZ() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
timeStampNanoTZ(String, String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
timeStampNanoTZ(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
TimeStampNanoTZHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
TimeStampNanoTZHolder() - Constructor for class org.apache.arrow.vector.holders.TimeStampNanoTZHolder
 
TimeStampNanoTZHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeStampNanoTZHolderReaderImpl(TimeStampNanoTZHolder) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampNanoTZHolderReaderImpl
 
TimeStampNanoTZReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
TimeStampNanoTZReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
TimeStampNanoTZReaderImpl(TimeStampNanoTZVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampNanoTZReaderImpl
 
TimeStampNanoTZVector - Class in org.apache.arrow.vector
TimeStampNanoTZVector implements a fixed width vector (8 bytes) of timestamp (nanosecond resolution) values which could be null.
TimeStampNanoTZVector(String, BufferAllocator, String) - Constructor for class org.apache.arrow.vector.TimeStampNanoTZVector
Instantiate a TimeStampNanoTZVector.
TimeStampNanoTZVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampNanoTZVector
Instantiate a TimeStampNanoTZVector.
TimeStampNanoTZVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampNanoTZVector
Instantiate a TimeStampNanoTZVector.
TimeStampNanoTZWriter - Interface in org.apache.arrow.vector.complex.writer
 
TimeStampNanoTZWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeStampNanoTZWriterImpl(TimeStampNanoTZVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampNanoTZWriterImpl
 
TimeStampNanoVector - Class in org.apache.arrow.vector
TimeStampNanoVector implements a fixed width vector (8 bytes) of timestamp (nanosecond resolution) values which could be null.
TimeStampNanoVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampNanoVector
Instantiate a TimeStampNanoVector.
TimeStampNanoVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampNanoVector
Instantiate a TimeStampNanoVector.
TimeStampNanoVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampNanoVector
Instantiate a TimeStampNanoVector.
TimeStampNanoWriter - Interface in org.apache.arrow.vector.complex.writer
 
TimeStampNanoWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeStampNanoWriterImpl(TimeStampNanoVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampNanoWriterImpl
 
timeStampSec(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
timeStampSec() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
timeStampSec(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
timeStampSec(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
timeStampSec() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
timeStampSec(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
timeStampSec() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
timeStampSec(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
timeStampSec() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
timeStampSec(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
timeStampSec() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
timeStampSec(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
timeStampSec() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
timeStampSec() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
timeStampSec(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
TimeStampSecHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
TimeStampSecHolder() - Constructor for class org.apache.arrow.vector.holders.TimeStampSecHolder
 
TimeStampSecHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeStampSecHolderReaderImpl(TimeStampSecHolder) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampSecHolderReaderImpl
 
TimeStampSecReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
TimeStampSecReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
TimeStampSecReaderImpl(TimeStampSecVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampSecReaderImpl
 
timeStampSecTZ(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
timeStampSecTZ(String, String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
timeStampSecTZ(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
timeStampSecTZ(String, String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
timeStampSecTZ() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
timeStampSecTZ(String, String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
timeStampSecTZ(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
TimeStampSecTZHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
TimeStampSecTZHolder() - Constructor for class org.apache.arrow.vector.holders.TimeStampSecTZHolder
 
TimeStampSecTZHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeStampSecTZHolderReaderImpl(TimeStampSecTZHolder) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampSecTZHolderReaderImpl
 
TimeStampSecTZReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
TimeStampSecTZReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
TimeStampSecTZReaderImpl(TimeStampSecTZVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampSecTZReaderImpl
 
TimeStampSecTZVector - Class in org.apache.arrow.vector
TimeStampSecTZVector implements a fixed width vector (8 bytes) of timestamp (seconds resolution) values which could be null.
TimeStampSecTZVector(String, BufferAllocator, String) - Constructor for class org.apache.arrow.vector.TimeStampSecTZVector
Instantiate a TimeStampSecTZVector.
TimeStampSecTZVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampSecTZVector
Instantiate a TimeStampSecTZVector.
TimeStampSecTZVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampSecTZVector
Instantiate a TimeStampSecTZVector.
TimeStampSecTZWriter - Interface in org.apache.arrow.vector.complex.writer
 
TimeStampSecTZWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeStampSecTZWriterImpl(TimeStampSecTZVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampSecTZWriterImpl
 
TimeStampSecVector - Class in org.apache.arrow.vector
TimeStampSecVector implements a fixed width vector (8 bytes) of timestamp (seconds resolution) values which could be null.
TimeStampSecVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampSecVector
Instantiate a TimeStampSecVector.
TimeStampSecVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampSecVector
Instantiate a TimeStampSecVector.
TimeStampSecVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampSecVector
Instantiate a TimeStampSecVector.
TimeStampSecWriter - Interface in org.apache.arrow.vector.complex.writer
 
TimeStampSecWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
TimeStampSecWriterImpl(TimeStampSecVector) - Constructor for class org.apache.arrow.vector.complex.impl.TimeStampSecWriterImpl
 
TimeStampVector - Class in org.apache.arrow.vector
TimeStampVector is an abstract interface for fixed width vector (8 bytes) of timestamp values which could be null.
TimeStampVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampVector
Instantiate a TimeStampVector.
TimeStampVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.TimeStampVector
Instantiate a TimeStampVector.
TimeStampVector.TransferImpl - Class in org.apache.arrow.vector
TimeUnit - Enum in org.apache.arrow.vector.types
Resolutions that times can be stored with.
timezone - Variable in class org.apache.arrow.vector.holders.NullableTimeStampMicroTZHolder
 
timezone - Variable in class org.apache.arrow.vector.holders.NullableTimeStampMilliTZHolder
 
timezone - Variable in class org.apache.arrow.vector.holders.NullableTimeStampNanoTZHolder
 
timezone - Variable in class org.apache.arrow.vector.holders.NullableTimeStampSecTZHolder
 
timezone - Variable in class org.apache.arrow.vector.holders.TimeStampMicroTZHolder
 
timezone - Variable in class org.apache.arrow.vector.holders.TimeStampMilliTZHolder
 
timezone - Variable in class org.apache.arrow.vector.holders.TimeStampNanoTZHolder
 
timezone - Variable in class org.apache.arrow.vector.holders.TimeStampSecTZHolder
 
tinyInt(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
tinyInt() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
tinyInt(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
tinyInt(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
tinyInt() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
tinyInt(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
tinyInt() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
tinyInt(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
tinyInt() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
tinyInt(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
tinyInt() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
tinyInt(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
tinyInt() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
tinyInt() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
tinyInt(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
TinyIntHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
TinyIntHolder() - Constructor for class org.apache.arrow.vector.holders.TinyIntHolder
 
TinyIntHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
TinyIntHolderReaderImpl(TinyIntHolder) - Constructor for class org.apache.arrow.vector.complex.impl.TinyIntHolderReaderImpl
 
TinyIntReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
TinyIntReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
TinyIntReaderImpl(TinyIntVector) - Constructor for class org.apache.arrow.vector.complex.impl.TinyIntReaderImpl
 
TinyIntVector - Class in org.apache.arrow.vector
TinyIntVector implements a fixed width (1 bytes) vector of byte values which could be null.
TinyIntVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.TinyIntVector
Instantiate a TinyIntVector.
TinyIntVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.TinyIntVector
Instantiate a TinyIntVector.
TinyIntVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.TinyIntVector
Instantiate a TinyIntVector.
TinyIntWriter - Interface in org.apache.arrow.vector.complex.writer
 
TinyIntWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
TinyIntWriterImpl(TinyIntVector) - Constructor for class org.apache.arrow.vector.complex.impl.TinyIntWriterImpl
 
toByteArray() - Method in class org.apache.arrow.vector.types.pojo.Schema
Returns the serialized flatbuffer representation of this schema.
toDuration(long, TimeUnit) - Static method in class org.apache.arrow.vector.DurationVector
Converts the given value and unit to the appropriate Duration.
toFlatbufID() - Method in enum org.apache.arrow.vector.types.MetadataVersion
 
toJson() - Method in class org.apache.arrow.vector.types.pojo.Schema
Returns the JSON string representation of this schema.
toMemoryFormat(Field, BufferAllocator, Map<Long, Dictionary>) - Static method in class org.apache.arrow.vector.util.DictionaryUtility
Convert field and child fields that have a dictionary encoding to memory format, so fields have the index type.
toMessageFormat(Field, DictionaryProvider, Set<Long>) - Static method in class org.apache.arrow.vector.util.DictionaryUtility
Convert field and child fields that have a dictionary encoding to message format, so fields have the dictionary type.
toString() - Method in class org.apache.arrow.vector.BaseValueVector
Representation of vector suitable for debugging.
toString() - Method in class org.apache.arrow.vector.BufferLayout
 
toString() - Method in class org.apache.arrow.vector.complex.AbstractStructVector
 
toString() - Method in class org.apache.arrow.vector.complex.UnionVector
 
toString() - Method in class org.apache.arrow.vector.dictionary.Dictionary
 
toString() - Method in class org.apache.arrow.vector.holders.BigIntHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.BitHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.DateDayHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.DateMilliHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.Decimal256Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.DecimalHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.DurationHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.FixedSizeBinaryHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.Float4Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.Float8Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.IntervalDayHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.IntervalMonthDayNanoHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.IntervalYearHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.IntHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.LargeVarBinaryHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.LargeVarCharHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableBigIntHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableBitHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableDateDayHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableDateMilliHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableDecimal256Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableDecimalHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableDurationHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableFixedSizeBinaryHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableFloat4Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableFloat8Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableIntervalDayHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableIntervalMonthDayNanoHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableIntervalYearHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableIntHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableLargeVarBinaryHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableLargeVarCharHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableSmallIntHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableTimeMicroHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableTimeMilliHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableTimeNanoHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableTimeSecHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableTimeStampMicroHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableTimeStampMicroTZHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableTimeStampMilliHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableTimeStampMilliTZHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableTimeStampNanoHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableTimeStampNanoTZHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableTimeStampSecHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableTimeStampSecTZHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableTinyIntHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableUInt1Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableUInt2Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableUInt4Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableUInt8Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableVarBinaryHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.NullableVarCharHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.SmallIntHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.TimeMicroHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.TimeMilliHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.TimeNanoHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.TimeSecHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.TimeStampMicroHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.TimeStampMicroTZHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.TimeStampMilliHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.TimeStampMilliTZHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.TimeStampNanoHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.TimeStampNanoTZHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.TimeStampSecHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.TimeStampSecTZHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.TinyIntHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.UInt1Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.UInt2Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.UInt4Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.UInt8Holder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.VarBinaryHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.holders.VarCharHolder
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
toString() - Method in class org.apache.arrow.vector.ipc.message.ArrowBodyCompression
 
toString() - Method in class org.apache.arrow.vector.ipc.message.ArrowBuffer
 
toString() - Method in class org.apache.arrow.vector.ipc.message.ArrowDictionaryBatch
 
toString() - Method in class org.apache.arrow.vector.ipc.message.ArrowFieldNode
 
toString() - Method in class org.apache.arrow.vector.ipc.message.ArrowRecordBatch
 
toString() - Method in class org.apache.arrow.vector.PeriodDuration
 
toString() - Method in class org.apache.arrow.vector.TypeLayout
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Binary
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Bool
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Date
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Decimal
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Duration
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ExtensionType
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FixedSizeBinary
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FixedSizeList
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FloatingPoint
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Int
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Interval
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.LargeBinary
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.LargeList
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.LargeUtf8
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.List
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Map
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Null
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Struct
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Time
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Timestamp
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Union
 
toString() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Utf8
 
toString() - Method in class org.apache.arrow.vector.types.pojo.DictionaryEncoding
 
toString() - Method in class org.apache.arrow.vector.types.pojo.Field
 
toString() - Method in class org.apache.arrow.vector.types.pojo.Schema
 
toString() - Method in class org.apache.arrow.vector.UInt1Vector
 
toString() - Method in class org.apache.arrow.vector.UInt2Vector
 
toString() - Method in class org.apache.arrow.vector.UInt4Vector
 
toString() - Method in class org.apache.arrow.vector.UInt8Vector
 
toString() - Method in class org.apache.arrow.vector.util.JsonStringArrayList
 
toString() - Method in class org.apache.arrow.vector.util.JsonStringHashMap
 
toString() - Method in class org.apache.arrow.vector.util.Text
 
toVectorSchemaRoot() - Method in class org.apache.arrow.vector.table.BaseTable
Returns a new VectorSchemaRoot with the data and schema from this table.
transfer() - Method in class org.apache.arrow.vector.complex.NonNullableStructVector.StructTransferPair
 
transfer() - Method in class org.apache.arrow.vector.complex.StructVector.NullableStructTransferPair
 
transfer() - Method in class org.apache.arrow.vector.TimeStampVector.TransferImpl
 
transfer() - Method in interface org.apache.arrow.vector.util.TransferPair
 
transferBuffer(ArrowBuf, BufferAllocator) - Static method in class org.apache.arrow.vector.BaseValueVector
 
TransferImpl(TimeStampVector) - Constructor for class org.apache.arrow.vector.TimeStampVector.TransferImpl
 
TransferPair - Interface in org.apache.arrow.vector.util
Interface for copying values between a pair of two vectors of the same type.
transferTo(BaseFixedWidthVector) - Method in class org.apache.arrow.vector.BaseFixedWidthVector
Transfer this vector'data to another vector.
transferTo(BaseLargeVariableWidthVector) - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
Transfer this vector'data to another vector.
transferTo(BaseVariableWidthVector) - Method in class org.apache.arrow.vector.BaseVariableWidthVector
Transfer this vector'data to another vector.
truncate(long) - Method in class org.apache.arrow.vector.util.ByteArrayReadableSeekableByteChannel
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Binary
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Bool
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Date
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Decimal
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Duration
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.FixedSizeBinary
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.FixedSizeList
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.FloatingPoint
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Int
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Interval
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.LargeBinary
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.LargeList
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.LargeUtf8
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.List
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Map
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Null
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Struct
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Time
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Timestamp
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Union
 
TYPE_TYPE - Static variable in class org.apache.arrow.vector.types.pojo.ArrowType.Utf8
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.BigIntVector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.complex.DenseUnionVector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.complex.UnionVector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.DateDayVector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.DateMilliVector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.Decimal256Vector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.DecimalVector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.DurationVector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.Float4Vector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.Float8Vector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.IntervalDayVector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.IntervalMonthDayNanoVector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.IntervalYearVector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.IntVector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.SmallIntVector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.TimeMicroVector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.TimeMilliVector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.TimeNanoVector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.TimeSecVector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.TimeStampVector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.TinyIntVector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.UInt1Vector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.UInt2Vector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.UInt4Vector
 
TYPE_WIDTH - Static variable in class org.apache.arrow.vector.UInt8Vector
 
typeBuffer() - Static method in class org.apache.arrow.vector.BufferLayout
 
typeBuffer - Variable in class org.apache.arrow.vector.complex.UnionVector
 
TypeEqualsVisitor - Class in org.apache.arrow.vector.compare
Visitor to compare type equals for vectors.
TypeEqualsVisitor(ValueVector) - Constructor for class org.apache.arrow.vector.compare.TypeEqualsVisitor
Construct an instance.
TypeEqualsVisitor(ValueVector, boolean, boolean) - Constructor for class org.apache.arrow.vector.compare.TypeEqualsVisitor
Construct an instance.
typeId - Variable in class org.apache.arrow.vector.holders.DenseUnionHolder
 
typeify(ValueVector, Class<T>) - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
 
TypeLayout - Class in org.apache.arrow.vector
The buffer layout of vectors for a given type.
TypeLayout(List<BufferLayout>) - Constructor for class org.apache.arrow.vector.TypeLayout
 
TypeLayout(BufferLayout...) - Constructor for class org.apache.arrow.vector.TypeLayout
 
Types - Class in org.apache.arrow.vector.types
An enumeration of all logical types supported by this library.
Types() - Constructor for class org.apache.arrow.vector.types.Types
 
Types.MinorType - Enum in org.apache.arrow.vector.types
The actual enumeration of types.

U

uInt1(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
uInt1() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
uInt1(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
uInt1(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
uInt1() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
uInt1(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
uInt1() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
uInt1(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
uInt1() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
uInt1(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
uInt1() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
uInt1(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
uInt1() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
uInt1() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
uInt1(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
UInt1Holder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
UInt1Holder() - Constructor for class org.apache.arrow.vector.holders.UInt1Holder
 
UInt1HolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
UInt1HolderReaderImpl(UInt1Holder) - Constructor for class org.apache.arrow.vector.complex.impl.UInt1HolderReaderImpl
 
UInt1Reader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
UInt1ReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
UInt1ReaderImpl(UInt1Vector) - Constructor for class org.apache.arrow.vector.complex.impl.UInt1ReaderImpl
 
UInt1Vector - Class in org.apache.arrow.vector
UInt1Vector implements a fixed width (1 bytes) vector of integer values which could be null.
UInt1Vector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.UInt1Vector
 
UInt1Vector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.UInt1Vector
 
UInt1Vector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.UInt1Vector
 
UInt1Writer - Interface in org.apache.arrow.vector.complex.writer
 
UInt1WriterImpl - Class in org.apache.arrow.vector.complex.impl
 
UInt1WriterImpl(UInt1Vector) - Constructor for class org.apache.arrow.vector.complex.impl.UInt1WriterImpl
 
uInt2(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
uInt2() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
uInt2(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
uInt2(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
uInt2() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
uInt2(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
uInt2() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
uInt2(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
uInt2() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
uInt2(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
uInt2() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
uInt2(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
uInt2() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
uInt2() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
uInt2(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
UInt2Holder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
UInt2Holder() - Constructor for class org.apache.arrow.vector.holders.UInt2Holder
 
UInt2HolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
UInt2HolderReaderImpl(UInt2Holder) - Constructor for class org.apache.arrow.vector.complex.impl.UInt2HolderReaderImpl
 
UInt2Reader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
UInt2ReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
UInt2ReaderImpl(UInt2Vector) - Constructor for class org.apache.arrow.vector.complex.impl.UInt2ReaderImpl
 
UInt2Vector - Class in org.apache.arrow.vector
UInt2Vector implements a fixed width (2 bytes) vector of integer values which could be null.
UInt2Vector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.UInt2Vector
 
UInt2Vector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.UInt2Vector
 
UInt2Vector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.UInt2Vector
 
UInt2Writer - Interface in org.apache.arrow.vector.complex.writer
 
UInt2WriterImpl - Class in org.apache.arrow.vector.complex.impl
 
UInt2WriterImpl(UInt2Vector) - Constructor for class org.apache.arrow.vector.complex.impl.UInt2WriterImpl
 
uInt4(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
uInt4() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
uInt4(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
uInt4(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
uInt4() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
uInt4(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
uInt4() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
uInt4(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
uInt4() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
uInt4(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
uInt4() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
uInt4(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
uInt4() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
uInt4() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
uInt4(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
UInt4Holder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
UInt4Holder() - Constructor for class org.apache.arrow.vector.holders.UInt4Holder
 
UInt4HolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
UInt4HolderReaderImpl(UInt4Holder) - Constructor for class org.apache.arrow.vector.complex.impl.UInt4HolderReaderImpl
 
UInt4Reader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
UInt4ReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
UInt4ReaderImpl(UInt4Vector) - Constructor for class org.apache.arrow.vector.complex.impl.UInt4ReaderImpl
 
UInt4Vector - Class in org.apache.arrow.vector
UInt4Vector implements a fixed width (4 bytes) vector of integer values which could be null.
UInt4Vector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.UInt4Vector
 
UInt4Vector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.UInt4Vector
 
UInt4Vector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.UInt4Vector
 
UInt4Writer - Interface in org.apache.arrow.vector.complex.writer
 
UInt4WriterImpl - Class in org.apache.arrow.vector.complex.impl
 
UInt4WriterImpl(UInt4Vector) - Constructor for class org.apache.arrow.vector.complex.impl.UInt4WriterImpl
 
uInt8(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
uInt8() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
uInt8(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
uInt8(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
uInt8() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
uInt8(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
uInt8() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
uInt8(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
uInt8() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
uInt8(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
uInt8() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
uInt8(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
uInt8() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
uInt8() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
uInt8(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
UInt8Holder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
UInt8Holder() - Constructor for class org.apache.arrow.vector.holders.UInt8Holder
 
UInt8HolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
UInt8HolderReaderImpl(UInt8Holder) - Constructor for class org.apache.arrow.vector.complex.impl.UInt8HolderReaderImpl
 
UInt8Reader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
UInt8ReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
UInt8ReaderImpl(UInt8Vector) - Constructor for class org.apache.arrow.vector.complex.impl.UInt8ReaderImpl
 
UInt8Vector - Class in org.apache.arrow.vector
UInt8Vector implements a fixed width vector (8 bytes) of integer values which could be null.
UInt8Vector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.UInt8Vector
 
UInt8Vector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.UInt8Vector
 
UInt8Vector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.UInt8Vector
 
UInt8Writer - Interface in org.apache.arrow.vector.complex.writer
 
UInt8WriterImpl - Class in org.apache.arrow.vector.complex.impl
 
UInt8WriterImpl(UInt8Vector) - Constructor for class org.apache.arrow.vector.complex.impl.UInt8WriterImpl
 
Union(UnionMode, int[]) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Union
 
UnionFixedSizeListReader - Class in org.apache.arrow.vector.complex.impl
Reader for fixed size list vectors.
UnionFixedSizeListReader(FixedSizeListVector) - Constructor for class org.apache.arrow.vector.complex.impl.UnionFixedSizeListReader
Constructs a new instance that reads data in vector.
UnionFixedSizeListWriter - Class in org.apache.arrow.vector.complex.impl
 
UnionFixedSizeListWriter(FixedSizeListVector) - Constructor for class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
UnionFixedSizeListWriter(FixedSizeListVector, NullableStructWriterFactory) - Constructor for class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
UnionFixedSizeListWriter(FixedSizeListVector, AbstractFieldWriter) - Constructor for class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
UnionHolder - Class in org.apache.arrow.vector.holders
ValueHolder for Union Vectors.
UnionHolder() - Constructor for class org.apache.arrow.vector.holders.UnionHolder
 
UnionLargeListReader - Class in org.apache.arrow.vector.complex.impl
FieldReader for list of union types.
UnionLargeListReader(LargeListVector) - Constructor for class org.apache.arrow.vector.complex.impl.UnionLargeListReader
 
UnionLargeListWriter - Class in org.apache.arrow.vector.complex.impl
 
UnionLargeListWriter(LargeListVector) - Constructor for class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
UnionLargeListWriter(LargeListVector, NullableStructWriterFactory) - Constructor for class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
UnionLargeListWriter(LargeListVector, AbstractFieldWriter) - Constructor for class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
UnionListReader - Class in org.apache.arrow.vector.complex.impl
FieldReader for list of union types.
UnionListReader(ListVector) - Constructor for class org.apache.arrow.vector.complex.impl.UnionListReader
 
UnionListWriter - Class in org.apache.arrow.vector.complex.impl
 
UnionListWriter(ListVector) - Constructor for class org.apache.arrow.vector.complex.impl.UnionListWriter
 
UnionListWriter(ListVector, NullableStructWriterFactory) - Constructor for class org.apache.arrow.vector.complex.impl.UnionListWriter
 
UnionListWriter(ListVector, AbstractFieldWriter) - Constructor for class org.apache.arrow.vector.complex.impl.UnionListWriter
 
UnionMapReader - Class in org.apache.arrow.vector.complex.impl
Reader for a MapVector.
UnionMapReader(MapVector) - Constructor for class org.apache.arrow.vector.complex.impl.UnionMapReader
Construct a new reader for the given vector.
UnionMapWriter - Class in org.apache.arrow.vector.complex.impl
Writer for MapVectors.
UnionMapWriter(MapVector) - Constructor for class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
UnionMode - Enum in org.apache.arrow.vector.types
Different memory layouts for Union Vectors.
UnionReader - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template UnionReader.java
UnionReader(UnionVector) - Constructor for class org.apache.arrow.vector.complex.impl.UnionReader
 
UnionVector - Class in org.apache.arrow.vector.complex
 
UnionVector(String, BufferAllocator, FieldType, CallBack) - Constructor for class org.apache.arrow.vector.complex.UnionVector
 
UnionWriter - Class in org.apache.arrow.vector.complex.impl
 
UnionWriter(UnionVector) - Constructor for class org.apache.arrow.vector.complex.impl.UnionWriter
 
UnionWriter(UnionVector, NullableStructWriterFactory) - Constructor for class org.apache.arrow.vector.complex.impl.UnionWriter
 
unit - Variable in class org.apache.arrow.vector.holders.DurationHolder
 
unit - Variable in class org.apache.arrow.vector.holders.NullableDurationHolder
 
unLoad() - Method in interface org.apache.arrow.vector.BufferBacked
 
unregister(ArrowType.ExtensionType) - Static method in class org.apache.arrow.vector.types.pojo.ExtensionTypeRegistry
 
unsetBit(ArrowBuf, int) - Static method in class org.apache.arrow.vector.BitVectorHelper
Set the bit at provided index to 0.
Utf8() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Utf8
 
utf8Length(String) - Static method in class org.apache.arrow.vector.util.Text
For the given string, returns the number of UTF-8 bytes required to encode the string.

V

validate(ValueVector) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
Validate the passed left vector, if it is changed, reset and check type.
validate(ValueVector) - Static method in class org.apache.arrow.vector.util.ValueVectorUtility
Utility to validate vector in O(1) time.
validate(VectorSchemaRoot) - Static method in class org.apache.arrow.vector.util.ValueVectorUtility
Utility to validate vector schema root in O(1) time.
ValidateException(String) - Constructor for exception org.apache.arrow.vector.validate.ValidateUtil.ValidateException
 
validateFull(ValueVector) - Static method in class org.apache.arrow.vector.util.ValueVectorUtility
Utility to validate vector in O(n) time, where n is the value count.
validateFull(VectorSchemaRoot) - Static method in class org.apache.arrow.vector.util.ValueVectorUtility
Utility to validate vector in O(n) time, where n is the value count.
validateOrThrow(boolean, String) - Static method in class org.apache.arrow.vector.validate.ValidateUtil
Validate the expression.
validateOrThrow(boolean, String, Object...) - Static method in class org.apache.arrow.vector.validate.ValidateUtil
Validate the expression.
validateUTF8(byte[]) - Static method in class org.apache.arrow.vector.util.Text
Check if a byte array contains valid utf-8.
validateUTF8(byte[], int, int) - Static method in class org.apache.arrow.vector.util.Text
Check to see if a byte array is valid utf-8.
ValidateUtil - Class in org.apache.arrow.vector.validate
Utilities for vector validation.
ValidateUtil.ValidateException - Exception in org.apache.arrow.vector.validate
A exception that is thrown when the vector validation fails.
ValidateVectorBufferVisitor - Class in org.apache.arrow.vector.validate
Visitor to validate vector buffers.
ValidateVectorBufferVisitor() - Constructor for class org.apache.arrow.vector.validate.ValidateVectorBufferVisitor
 
ValidateVectorDataVisitor - Class in org.apache.arrow.vector.validate
Utility for validating vector data.
ValidateVectorDataVisitor() - Constructor for class org.apache.arrow.vector.validate.ValidateVectorDataVisitor
 
ValidateVectorTypeVisitor - Class in org.apache.arrow.vector.validate
Utility to validate vector type information.
ValidateVectorTypeVisitor() - Constructor for class org.apache.arrow.vector.validate.ValidateVectorTypeVisitor
 
ValidateVectorVisitor - Class in org.apache.arrow.vector.validate
Visitor to validate vector (without validating data).
ValidateVectorVisitor() - Constructor for class org.apache.arrow.vector.validate.ValidateVectorVisitor
 
Validator - Class in org.apache.arrow.vector.util
Utility class for validating arrow data structures.
Validator() - Constructor for class org.apache.arrow.vector.util.Validator
 
validityAllocationSizeInBytes - Variable in class org.apache.arrow.vector.complex.ListVector
 
validityBuffer - Variable in class org.apache.arrow.vector.BaseFixedWidthVector
 
validityBuffer - Variable in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
validityBuffer - Variable in class org.apache.arrow.vector.BaseVariableWidthVector
 
validityBuffer - Variable in class org.apache.arrow.vector.complex.LargeListVector
 
validityBuffer - Variable in class org.apache.arrow.vector.complex.ListVector
 
validityBuffer - Variable in class org.apache.arrow.vector.complex.StructVector
 
validityVector() - Static method in class org.apache.arrow.vector.BufferLayout
 
value() - Method in class org.apache.arrow.vector.complex.impl.UnionMapReader
Start reading a value element from the map entry.
value() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
Return the value writer that is used to write to the "value" field.
value() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
value() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.MapWriter
 
value - Variable in class org.apache.arrow.vector.holders.BigIntHolder
 
value - Variable in class org.apache.arrow.vector.holders.BitHolder
 
value - Variable in class org.apache.arrow.vector.holders.DateDayHolder
 
value - Variable in class org.apache.arrow.vector.holders.DateMilliHolder
 
value - Variable in class org.apache.arrow.vector.holders.DurationHolder
 
value - Variable in class org.apache.arrow.vector.holders.Float4Holder
 
value - Variable in class org.apache.arrow.vector.holders.Float8Holder
 
value - Variable in class org.apache.arrow.vector.holders.IntervalYearHolder
 
value - Variable in class org.apache.arrow.vector.holders.IntHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableBigIntHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableBitHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableDateDayHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableDateMilliHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableDurationHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableFloat4Holder
 
value - Variable in class org.apache.arrow.vector.holders.NullableFloat8Holder
 
value - Variable in class org.apache.arrow.vector.holders.NullableIntervalYearHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableIntHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableSmallIntHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableTimeMicroHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableTimeMilliHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableTimeNanoHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableTimeSecHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableTimeStampMicroHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableTimeStampMicroTZHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableTimeStampMilliHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableTimeStampMilliTZHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableTimeStampNanoHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableTimeStampNanoTZHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableTimeStampSecHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableTimeStampSecTZHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableTinyIntHolder
 
value - Variable in class org.apache.arrow.vector.holders.NullableUInt1Holder
 
value - Variable in class org.apache.arrow.vector.holders.NullableUInt2Holder
 
value - Variable in class org.apache.arrow.vector.holders.NullableUInt4Holder
 
value - Variable in class org.apache.arrow.vector.holders.NullableUInt8Holder
 
value - Variable in class org.apache.arrow.vector.holders.SmallIntHolder
 
value - Variable in class org.apache.arrow.vector.holders.TimeMicroHolder
 
value - Variable in class org.apache.arrow.vector.holders.TimeMilliHolder
 
value - Variable in class org.apache.arrow.vector.holders.TimeNanoHolder
 
value - Variable in class org.apache.arrow.vector.holders.TimeSecHolder
 
value - Variable in class org.apache.arrow.vector.holders.TimeStampMicroHolder
 
value - Variable in class org.apache.arrow.vector.holders.TimeStampMicroTZHolder
 
value - Variable in class org.apache.arrow.vector.holders.TimeStampMilliHolder
 
value - Variable in class org.apache.arrow.vector.holders.TimeStampMilliTZHolder
 
value - Variable in class org.apache.arrow.vector.holders.TimeStampNanoHolder
 
value - Variable in class org.apache.arrow.vector.holders.TimeStampNanoTZHolder
 
value - Variable in class org.apache.arrow.vector.holders.TimeStampSecHolder
 
value - Variable in class org.apache.arrow.vector.holders.TimeStampSecTZHolder
 
value - Variable in class org.apache.arrow.vector.holders.TinyIntHolder
 
value - Variable in class org.apache.arrow.vector.holders.UInt1Holder
 
value - Variable in class org.apache.arrow.vector.holders.UInt2Holder
 
value - Variable in class org.apache.arrow.vector.holders.UInt4Holder
 
value - Variable in class org.apache.arrow.vector.holders.UInt8Holder
 
VALUE_NAME - Static variable in class org.apache.arrow.vector.complex.MapVector
 
valueBuffer - Variable in class org.apache.arrow.vector.BaseFixedWidthVector
 
valueBuffer - Variable in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
valueBuffer - Variable in class org.apache.arrow.vector.BaseVariableWidthVector
 
valueCount - Variable in class org.apache.arrow.vector.BaseFixedWidthVector
 
valueCount - Variable in class org.apache.arrow.vector.BaseLargeVariableWidthVector
 
valueCount - Variable in class org.apache.arrow.vector.BaseVariableWidthVector
 
valueCount - Variable in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
valueCount - Variable in class org.apache.arrow.vector.complex.LargeListVector
 
valueCount - Variable in class org.apache.arrow.vector.complex.NonNullableStructVector
 
ValueEpsilonEqualizers - Class in org.apache.arrow.vector.compare.util
Vector value equalizers that regard values as equal if their difference is within a small threshold (epsilon).
ValueEpsilonEqualizers.Float4EpsilonEqualizer - Class in org.apache.arrow.vector.compare.util
Difference function for float values.
ValueEpsilonEqualizers.Float8EpsilonEqualizer - Class in org.apache.arrow.vector.compare.util
Difference function for double values.
ValueEpsilonEqualizers.FloatingPointEpsilonEqualizer - Class in org.apache.arrow.vector.compare.util
Difference function for floating point values.
ValueHolder - Interface in org.apache.arrow.vector.holders
Wrapper object for an individual value in Arrow.
valueOf(String) - Static method in enum org.apache.arrow.vector.BufferLayout.BufferType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.arrow.vector.complex.AbstractStructVector.ConflictPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.arrow.vector.compression.CompressionUtil.CodecType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.arrow.vector.types.DateUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.arrow.vector.types.FloatingPointPrecision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.arrow.vector.types.IntervalUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.arrow.vector.types.MetadataVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.arrow.vector.types.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.arrow.vector.types.Types.MinorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.arrow.vector.types.UnionMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.arrow.vector.BufferLayout.BufferType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.arrow.vector.complex.AbstractStructVector.ConflictPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.arrow.vector.compression.CompressionUtil.CodecType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.arrow.vector.types.DateUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.arrow.vector.types.FloatingPointPrecision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.arrow.vector.types.IntervalUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.arrow.vector.types.MetadataVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.arrow.vector.types.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.arrow.vector.types.Types.MinorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.arrow.vector.types.UnionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface org.apache.arrow.vector.util.MapWithOrdinal
 
values() - Method in class org.apache.arrow.vector.util.MapWithOrdinalImpl
 
values() - Method in class org.apache.arrow.vector.util.MultiMapWithOrdinal
 
values() - Method in class org.apache.arrow.vector.util.PromotableMultiMapWithOrdinal
 
valuesEqual(Float4Vector, int, Float4Vector, int) - Method in class org.apache.arrow.vector.compare.util.ValueEpsilonEqualizers.Float4EpsilonEqualizer
 
valuesEqual(Float8Vector, int, Float8Vector, int) - Method in class org.apache.arrow.vector.compare.util.ValueEpsilonEqualizers.Float8EpsilonEqualizer
 
valuesEqual(FloatingPointVector, int, FloatingPointVector, int) - Method in class org.apache.arrow.vector.compare.util.ValueEpsilonEqualizers.FloatingPointEpsilonEqualizer
 
valuesEqual(V, int, V, int) - Method in interface org.apache.arrow.vector.compare.VectorValueEqualizer
Checks if the vectors are equal at the given positions, given that the values at both positions are non-null.
ValueVector - Interface in org.apache.arrow.vector
An abstraction that is used to store a sequence of values in an individual column.
ValueVectorUtility - Class in org.apache.arrow.vector.util
Utility methods for ValueVector.
varBinary(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
varBinary() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
varBinary(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
varBinary(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
varBinary() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
varBinary(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
varBinary() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
varBinary(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
varBinary() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
varBinary(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
varBinary() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
varBinary(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
varBinary() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
varBinary() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
varBinary(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
VarBinaryHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
VarBinaryHolder() - Constructor for class org.apache.arrow.vector.holders.VarBinaryHolder
 
VarBinaryHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
VarBinaryHolderReaderImpl(VarBinaryHolder) - Constructor for class org.apache.arrow.vector.complex.impl.VarBinaryHolderReaderImpl
 
VarBinaryReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
VarBinaryReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
VarBinaryReaderImpl(VarBinaryVector) - Constructor for class org.apache.arrow.vector.complex.impl.VarBinaryReaderImpl
 
VarBinaryVector - Class in org.apache.arrow.vector
VarBinaryVector implements a variable width vector of binary values which could be NULL.
VarBinaryVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.VarBinaryVector
Instantiate a VarBinaryVector.
VarBinaryVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.VarBinaryVector
Instantiate a VarBinaryVector.
VarBinaryVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.VarBinaryVector
Instantiate a VarBinaryVector.
VarBinaryWriter - Interface in org.apache.arrow.vector.complex.writer
 
VarBinaryWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
VarBinaryWriterImpl(VarBinaryVector) - Constructor for class org.apache.arrow.vector.complex.impl.VarBinaryWriterImpl
 
varChar(String) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
varChar() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
varChar(String) - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
varChar(String) - Method in class org.apache.arrow.vector.complex.impl.SingleStructWriter
 
varChar(String) - Method in class org.apache.arrow.vector.complex.impl.StructOrListWriterImpl
 
varChar() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
varChar(String) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
varChar() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
varChar(String) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
varChar() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
varChar(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
varChar() - Method in class org.apache.arrow.vector.complex.impl.UnionMapWriter
 
varChar(String) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
varChar() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
varChar() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ListWriter
 
varChar(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructOrListWriter
 
varChar(String) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.StructWriter
 
VarCharHolder - Class in org.apache.arrow.vector.holders
Source code generated using FreeMarker template ValueHolders.java
VarCharHolder() - Constructor for class org.apache.arrow.vector.holders.VarCharHolder
 
VarCharHolderReaderImpl - Class in org.apache.arrow.vector.complex.impl
 
VarCharHolderReaderImpl(VarCharHolder) - Constructor for class org.apache.arrow.vector.complex.impl.VarCharHolderReaderImpl
 
VarCharReader - Interface in org.apache.arrow.vector.complex.reader
Source code generated using FreeMarker template ComplexReaders.java
VarCharReaderImpl - Class in org.apache.arrow.vector.complex.impl
Source code generated using FreeMarker template ComplexReaders.java
VarCharReaderImpl(VarCharVector) - Constructor for class org.apache.arrow.vector.complex.impl.VarCharReaderImpl
 
VarCharVector - Class in org.apache.arrow.vector
VarCharVector implements a variable width vector of VARCHAR values which could be NULL.
VarCharVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.VarCharVector
Instantiate a VarCharVector.
VarCharVector(String, FieldType, BufferAllocator) - Constructor for class org.apache.arrow.vector.VarCharVector
Instantiate a VarCharVector.
VarCharVector(Field, BufferAllocator) - Constructor for class org.apache.arrow.vector.VarCharVector
Instantiate a VarCharVector.
VarCharWriter - Interface in org.apache.arrow.vector.complex.writer
 
VarCharWriterImpl - Class in org.apache.arrow.vector.complex.impl
 
VarCharWriterImpl(VarCharVector) - Constructor for class org.apache.arrow.vector.complex.impl.VarCharWriterImpl
 
VariableWidthVector - Interface in org.apache.arrow.vector
Interface vectors that contain variable width members (e.g.
vector - Variable in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
 
vector - Variable in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
vector - Variable in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
vector - Variable in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
vector - Variable in class org.apache.arrow.vector.complex.LargeListVector
 
vector - Variable in class org.apache.arrow.vector.complex.VectorWithOrdinal
 
VectorBatchAppender - Class in org.apache.arrow.vector.util
Utility to add vector values in batch.
VectorBatchAppender() - Constructor for class org.apache.arrow.vector.util.VectorBatchAppender
 
VectorDefinitionSetter - Interface in org.apache.arrow.vector
Interface for setting a specific index values as defined/valid on a vector.
vectorEquals(ValueVector, ValueVector) - Static method in class org.apache.arrow.vector.compare.VectorEqualsVisitor
Checks if two vectors are equals with default type comparator.
vectorEquals(ValueVector, ValueVector, BiFunction<ValueVector, ValueVector, Boolean>) - Static method in class org.apache.arrow.vector.compare.VectorEqualsVisitor
Checks if two vectors are equals.
VectorEqualsVisitor - Class in org.apache.arrow.vector.compare
Visitor to compare vectors equal.
VectorEqualsVisitor() - Constructor for class org.apache.arrow.vector.compare.VectorEqualsVisitor
 
VectorLoader - Class in org.apache.arrow.vector
Loads buffers into vectors.
VectorLoader(VectorSchemaRoot) - Constructor for class org.apache.arrow.vector.VectorLoader
Construct with a root to load and will create children in root based on schema.
VectorLoader(VectorSchemaRoot, CompressionCodec.Factory) - Constructor for class org.apache.arrow.vector.VectorLoader
Construct with a root to load and will create children in root based on schema.
VectorSchemaRoot - Class in org.apache.arrow.vector
Holder for a set of vectors to be loaded/unloaded.
VectorSchemaRoot(Iterable<FieldVector>) - Constructor for class org.apache.arrow.vector.VectorSchemaRoot
Constructs new instance containing each of the vectors.
VectorSchemaRoot(FieldVector) - Constructor for class org.apache.arrow.vector.VectorSchemaRoot
Constructs a new instance containing the children of parent but not the parent itself.
VectorSchemaRoot(List<Field>, List<FieldVector>) - Constructor for class org.apache.arrow.vector.VectorSchemaRoot
Constructs a new instance.
VectorSchemaRoot(List<Field>, List<FieldVector>, int) - Constructor for class org.apache.arrow.vector.VectorSchemaRoot
Constructs a new instance.
VectorSchemaRoot(Schema, List<FieldVector>, int) - Constructor for class org.apache.arrow.vector.VectorSchemaRoot
Constructs a new instance.
VectorSchemaRootAppender - Class in org.apache.arrow.vector.util
Utility to append VectorSchemaRoots with the same schema.
VectorSchemaRootAppender() - Constructor for class org.apache.arrow.vector.util.VectorSchemaRootAppender
 
VectorUnloader - Class in org.apache.arrow.vector
Helper class that handles converting a VectorSchemaRoot to a ArrowRecordBatch.
VectorUnloader(VectorSchemaRoot) - Constructor for class org.apache.arrow.vector.VectorUnloader
Constructs a new instance of the given set of vectors.
VectorUnloader(VectorSchemaRoot, boolean, boolean) - Constructor for class org.apache.arrow.vector.VectorUnloader
Constructs a new instance.
VectorUnloader(VectorSchemaRoot, boolean, CompressionCodec, boolean) - Constructor for class org.apache.arrow.vector.VectorUnloader
Constructs a new instance.
VectorValueEqualizer<V extends ValueVector> - Interface in org.apache.arrow.vector.compare
A function to determine if two vectors are equal at specified positions.
VectorVisitor<OUT,IN> - Interface in org.apache.arrow.vector.compare
Generic visitor to visit a ValueVector.
VectorWithOrdinal - Class in org.apache.arrow.vector.complex
Tuple of a ValueVector and an index into a data structure containing the ValueVector.
VectorWithOrdinal(ValueVector, int) - Constructor for class org.apache.arrow.vector.complex.VectorWithOrdinal
 
visit(BaseFixedWidthVector, Range) - Method in class org.apache.arrow.vector.compare.ApproxEqualsVisitor
 
visit(BaseFixedWidthVector, Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
visit(BaseVariableWidthVector, Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
visit(BaseLargeVariableWidthVector, Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
visit(ListVector, Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
visit(FixedSizeListVector, Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
visit(LargeListVector, Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
visit(NonNullableStructVector, Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
visit(UnionVector, Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
visit(DenseUnionVector, Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
visit(NullVector, Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
visit(ExtensionTypeVector<?>, Range) - Method in class org.apache.arrow.vector.compare.RangeEqualsVisitor
 
visit(BaseFixedWidthVector, Void) - Method in class org.apache.arrow.vector.compare.TypeEqualsVisitor
 
visit(BaseVariableWidthVector, Void) - Method in class org.apache.arrow.vector.compare.TypeEqualsVisitor
 
visit(BaseLargeVariableWidthVector, Void) - Method in class org.apache.arrow.vector.compare.TypeEqualsVisitor
 
visit(ListVector, Void) - Method in class org.apache.arrow.vector.compare.TypeEqualsVisitor
 
visit(FixedSizeListVector, Void) - Method in class org.apache.arrow.vector.compare.TypeEqualsVisitor
 
visit(LargeListVector, Void) - Method in class org.apache.arrow.vector.compare.TypeEqualsVisitor
 
visit(NonNullableStructVector, Void) - Method in class org.apache.arrow.vector.compare.TypeEqualsVisitor
 
visit(UnionVector, Void) - Method in class org.apache.arrow.vector.compare.TypeEqualsVisitor
 
visit(DenseUnionVector, Void) - Method in class org.apache.arrow.vector.compare.TypeEqualsVisitor
 
visit(NullVector, Void) - Method in class org.apache.arrow.vector.compare.TypeEqualsVisitor
 
visit(ExtensionTypeVector<?>, Void) - Method in class org.apache.arrow.vector.compare.TypeEqualsVisitor
 
visit(BaseFixedWidthVector, IN) - Method in interface org.apache.arrow.vector.compare.VectorVisitor
 
visit(BaseVariableWidthVector, IN) - Method in interface org.apache.arrow.vector.compare.VectorVisitor
 
visit(BaseLargeVariableWidthVector, IN) - Method in interface org.apache.arrow.vector.compare.VectorVisitor
 
visit(ListVector, IN) - Method in interface org.apache.arrow.vector.compare.VectorVisitor
 
visit(FixedSizeListVector, IN) - Method in interface org.apache.arrow.vector.compare.VectorVisitor
 
visit(LargeListVector, IN) - Method in interface org.apache.arrow.vector.compare.VectorVisitor
 
visit(NonNullableStructVector, IN) - Method in interface org.apache.arrow.vector.compare.VectorVisitor
 
visit(UnionVector, IN) - Method in interface org.apache.arrow.vector.compare.VectorVisitor
 
visit(DenseUnionVector, IN) - Method in interface org.apache.arrow.vector.compare.VectorVisitor
 
visit(NullVector, IN) - Method in interface org.apache.arrow.vector.compare.VectorVisitor
 
visit(ExtensionTypeVector<?>, IN) - Method in interface org.apache.arrow.vector.compare.VectorVisitor
 
visit(ArrowDictionaryBatch) - Method in interface org.apache.arrow.vector.ipc.message.ArrowMessage.ArrowMessageVisitor
 
visit(ArrowRecordBatch) - Method in interface org.apache.arrow.vector.ipc.message.ArrowMessage.ArrowMessageVisitor
 
visit(ArrowType.Null) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.Struct) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.List) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.LargeList) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.FixedSizeList) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.Union) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.Map) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.Int) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.FloatingPoint) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.Utf8) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.LargeUtf8) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.Binary) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.LargeBinary) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.FixedSizeBinary) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.Bool) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.Decimal) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.Date) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.Time) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.Timestamp) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.Interval) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.Duration) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.ExtensionType) - Method in interface org.apache.arrow.vector.types.pojo.ArrowType.ArrowTypeVisitor
 
visit(ArrowType.PrimitiveType) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ComplexTypeVisitor
 
visit(ArrowType.Null) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ComplexTypeVisitor
 
visit(ArrowType.Int) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ComplexTypeVisitor
 
visit(ArrowType.FloatingPoint) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ComplexTypeVisitor
 
visit(ArrowType.Utf8) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ComplexTypeVisitor
 
visit(ArrowType.LargeUtf8) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ComplexTypeVisitor
 
visit(ArrowType.Binary) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ComplexTypeVisitor
 
visit(ArrowType.LargeBinary) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ComplexTypeVisitor
 
visit(ArrowType.FixedSizeBinary) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ComplexTypeVisitor
 
visit(ArrowType.Bool) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ComplexTypeVisitor
 
visit(ArrowType.Decimal) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ComplexTypeVisitor
 
visit(ArrowType.Date) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ComplexTypeVisitor
 
visit(ArrowType.Time) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ComplexTypeVisitor
 
visit(ArrowType.Timestamp) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ComplexTypeVisitor
 
visit(ArrowType.Interval) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ComplexTypeVisitor
 
visit(ArrowType.Duration) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.ComplexTypeVisitor
 
visit(ArrowType.ComplexType) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.PrimitiveTypeVisitor
 
visit(ArrowType.Struct) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.PrimitiveTypeVisitor
 
visit(ArrowType.List) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.PrimitiveTypeVisitor
 
visit(ArrowType.LargeList) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.PrimitiveTypeVisitor
 
visit(ArrowType.FixedSizeList) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.PrimitiveTypeVisitor
 
visit(ArrowType.Union) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.PrimitiveTypeVisitor
 
visit(ArrowType.Map) - Method in class org.apache.arrow.vector.types.pojo.ArrowType.PrimitiveTypeVisitor
 
visit(BaseFixedWidthVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorBufferVisitor
 
visit(BaseVariableWidthVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorBufferVisitor
 
visit(BaseLargeVariableWidthVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorBufferVisitor
 
visit(ListVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorBufferVisitor
 
visit(FixedSizeListVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorBufferVisitor
 
visit(LargeListVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorBufferVisitor
 
visit(NonNullableStructVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorBufferVisitor
 
visit(UnionVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorBufferVisitor
 
visit(DenseUnionVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorBufferVisitor
 
visit(NullVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorBufferVisitor
 
visit(ExtensionTypeVector<?>, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorBufferVisitor
 
visit(BaseFixedWidthVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorDataVisitor
 
visit(BaseVariableWidthVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorDataVisitor
 
visit(BaseLargeVariableWidthVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorDataVisitor
 
visit(ListVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorDataVisitor
 
visit(FixedSizeListVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorDataVisitor
 
visit(LargeListVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorDataVisitor
 
visit(NonNullableStructVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorDataVisitor
 
visit(UnionVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorDataVisitor
 
visit(DenseUnionVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorDataVisitor
 
visit(NullVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorDataVisitor
 
visit(ExtensionTypeVector<?>, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorDataVisitor
 
visit(BaseFixedWidthVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorTypeVisitor
 
visit(BaseVariableWidthVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorTypeVisitor
 
visit(BaseLargeVariableWidthVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorTypeVisitor
 
visit(ListVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorTypeVisitor
 
visit(FixedSizeListVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorTypeVisitor
 
visit(LargeListVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorTypeVisitor
 
visit(NonNullableStructVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorTypeVisitor
 
visit(UnionVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorTypeVisitor
 
visit(DenseUnionVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorTypeVisitor
 
visit(NullVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorTypeVisitor
 
visit(ExtensionTypeVector<?>, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorTypeVisitor
 
visit(BaseFixedWidthVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorVisitor
 
visit(BaseVariableWidthVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorVisitor
 
visit(BaseLargeVariableWidthVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorVisitor
 
visit(ListVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorVisitor
 
visit(LargeListVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorVisitor
 
visit(FixedSizeListVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorVisitor
 
visit(NonNullableStructVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorVisitor
 
visit(UnionVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorVisitor
 
visit(DenseUnionVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorVisitor
 
visit(NullVector, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorVisitor
 
visit(ExtensionTypeVector<?>, Void) - Method in class org.apache.arrow.vector.validate.ValidateVectorVisitor
 

W

WIDTH - Static variable in class org.apache.arrow.vector.holders.BigIntHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.BitHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.DateDayHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.DateMilliHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.Decimal256Holder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.DecimalHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.DurationHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.FixedSizeBinaryHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.Float4Holder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.Float8Holder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.IntervalDayHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.IntervalMonthDayNanoHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.IntervalYearHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.IntHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.LargeVarBinaryHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.LargeVarCharHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableBigIntHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableBitHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableDateDayHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableDateMilliHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableDecimal256Holder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableDecimalHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableDurationHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableFixedSizeBinaryHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableFloat4Holder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableFloat8Holder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableIntervalDayHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableIntervalMonthDayNanoHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableIntervalYearHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableIntHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableLargeVarBinaryHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableLargeVarCharHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableSmallIntHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableTimeMicroHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableTimeMilliHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableTimeNanoHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableTimeSecHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableTimeStampMicroHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableTimeStampMicroTZHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableTimeStampMilliHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableTimeStampMilliTZHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableTimeStampNanoHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableTimeStampNanoTZHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableTimeStampSecHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableTimeStampSecTZHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableTinyIntHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableUInt1Holder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableUInt2Holder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableUInt4Holder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableUInt8Holder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableVarBinaryHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.NullableVarCharHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.SmallIntHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.TimeMicroHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.TimeMilliHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.TimeNanoHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.TimeSecHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.TimeStampMicroHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.TimeStampMicroTZHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.TimeStampMilliHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.TimeStampMilliTZHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.TimeStampNanoHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.TimeStampNanoTZHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.TimeStampSecHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.TimeStampSecTZHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.TinyIntHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.UInt1Holder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.UInt2Holder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.UInt4Holder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.UInt8Holder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.VarBinaryHolder
 
WIDTH - Static variable in class org.apache.arrow.vector.holders.VarCharHolder
 
write(BigIntHolder) - Method in class org.apache.arrow.vector.complex.impl.BigIntWriterImpl
 
write(NullableBigIntHolder) - Method in class org.apache.arrow.vector.complex.impl.BigIntWriterImpl
 
write(BitHolder) - Method in class org.apache.arrow.vector.complex.impl.BitWriterImpl
 
write(NullableBitHolder) - Method in class org.apache.arrow.vector.complex.impl.BitWriterImpl
 
write(DateDayHolder) - Method in class org.apache.arrow.vector.complex.impl.DateDayWriterImpl
 
write(NullableDateDayHolder) - Method in class org.apache.arrow.vector.complex.impl.DateDayWriterImpl
 
write(DateMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.DateMilliWriterImpl
 
write(NullableDateMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.DateMilliWriterImpl
 
write(Decimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.Decimal256WriterImpl
 
write(NullableDecimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.Decimal256WriterImpl
 
write(DecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.DecimalWriterImpl
 
write(NullableDecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.DecimalWriterImpl
 
write(TinyIntHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(UInt1Holder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(UInt2Holder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(SmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(IntHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(UInt4Holder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(Float4Holder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(DateDayHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(IntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(TimeSecHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(TimeMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(BigIntHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(UInt8Holder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(Float8Holder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(DateMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(TimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(TimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(TimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(TimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(TimeMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(TimeNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(IntervalDayHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(IntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(Decimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(DecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(VarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(VarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(LargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(LargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(BitHolder) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
write(DurationHolder) - Method in class org.apache.arrow.vector.complex.impl.DurationWriterImpl
 
write(NullableDurationHolder) - Method in class org.apache.arrow.vector.complex.impl.DurationWriterImpl
 
write(FixedSizeBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryWriterImpl
 
write(NullableFixedSizeBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryWriterImpl
 
write(Float4Holder) - Method in class org.apache.arrow.vector.complex.impl.Float4WriterImpl
 
write(NullableFloat4Holder) - Method in class org.apache.arrow.vector.complex.impl.Float4WriterImpl
 
write(Float8Holder) - Method in class org.apache.arrow.vector.complex.impl.Float8WriterImpl
 
write(NullableFloat8Holder) - Method in class org.apache.arrow.vector.complex.impl.Float8WriterImpl
 
write(IntervalDayHolder) - Method in class org.apache.arrow.vector.complex.impl.IntervalDayWriterImpl
 
write(NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.complex.impl.IntervalDayWriterImpl
 
write(IntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoWriterImpl
 
write(NullableIntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoWriterImpl
 
write(IntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.IntervalYearWriterImpl
 
write(NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.IntervalYearWriterImpl
 
write(IntHolder) - Method in class org.apache.arrow.vector.complex.impl.IntWriterImpl
 
write(NullableIntHolder) - Method in class org.apache.arrow.vector.complex.impl.IntWriterImpl
 
write(LargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryWriterImpl
 
write(NullableLargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryWriterImpl
 
write(LargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharWriterImpl
 
write(NullableLargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharWriterImpl
 
write(DecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
write(Decimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
write(SmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.SmallIntWriterImpl
 
write(NullableSmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.SmallIntWriterImpl
 
write(TimeMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeMicroWriterImpl
 
write(NullableTimeMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeMicroWriterImpl
 
write(TimeMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeMilliWriterImpl
 
write(NullableTimeMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeMilliWriterImpl
 
write(TimeNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeNanoWriterImpl
 
write(NullableTimeNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeNanoWriterImpl
 
write(TimeSecHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeSecWriterImpl
 
write(NullableTimeSecHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeSecWriterImpl
 
write(TimeStampMicroTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZWriterImpl
 
write(NullableTimeStampMicroTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZWriterImpl
 
write(TimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroWriterImpl
 
write(NullableTimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroWriterImpl
 
write(TimeStampMilliTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZWriterImpl
 
write(NullableTimeStampMilliTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZWriterImpl
 
write(TimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliWriterImpl
 
write(NullableTimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliWriterImpl
 
write(TimeStampNanoTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZWriterImpl
 
write(NullableTimeStampNanoTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZWriterImpl
 
write(TimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoWriterImpl
 
write(NullableTimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoWriterImpl
 
write(TimeStampSecTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZWriterImpl
 
write(NullableTimeStampSecTZHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZWriterImpl
 
write(TimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecWriterImpl
 
write(NullableTimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecWriterImpl
 
write(TinyIntHolder) - Method in class org.apache.arrow.vector.complex.impl.TinyIntWriterImpl
 
write(NullableTinyIntHolder) - Method in class org.apache.arrow.vector.complex.impl.TinyIntWriterImpl
 
write(UInt1Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt1WriterImpl
 
write(NullableUInt1Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt1WriterImpl
 
write(UInt2Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt2WriterImpl
 
write(NullableUInt2Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt2WriterImpl
 
write(UInt4Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt4WriterImpl
 
write(NullableUInt4Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt4WriterImpl
 
write(UInt8Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt8WriterImpl
 
write(NullableUInt8Holder) - Method in class org.apache.arrow.vector.complex.impl.UInt8WriterImpl
 
write(DecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(Decimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(TinyIntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(UInt1Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(UInt2Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(SmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(IntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(UInt4Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(Float4Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(DateDayHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(IntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(TimeSecHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(TimeMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(BigIntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(UInt8Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(Float8Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(DateMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(TimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(TimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(TimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(TimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(TimeMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(TimeNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(IntervalDayHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(IntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(VarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(VarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(LargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(LargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(BitHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
write(DecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(Decimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(TinyIntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(UInt1Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(UInt2Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(SmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(IntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(UInt4Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(Float4Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(DateDayHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(IntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(TimeSecHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(TimeMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(BigIntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(UInt8Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(Float8Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(DateMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(TimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(TimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(TimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(TimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(TimeMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(TimeNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(IntervalDayHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(IntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(VarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(VarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(LargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(LargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(BitHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
write(DecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(Decimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(TinyIntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(UInt1Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(UInt2Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(SmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(IntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(UInt4Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(Float4Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(DateDayHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(IntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(TimeSecHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(TimeMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(BigIntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(UInt8Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(Float8Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(DateMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(TimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(TimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(TimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(TimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(TimeMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(TimeNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(IntervalDayHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(IntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(VarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(VarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(LargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(LargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(BitHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
write(TinyIntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(UInt1Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(UInt2Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(SmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(IntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(UInt4Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(Float4Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(DateDayHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(IntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(TimeSecHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(TimeMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(BigIntHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(UInt8Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(Float8Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(DateMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(TimeStampSecHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(TimeStampMilliHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(TimeStampMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(TimeStampNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(TimeMicroHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(TimeNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(IntervalDayHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(IntervalMonthDayNanoHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(Decimal256Holder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(DecimalHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(VarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(VarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(LargeVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(LargeVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(BitHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
write(VarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.VarBinaryWriterImpl
 
write(NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.impl.VarBinaryWriterImpl
 
write(VarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.VarCharWriterImpl
 
write(NullableVarCharHolder) - Method in class org.apache.arrow.vector.complex.impl.VarCharWriterImpl
 
write(BigIntHolder) - Method in interface org.apache.arrow.vector.complex.writer.BigIntWriter
 
write(BitHolder) - Method in interface org.apache.arrow.vector.complex.writer.BitWriter
 
write(DateDayHolder) - Method in interface org.apache.arrow.vector.complex.writer.DateDayWriter
 
write(DateMilliHolder) - Method in interface org.apache.arrow.vector.complex.writer.DateMilliWriter
 
write(Decimal256Holder) - Method in interface org.apache.arrow.vector.complex.writer.Decimal256Writer
 
write(DecimalHolder) - Method in interface org.apache.arrow.vector.complex.writer.DecimalWriter
 
write(DurationHolder) - Method in interface org.apache.arrow.vector.complex.writer.DurationWriter
 
write(FixedSizeBinaryHolder) - Method in interface org.apache.arrow.vector.complex.writer.FixedSizeBinaryWriter
 
write(Float4Holder) - Method in interface org.apache.arrow.vector.complex.writer.Float4Writer
 
write(Float8Holder) - Method in interface org.apache.arrow.vector.complex.writer.Float8Writer
 
write(IntervalDayHolder) - Method in interface org.apache.arrow.vector.complex.writer.IntervalDayWriter
 
write(IntervalMonthDayNanoHolder) - Method in interface org.apache.arrow.vector.complex.writer.IntervalMonthDayNanoWriter
 
write(IntervalYearHolder) - Method in interface org.apache.arrow.vector.complex.writer.IntervalYearWriter
 
write(IntHolder) - Method in interface org.apache.arrow.vector.complex.writer.IntWriter
 
write(LargeVarBinaryHolder) - Method in interface org.apache.arrow.vector.complex.writer.LargeVarBinaryWriter
 
write(LargeVarCharHolder) - Method in interface org.apache.arrow.vector.complex.writer.LargeVarCharWriter
 
write(SmallIntHolder) - Method in interface org.apache.arrow.vector.complex.writer.SmallIntWriter
 
write(TimeMicroHolder) - Method in interface org.apache.arrow.vector.complex.writer.TimeMicroWriter
 
write(TimeMilliHolder) - Method in interface org.apache.arrow.vector.complex.writer.TimeMilliWriter
 
write(TimeNanoHolder) - Method in interface org.apache.arrow.vector.complex.writer.TimeNanoWriter
 
write(TimeSecHolder) - Method in interface org.apache.arrow.vector.complex.writer.TimeSecWriter
 
write(TimeStampMicroTZHolder) - Method in interface org.apache.arrow.vector.complex.writer.TimeStampMicroTZWriter
 
write(TimeStampMicroHolder) - Method in interface org.apache.arrow.vector.complex.writer.TimeStampMicroWriter
 
write(TimeStampMilliTZHolder) - Method in interface org.apache.arrow.vector.complex.writer.TimeStampMilliTZWriter
 
write(TimeStampMilliHolder) - Method in interface org.apache.arrow.vector.complex.writer.TimeStampMilliWriter
 
write(TimeStampNanoTZHolder) - Method in interface org.apache.arrow.vector.complex.writer.TimeStampNanoTZWriter
 
write(TimeStampNanoHolder) - Method in interface org.apache.arrow.vector.complex.writer.TimeStampNanoWriter
 
write(TimeStampSecTZHolder) - Method in interface org.apache.arrow.vector.complex.writer.TimeStampSecTZWriter
 
write(TimeStampSecHolder) - Method in interface org.apache.arrow.vector.complex.writer.TimeStampSecWriter
 
write(TinyIntHolder) - Method in interface org.apache.arrow.vector.complex.writer.TinyIntWriter
 
write(UInt1Holder) - Method in interface org.apache.arrow.vector.complex.writer.UInt1Writer
 
write(UInt2Holder) - Method in interface org.apache.arrow.vector.complex.writer.UInt2Writer
 
write(UInt4Holder) - Method in interface org.apache.arrow.vector.complex.writer.UInt4Writer
 
write(UInt8Holder) - Method in interface org.apache.arrow.vector.complex.writer.UInt8Writer
 
write(VarBinaryHolder) - Method in interface org.apache.arrow.vector.complex.writer.VarBinaryWriter
 
write(VarCharHolder) - Method in interface org.apache.arrow.vector.complex.writer.VarCharWriter
 
write(VectorSchemaRoot) - Method in class org.apache.arrow.vector.ipc.JsonFileWriter
Writes the record batch to the JSON file.
write(byte[]) - Method in class org.apache.arrow.vector.ipc.WriteChannel
 
write(ByteBuffer) - Method in class org.apache.arrow.vector.ipc.WriteChannel
Writes all data from buffer to the underlying channel.
write(ArrowBuf) - Method in class org.apache.arrow.vector.ipc.WriteChannel
Writes the buffer to the underlying channel.
write(FBSerializable, boolean) - Method in class org.apache.arrow.vector.ipc.WriteChannel
Writes the serialized flatbuffer to the underlying channel.
write(ByteBuffer) - Method in class org.apache.arrow.vector.util.ByteArrayReadableSeekableByteChannel
 
write_legacy_ipc_format - Variable in class org.apache.arrow.vector.ipc.message.IpcOption
 
writeAllStructsToVector(FlatBufferBuilder, List<? extends FBSerializable>) - Static method in class org.apache.arrow.vector.ipc.message.FBSerializables
Writes every element of all to builder and calls FlatBufferBuilder.endVector() afterwards.
writeBatch() - Method in class org.apache.arrow.vector.ipc.ArrowWriter
Writes the record batch currently loaded in this instance's VectorSchemaRoot.
writeBatchBuffers(WriteChannel, ArrowRecordBatch) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Write the Arrow buffers of the record batch to the output channel.
writeBigDecimalToArrowBuf(BigDecimal, ArrowBuf, int, int) - Static method in class org.apache.arrow.vector.util.DecimalUtility
Write the given BigDecimal to the ArrowBuf at the given value index.
writeBigEndianBytesToDecimal(byte[], ArrowType) - Method in class org.apache.arrow.vector.complex.impl.DecimalWriterImpl
 
writeBigEndianBytesToDecimal(byte[]) - Method in class org.apache.arrow.vector.complex.impl.DecimalWriterImpl
 
writeBigEndianBytesToDecimal(byte[], ArrowType) - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
writeBigEndianBytesToDecimal(byte[], ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeBigEndianBytesToDecimal(byte[], ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeBigEndianBytesToDecimal(byte[], ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeBigEndianBytesToDecimal(byte[], ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeBigEndianBytesToDecimal(byte[], ArrowType) - Method in interface org.apache.arrow.vector.complex.writer.DecimalWriter
 
writeBigEndianBytesToDecimal(byte[]) - Method in interface org.apache.arrow.vector.complex.writer.DecimalWriter
Deprecated.
writeBigEndianBytesToDecimal256(byte[], ArrowType) - Method in class org.apache.arrow.vector.complex.impl.Decimal256WriterImpl
 
writeBigEndianBytesToDecimal256(byte[]) - Method in class org.apache.arrow.vector.complex.impl.Decimal256WriterImpl
 
writeBigEndianBytesToDecimal256(byte[], ArrowType) - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
writeBigEndianBytesToDecimal256(byte[], ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeBigEndianBytesToDecimal256(byte[], ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeBigEndianBytesToDecimal256(byte[], ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeBigEndianBytesToDecimal256(byte[], ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeBigEndianBytesToDecimal256(byte[], ArrowType) - Method in interface org.apache.arrow.vector.complex.writer.Decimal256Writer
 
writeBigEndianBytesToDecimal256(byte[]) - Method in interface org.apache.arrow.vector.complex.writer.Decimal256Writer
Deprecated.
writeBigInt(long) - Method in class org.apache.arrow.vector.complex.impl.BigIntWriterImpl
 
writeBigInt(long, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeBigInt(long) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeBigInt(long) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeBigInt(long) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeBigInt(long) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeBigInt(long) - Method in interface org.apache.arrow.vector.complex.writer.BigIntWriter
 
writeBit(int) - Method in class org.apache.arrow.vector.complex.impl.BitWriterImpl
 
writeBit(int, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeBit(int) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeBit(int) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeBit(int) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeBit(int) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeBit(int) - Method in interface org.apache.arrow.vector.complex.writer.BitWriter
 
writeByteArrayToArrowBuf(byte[], ArrowBuf, int, int) - Static method in class org.apache.arrow.vector.util.DecimalUtility
Write the given byte array to the ArrowBuf at the given value index.
WriteChannel - Class in org.apache.arrow.vector.ipc
Wrapper around a WritableByteChannel that maintains the position as well adding some common serialization utilities.
WriteChannel(WritableByteChannel) - Constructor for class org.apache.arrow.vector.ipc.WriteChannel
 
writeDateDay(int) - Method in class org.apache.arrow.vector.complex.impl.DateDayWriterImpl
 
writeDateDay(int, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeDateDay(int) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeDateDay(int) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeDateDay(int) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeDateDay(int) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeDateDay(int) - Method in interface org.apache.arrow.vector.complex.writer.DateDayWriter
 
writeDateMilli(long) - Method in class org.apache.arrow.vector.complex.impl.DateMilliWriterImpl
 
writeDateMilli(long, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeDateMilli(long) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeDateMilli(long) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeDateMilli(long) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeDateMilli(long) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeDateMilli(long) - Method in interface org.apache.arrow.vector.complex.writer.DateMilliWriter
 
writeDecimal(long, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.DecimalWriterImpl
 
writeDecimal(long, ArrowBuf, ArrowType) - Method in class org.apache.arrow.vector.complex.impl.DecimalWriterImpl
 
writeDecimal(BigDecimal) - Method in class org.apache.arrow.vector.complex.impl.DecimalWriterImpl
 
writeDecimal(long, ArrowBuf, byte, ArrowType) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeDecimal(long, ArrowBuf, ArrowType) - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
writeDecimal(BigDecimal) - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
writeDecimal(long, ArrowBuf, ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeDecimal(BigDecimal) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeDecimal(long, ArrowBuf, ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeDecimal(long, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeDecimal(BigDecimal) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeDecimal(long, ArrowBuf, ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeDecimal(long, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeDecimal(BigDecimal) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeDecimal(long, ArrowBuf, ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeDecimal(BigDecimal) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeDecimal(long, ArrowBuf) - Method in interface org.apache.arrow.vector.complex.writer.DecimalWriter
Deprecated.
writeDecimal(long, ArrowBuf, ArrowType) - Method in interface org.apache.arrow.vector.complex.writer.DecimalWriter
 
writeDecimal(BigDecimal) - Method in interface org.apache.arrow.vector.complex.writer.DecimalWriter
 
writeDecimal256(long, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.Decimal256WriterImpl
 
writeDecimal256(long, ArrowBuf, ArrowType) - Method in class org.apache.arrow.vector.complex.impl.Decimal256WriterImpl
 
writeDecimal256(BigDecimal) - Method in class org.apache.arrow.vector.complex.impl.Decimal256WriterImpl
 
writeDecimal256(long, ArrowBuf, byte, ArrowType) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeDecimal256(long, ArrowBuf, ArrowType) - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
writeDecimal256(BigDecimal) - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
writeDecimal256(long, ArrowBuf, ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeDecimal256(BigDecimal) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeDecimal256(long, ArrowBuf, ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeDecimal256(long, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeDecimal256(BigDecimal) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeDecimal256(long, ArrowBuf, ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeDecimal256(long, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeDecimal256(BigDecimal) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeDecimal256(long, ArrowBuf, ArrowType) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeDecimal256(BigDecimal) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeDecimal256(long, ArrowBuf) - Method in interface org.apache.arrow.vector.complex.writer.Decimal256Writer
Deprecated.
writeDecimal256(long, ArrowBuf, ArrowType) - Method in interface org.apache.arrow.vector.complex.writer.Decimal256Writer
 
writeDecimal256(BigDecimal) - Method in interface org.apache.arrow.vector.complex.writer.Decimal256Writer
 
writeDictionaryBatch(ArrowDictionaryBatch) - Method in class org.apache.arrow.vector.ipc.ArrowFileWriter
 
writeDictionaryBatch(ArrowDictionaryBatch) - Method in class org.apache.arrow.vector.ipc.ArrowWriter
 
writeDuration(long) - Method in class org.apache.arrow.vector.complex.impl.DurationWriterImpl
 
writeDuration(long) - Method in interface org.apache.arrow.vector.complex.writer.DurationWriter
 
writeEndOfStream(WriteChannel, IpcOption) - Static method in class org.apache.arrow.vector.ipc.ArrowStreamWriter
Write an EOS identifier to the WriteChannel.
writeFixedSizeBinary(ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryWriterImpl
 
writeFixedSizeBinary(ArrowBuf) - Method in interface org.apache.arrow.vector.complex.writer.FixedSizeBinaryWriter
 
writeFloat4(float, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeFloat4(float) - Method in class org.apache.arrow.vector.complex.impl.Float4WriterImpl
 
writeFloat4(float) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeFloat4(float) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeFloat4(float) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeFloat4(float) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeFloat4(float) - Method in interface org.apache.arrow.vector.complex.writer.Float4Writer
 
writeFloat8(double, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeFloat8(double) - Method in class org.apache.arrow.vector.complex.impl.Float8WriterImpl
 
writeFloat8(double) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeFloat8(double) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeFloat8(double) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeFloat8(double) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeFloat8(double) - Method in interface org.apache.arrow.vector.complex.writer.Float8Writer
 
writeInt(int, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeInt(int) - Method in class org.apache.arrow.vector.complex.impl.IntWriterImpl
 
writeInt(int) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeInt(int) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeInt(int) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeInt(int) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeInt(int) - Method in interface org.apache.arrow.vector.complex.writer.IntWriter
 
writeIntervalDay(int, int, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeIntervalDay(int, int) - Method in class org.apache.arrow.vector.complex.impl.IntervalDayWriterImpl
 
writeIntervalDay(int, int) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeIntervalDay(int, int) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeIntervalDay(int, int) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeIntervalDay(int, int) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeIntervalDay(int, int) - Method in interface org.apache.arrow.vector.complex.writer.IntervalDayWriter
 
writeIntervalMonthDayNano(int, int, long, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeIntervalMonthDayNano(int, int, long) - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoWriterImpl
 
writeIntervalMonthDayNano(int, int, long) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeIntervalMonthDayNano(int, int, long) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeIntervalMonthDayNano(int, int, long) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeIntervalMonthDayNano(int, int, long) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeIntervalMonthDayNano(int, int, long) - Method in interface org.apache.arrow.vector.complex.writer.IntervalMonthDayNanoWriter
 
writeIntervalYear(int, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeIntervalYear(int) - Method in class org.apache.arrow.vector.complex.impl.IntervalYearWriterImpl
 
writeIntervalYear(int) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeIntervalYear(int) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeIntervalYear(int) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeIntervalYear(int) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeIntervalYear(int) - Method in interface org.apache.arrow.vector.complex.writer.IntervalYearWriter
 
writeIntLittleEndian(int) - Method in class org.apache.arrow.vector.ipc.WriteChannel
Writes v in little-endian format to the underlying channel.
writeKeyValues(FlatBufferBuilder, Map<String, String>) - Static method in class org.apache.arrow.vector.ipc.message.FBSerializables
Writes map data with string type.
writeLargeVarBinary(long, long, ArrowBuf, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeLargeVarBinary(long, long, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryWriterImpl
 
writeLargeVarBinary(long, long, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeLargeVarBinary(long, long, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeLargeVarBinary(long, long, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeLargeVarBinary(long, long, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeLargeVarBinary(long, long, ArrowBuf) - Method in interface org.apache.arrow.vector.complex.writer.LargeVarBinaryWriter
 
writeLargeVarChar(long, long, ArrowBuf, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeLargeVarChar(long, long, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharWriterImpl
 
writeLargeVarChar(long, long, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeLargeVarChar(long, long, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeLargeVarChar(long, long, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeLargeVarChar(long, long, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeLargeVarChar(long, long, ArrowBuf) - Method in interface org.apache.arrow.vector.complex.writer.LargeVarCharWriter
 
writeLongToArrowBuf(long, ArrowBuf, int, int) - Static method in class org.apache.arrow.vector.util.DecimalUtility
Write the given long to the ArrowBuf at the given value index.
writeMessageBuffer(WriteChannel, int, ByteBuffer) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
 
writeMessageBuffer(WriteChannel, int, ByteBuffer, IpcOption) - Static method in class org.apache.arrow.vector.ipc.message.MessageSerializer
Write the serialized Message metadata, prefixed by the length, to the output Channel.
writeNull() - Method in class org.apache.arrow.vector.complex.impl.BigIntWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.BitWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.DateDayWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.DateMilliWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.Decimal256WriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.DecimalWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.DurationWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.FixedSizeBinaryWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.Float4WriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.Float8WriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.IntervalMonthDayNanoWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.IntervalYearWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.IntWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.LargeVarBinaryWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.LargeVarCharWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.NullableStructWriter
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.SmallIntWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.TimeMicroWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.TimeMilliWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.TimeNanoWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.TimeSecWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.TinyIntWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.UInt1WriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.UInt2WriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.UInt4WriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.UInt8WriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.VarBinaryWriterImpl
 
writeNull() - Method in class org.apache.arrow.vector.complex.impl.VarCharWriterImpl
 
writeNull() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter
 
writer - Variable in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writer - Variable in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writer - Variable in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeRecordBatch(ArrowRecordBatch) - Method in class org.apache.arrow.vector.ipc.ArrowFileWriter
 
writeRecordBatch(ArrowRecordBatch) - Method in class org.apache.arrow.vector.ipc.ArrowWriter
 
writeSmallInt(short, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeSmallInt(short) - Method in class org.apache.arrow.vector.complex.impl.SmallIntWriterImpl
 
writeSmallInt(short) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeSmallInt(short) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeSmallInt(short) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeSmallInt(short) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeSmallInt(short) - Method in interface org.apache.arrow.vector.complex.writer.SmallIntWriter
 
writeTimeMicro(long, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeTimeMicro(long) - Method in class org.apache.arrow.vector.complex.impl.TimeMicroWriterImpl
 
writeTimeMicro(long) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeTimeMicro(long) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeTimeMicro(long) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeTimeMicro(long) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeTimeMicro(long) - Method in interface org.apache.arrow.vector.complex.writer.TimeMicroWriter
 
writeTimeMilli(int, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeTimeMilli(int) - Method in class org.apache.arrow.vector.complex.impl.TimeMilliWriterImpl
 
writeTimeMilli(int) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeTimeMilli(int) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeTimeMilli(int) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeTimeMilli(int) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeTimeMilli(int) - Method in interface org.apache.arrow.vector.complex.writer.TimeMilliWriter
 
writeTimeNano(long, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeTimeNano(long) - Method in class org.apache.arrow.vector.complex.impl.TimeNanoWriterImpl
 
writeTimeNano(long) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeTimeNano(long) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeTimeNano(long) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeTimeNano(long) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeTimeNano(long) - Method in interface org.apache.arrow.vector.complex.writer.TimeNanoWriter
 
writeTimeSec(int, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeTimeSec(int) - Method in class org.apache.arrow.vector.complex.impl.TimeSecWriterImpl
 
writeTimeSec(int) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeTimeSec(int) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeTimeSec(int) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeTimeSec(int) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeTimeSec(int) - Method in interface org.apache.arrow.vector.complex.writer.TimeSecWriter
 
writeTimeStampMicro(long, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeTimeStampMicro(long) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroWriterImpl
 
writeTimeStampMicro(long) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeTimeStampMicro(long) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeTimeStampMicro(long) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeTimeStampMicro(long) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeTimeStampMicro(long) - Method in interface org.apache.arrow.vector.complex.writer.TimeStampMicroWriter
 
writeTimeStampMicroTZ(long) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMicroTZWriterImpl
 
writeTimeStampMicroTZ(long) - Method in interface org.apache.arrow.vector.complex.writer.TimeStampMicroTZWriter
 
writeTimeStampMilli(long, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeTimeStampMilli(long) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliWriterImpl
 
writeTimeStampMilli(long) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeTimeStampMilli(long) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeTimeStampMilli(long) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeTimeStampMilli(long) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeTimeStampMilli(long) - Method in interface org.apache.arrow.vector.complex.writer.TimeStampMilliWriter
 
writeTimeStampMilliTZ(long) - Method in class org.apache.arrow.vector.complex.impl.TimeStampMilliTZWriterImpl
 
writeTimeStampMilliTZ(long) - Method in interface org.apache.arrow.vector.complex.writer.TimeStampMilliTZWriter
 
writeTimeStampNano(long, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeTimeStampNano(long) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoWriterImpl
 
writeTimeStampNano(long) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeTimeStampNano(long) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeTimeStampNano(long) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeTimeStampNano(long) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeTimeStampNano(long) - Method in interface org.apache.arrow.vector.complex.writer.TimeStampNanoWriter
 
writeTimeStampNanoTZ(long) - Method in class org.apache.arrow.vector.complex.impl.TimeStampNanoTZWriterImpl
 
writeTimeStampNanoTZ(long) - Method in interface org.apache.arrow.vector.complex.writer.TimeStampNanoTZWriter
 
writeTimeStampSec(long, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeTimeStampSec(long) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecWriterImpl
 
writeTimeStampSec(long) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeTimeStampSec(long) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeTimeStampSec(long) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeTimeStampSec(long) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeTimeStampSec(long) - Method in interface org.apache.arrow.vector.complex.writer.TimeStampSecWriter
 
writeTimeStampSecTZ(long) - Method in class org.apache.arrow.vector.complex.impl.TimeStampSecTZWriterImpl
 
writeTimeStampSecTZ(long) - Method in interface org.apache.arrow.vector.complex.writer.TimeStampSecTZWriter
 
writeTinyInt(byte, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeTinyInt(byte) - Method in class org.apache.arrow.vector.complex.impl.TinyIntWriterImpl
 
writeTinyInt(byte) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeTinyInt(byte) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeTinyInt(byte) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeTinyInt(byte) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeTinyInt(byte) - Method in interface org.apache.arrow.vector.complex.writer.TinyIntWriter
 
writeTo(FlatBufferBuilder) - Method in class org.apache.arrow.vector.ipc.message.ArrowBlock
 
writeTo(FlatBufferBuilder) - Method in class org.apache.arrow.vector.ipc.message.ArrowBodyCompression
 
writeTo(FlatBufferBuilder) - Method in class org.apache.arrow.vector.ipc.message.ArrowBuffer
 
writeTo(FlatBufferBuilder) - Method in class org.apache.arrow.vector.ipc.message.ArrowDictionaryBatch
 
writeTo(FlatBufferBuilder) - Method in class org.apache.arrow.vector.ipc.message.ArrowFieldNode
 
writeTo(FlatBufferBuilder) - Method in class org.apache.arrow.vector.ipc.message.ArrowFooter
 
writeTo(FlatBufferBuilder) - Method in class org.apache.arrow.vector.ipc.message.ArrowRecordBatch
 
writeTo(FlatBufferBuilder) - Method in interface org.apache.arrow.vector.ipc.message.FBSerializable
Returns the number of bytes taken to serialize the data in builder after writing to it.
writeUInt1(byte, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeUInt1(byte) - Method in class org.apache.arrow.vector.complex.impl.UInt1WriterImpl
 
writeUInt1(byte) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeUInt1(byte) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeUInt1(byte) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeUInt1(byte) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeUInt1(byte) - Method in interface org.apache.arrow.vector.complex.writer.UInt1Writer
 
writeUInt2(char, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeUInt2(char) - Method in class org.apache.arrow.vector.complex.impl.UInt2WriterImpl
 
writeUInt2(char) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeUInt2(char) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeUInt2(char) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeUInt2(char) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeUInt2(char) - Method in interface org.apache.arrow.vector.complex.writer.UInt2Writer
 
writeUInt4(int, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeUInt4(int) - Method in class org.apache.arrow.vector.complex.impl.UInt4WriterImpl
 
writeUInt4(int) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeUInt4(int) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeUInt4(int) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeUInt4(int) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeUInt4(int) - Method in interface org.apache.arrow.vector.complex.writer.UInt4Writer
 
writeUInt8(long, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeUInt8(long) - Method in class org.apache.arrow.vector.complex.impl.UInt8WriterImpl
 
writeUInt8(long) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeUInt8(long) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeUInt8(long) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeUInt8(long) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeUInt8(long) - Method in interface org.apache.arrow.vector.complex.writer.UInt8Writer
 
writeUncompressedLength(ArrowBuf, long) - Method in class org.apache.arrow.vector.compression.AbstractCompressionCodec
 
writeVarBinary(int, int, ArrowBuf, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeVarBinary(int, int, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeVarBinary(int, int, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeVarBinary(int, int, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeVarBinary(int, int, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeVarBinary(int, int, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.VarBinaryWriterImpl
 
writeVarBinary(int, int, ArrowBuf) - Method in interface org.apache.arrow.vector.complex.writer.VarBinaryWriter
 
writeVarChar(int, int, ArrowBuf, byte) - Method in class org.apache.arrow.vector.complex.impl.DenseUnionWriter
 
writeVarChar(int, int, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter
 
writeVarChar(int, int, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionLargeListWriter
 
writeVarChar(int, int, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
 
writeVarChar(int, int, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
 
writeVarChar(int, int, ArrowBuf) - Method in class org.apache.arrow.vector.complex.impl.VarCharWriterImpl
 
writeVarChar(Text) - Method in class org.apache.arrow.vector.complex.impl.VarCharWriterImpl
 
writeVarChar(int, int, ArrowBuf) - Method in interface org.apache.arrow.vector.complex.writer.VarCharWriter
 
writeZeros(long) - Method in class org.apache.arrow.vector.ipc.WriteChannel
Writes zeroCount zeros the underlying channel.

Y

yearsToMonths - Static variable in class org.apache.arrow.vector.util.DateUtility
 

Z

zeroes - Static variable in class org.apache.arrow.vector.util.DecimalUtility
 
zeroVector() - Method in class org.apache.arrow.vector.BaseFixedWidthVector
zero out the vector and the data in associated buffers.
zeroVector() - Method in class org.apache.arrow.vector.BaseLargeVariableWidthVector
zero out the vector and the data in associated buffers.
zeroVector() - Method in class org.apache.arrow.vector.BaseVariableWidthVector
zero out the vector and the data in associated buffers.
zeroVector() - Method in interface org.apache.arrow.vector.FixedWidthVector
Zero out the underlying buffer backing this vector.
ZeroVector - Class in org.apache.arrow.vector
A zero length vector of any type.
ZeroVector(String) - Constructor for class org.apache.arrow.vector.ZeroVector
Instantiate a ZeroVector.
ZeroVector(String, FieldType) - Constructor for class org.apache.arrow.vector.ZeroVector
Instantiate a ZeroVector.
ZeroVector(Field) - Constructor for class org.apache.arrow.vector.ZeroVector
Instantiate a ZeroVector.
ZeroVector() - Constructor for class org.apache.arrow.vector.ZeroVector
Deprecated.
A B C D E F G H I J K L M N O P R S T U V W Y Z 

Copyright © 2022 The Apache Software Foundation. All rights reserved.