- 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
-
- AbstractMapVector - Class in org.apache.arrow.vector.complex
-
- AbstractMapVector(String, BufferAllocator, CallBack) - Constructor for class org.apache.arrow.vector.complex.AbstractMapVector
-
- 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.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.List
-
- 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
-
- add(String, Types.MinorType, int...) - Method in class org.apache.arrow.vector.complex.AbstractMapVector
-
- addOrGet(String, Types.MinorType, Class<T>, int...) - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
-
- addOrGet(String, Types.MinorType, Class<T>, int...) - Method in class org.apache.arrow.vector.complex.AbstractMapVector
-
Adds a new field with the given parameters or replaces the existing one and consequently returns the resultant
ValueVector.
- AddOrGetResult<V extends ValueVector> - Class in org.apache.arrow.vector
-
- AddOrGetResult(V, boolean) - Constructor for class org.apache.arrow.vector.AddOrGetResult
-
- addOrGetVector(Types.MinorType) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
-
- addOrGetVector(Types.MinorType) - Method in class org.apache.arrow.vector.complex.ListVector
-
- addVector(FieldVector) - Method in class org.apache.arrow.vector.complex.UnionVector
-
- adjustScaleDivide(long, int) - Static method in class org.apache.arrow.vector.util.DecimalUtility
-
- adjustScaleMultiply(long, int) - Static method in class org.apache.arrow.vector.util.DecimalUtility
-
- allocate(ValueVector, int, int) - Static method in class org.apache.arrow.vector.AllocationHelper
-
- allocate(ValueVector, int, int, int) - Static method in class org.apache.arrow.vector.AllocationHelper
-
- 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.DateWriterImpl
-
- allocate() - Method in class org.apache.arrow.vector.complex.impl.DecimalWriterImpl
-
- 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.IntervalYearWriterImpl
-
- allocate() - Method in class org.apache.arrow.vector.complex.impl.IntWriterImpl
-
- allocate() - Method in class org.apache.arrow.vector.complex.impl.NullableMapWriter
-
- allocate() - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
-
- allocate() - Method in class org.apache.arrow.vector.complex.impl.SingleMapWriter
-
- allocate() - Method in class org.apache.arrow.vector.complex.impl.SmallIntWriterImpl
-
- allocate() - Method in class org.apache.arrow.vector.complex.impl.TimeStampWriterImpl
-
- allocate() - Method in class org.apache.arrow.vector.complex.impl.TimeWriterImpl
-
- 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.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.BigIntVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.BigIntVector
-
Allocate a new buffer that supports setting at least the provided number of values.
- allocateNew() - Method in class org.apache.arrow.vector.BitVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.BitVector
-
Allocate a new memory space for this vector.
- allocateNew() - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
-
- 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.DateVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.DateVector
-
Allocate a new buffer that supports setting at least the provided number of values.
- allocateNew() - Method in class org.apache.arrow.vector.DecimalVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.DecimalVector
-
Allocate a new buffer that supports setting at least the provided number of values.
- 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.Float4Vector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.Float4Vector
-
Allocate a new buffer that supports setting at least the provided number of values.
- allocateNew() - Method in class org.apache.arrow.vector.Float8Vector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.Float8Vector
-
Allocate a new buffer that supports setting at least the provided number of values.
- allocateNew() - Method in class org.apache.arrow.vector.IntervalDayVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.IntervalDayVector
-
Allocate a new buffer that supports setting at least the provided number of values.
- allocateNew() - Method in class org.apache.arrow.vector.IntervalYearVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.IntervalYearVector
-
Allocate a new buffer that supports setting at least the provided number of values.
- allocateNew() - Method in class org.apache.arrow.vector.IntVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.IntVector
-
Allocate a new buffer that supports setting at least the provided number of values.
- allocateNew() - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- allocateNew() - Method in class org.apache.arrow.vector.NullableBitVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.NullableBitVector
-
- allocateNew() - Method in class org.apache.arrow.vector.NullableDateVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.NullableDateVector
-
- allocateNew() - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- allocateNew() - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- allocateNew() - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- allocateNew() - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- allocateNew() - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- allocateNew() - Method in class org.apache.arrow.vector.NullableIntVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.NullableIntVector
-
- allocateNew() - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- allocateNew() - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- allocateNew() - Method in class org.apache.arrow.vector.NullableTimeVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.NullableTimeVector
-
- allocateNew() - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- allocateNew() - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- allocateNew() - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- allocateNew() - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- allocateNew() - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- allocateNew() - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- allocateNew(int, int) - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- allocateNew() - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- allocateNew(int, int) - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- allocateNew() - Method in class org.apache.arrow.vector.SmallIntVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.SmallIntVector
-
Allocate a new buffer that supports setting at least the provided number of values.
- allocateNew() - Method in class org.apache.arrow.vector.TimeStampVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.TimeStampVector
-
Allocate a new buffer that supports setting at least the provided number of values.
- allocateNew() - Method in class org.apache.arrow.vector.TimeVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.TimeVector
-
Allocate a new buffer that supports setting at least the provided number of values.
- allocateNew() - Method in class org.apache.arrow.vector.TinyIntVector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.TinyIntVector
-
Allocate a new buffer that supports setting at least the provided number of values.
- allocateNew() - Method in class org.apache.arrow.vector.UInt1Vector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.UInt1Vector
-
Allocate a new buffer that supports setting at least the provided number of values.
- allocateNew() - Method in class org.apache.arrow.vector.UInt2Vector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.UInt2Vector
-
Allocate a new buffer that supports setting at least the provided number of values.
- allocateNew() - Method in class org.apache.arrow.vector.UInt4Vector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.UInt4Vector
-
Allocate a new buffer that supports setting at least the provided number of values.
- allocateNew() - Method in class org.apache.arrow.vector.UInt8Vector
-
- allocateNew(int) - Method in class org.apache.arrow.vector.UInt8Vector
-
Allocate a new buffer that supports setting at least the provided number of values.
- allocateNew() - Method in interface org.apache.arrow.vector.ValueVector
-
Allocate new buffers.
- allocateNew() - Method in class org.apache.arrow.vector.VarBinaryVector
-
- allocateNew(int, int) - Method in class org.apache.arrow.vector.VarBinaryVector
-
- allocateNew() - Method in class org.apache.arrow.vector.VarCharVector
-
- allocateNew(int, int) - Method in class org.apache.arrow.vector.VarCharVector
-
- allocateNew(int, 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.ZeroVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.BigIntVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.BitVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.complex.AbstractMapVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.complex.ListVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.complex.NullableMapVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.DateVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.DecimalVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.Float4Vector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.Float8Vector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.IntervalDayVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.IntervalYearVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.IntVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableBitVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableDateVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableIntVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableTimeVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.SmallIntVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.TimeStampVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.TimeVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.TinyIntVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.UInt1Vector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.UInt2Vector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.UInt4Vector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.UInt8Vector
-
- allocateNewSafe() - Method in interface org.apache.arrow.vector.ValueVector
-
Allocates new buffers.
- allocateNewSafe() - Method in class org.apache.arrow.vector.VarBinaryVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.VarCharVector
-
- allocateNewSafe() - Method in class org.apache.arrow.vector.ZeroVector
-
- allocatePrecomputedChildCount(ValueVector, int, int, int) - Static method in class org.apache.arrow.vector.AllocationHelper
-
- AllocationHelper - Class in org.apache.arrow.vector
-
- AllocationHelper() - Constructor for class org.apache.arrow.vector.AllocationHelper
-
- allocator - Variable in class org.apache.arrow.vector.BaseValueVector
-
- allocator - Variable in class org.apache.arrow.vector.complex.AbstractContainerVector
-
- 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
- ArrowBlock - Class in org.apache.arrow.vector.file
-
- ArrowBlock(long, int, long) - Constructor for class org.apache.arrow.vector.file.ArrowBlock
-
- ArrowBuffer - Class in org.apache.arrow.vector.schema
-
- ArrowBuffer(int, long, long) - Constructor for class org.apache.arrow.vector.schema.ArrowBuffer
-
- ArrowFieldNode - Class in org.apache.arrow.vector.schema
-
- ArrowFieldNode(int, int) - Constructor for class org.apache.arrow.vector.schema.ArrowFieldNode
-
- ArrowFooter - Class in org.apache.arrow.vector.file
-
- ArrowFooter(Schema, List<ArrowBlock>, List<ArrowBlock>) - Constructor for class org.apache.arrow.vector.file.ArrowFooter
-
- ArrowFooter(Footer) - Constructor for class org.apache.arrow.vector.file.ArrowFooter
-
- ArrowReader - Class in org.apache.arrow.vector.file
-
- ArrowReader(SeekableByteChannel, BufferAllocator) - Constructor for class org.apache.arrow.vector.file.ArrowReader
-
- ArrowRecordBatch - Class in org.apache.arrow.vector.schema
-
- ArrowRecordBatch(int, List<ArrowFieldNode>, List<ArrowBuf>) - Constructor for class org.apache.arrow.vector.schema.ArrowRecordBatch
-
- ArrowType - Class in org.apache.arrow.vector.types.pojo
-
Arrow types
- ArrowType() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType
-
- ArrowType.ArrowTypeVisitor<T> - Interface in org.apache.arrow.vector.types.pojo
-
to visit the ArrowTypes
type.accept(new ArrowTypeVisitor() {
...
- ArrowType.Binary - Class in org.apache.arrow.vector.types.pojo
-
- ArrowType.Binary() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Binary
-
- ArrowType.Bool - Class in org.apache.arrow.vector.types.pojo
-
- ArrowType.Bool() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Bool
-
- ArrowType.Date - Class in org.apache.arrow.vector.types.pojo
-
- ArrowType.Date() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Date
-
- ArrowType.Decimal - Class in org.apache.arrow.vector.types.pojo
-
- ArrowType.Decimal(int, int) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Decimal
-
- ArrowType.FloatingPoint - Class in org.apache.arrow.vector.types.pojo
-
- ArrowType.FloatingPoint(short) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.FloatingPoint
-
- ArrowType.Int - Class in org.apache.arrow.vector.types.pojo
-
- ArrowType.Int(int, boolean) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Int
-
- ArrowType.Interval - Class in org.apache.arrow.vector.types.pojo
-
- ArrowType.Interval(short) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Interval
-
- ArrowType.List - Class in org.apache.arrow.vector.types.pojo
-
- ArrowType.List() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.List
-
- ArrowType.Null - Class in org.apache.arrow.vector.types.pojo
-
- ArrowType.Null() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Null
-
- ArrowType.Struct_ - Class in org.apache.arrow.vector.types.pojo
-
- ArrowType.Struct_() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Struct_
-
- ArrowType.Time - Class in org.apache.arrow.vector.types.pojo
-
- ArrowType.Time() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Time
-
- ArrowType.Timestamp - Class in org.apache.arrow.vector.types.pojo
-
- ArrowType.Timestamp(short) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Timestamp
-
- ArrowType.Union - Class in org.apache.arrow.vector.types.pojo
-
- ArrowType.Union(short, int[]) - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Union
-
- ArrowType.Utf8 - Class in org.apache.arrow.vector.types.pojo
-
- ArrowType.Utf8() - Constructor for class org.apache.arrow.vector.types.pojo.ArrowType.Utf8
-
- ArrowVectorType - Class in org.apache.arrow.vector.schema
-
- ArrowVectorType(short) - Constructor for class org.apache.arrow.vector.schema.ArrowVectorType
-
- ArrowWriter - Class in org.apache.arrow.vector.file
-
- ArrowWriter(WritableByteChannel, Schema) - Constructor for class org.apache.arrow.vector.file.ArrowWriter
-
- asBigInt() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asBit() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asDate() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asFloat4() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asFloat8() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asInt() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asIntervalDay() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asIntervalYear() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asList() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asMap() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asSmallInt() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asTime() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asTimeStamp() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asTinyInt() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asUInt1() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asUInt2() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asUInt4() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asUInt8() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asVarBinary() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- asVarChar() - Method in class org.apache.arrow.vector.complex.impl.UnionWriter
-
- generateTestData(int) - Method in class org.apache.arrow.vector.BaseValueVector.BaseMutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.BigIntVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.BitVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.complex.MapVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.complex.NullableMapVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.DateVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.DecimalVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.Float4Vector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.Float8Vector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.IntervalDayVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.IntervalYearVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.IntVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableBigIntVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableBitVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableDateVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableDecimalVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableIntVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableTimeVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.NullableVarCharVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.SmallIntVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.TimeStampVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.TimeVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.TinyIntVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.UInt1Vector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.UInt2Vector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.UInt4Vector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.UInt8Vector.Mutator
-
- generateTestData(int) - Method in interface org.apache.arrow.vector.ValueVector.Mutator
-
Deprecated.
this has nothing to do with value vector abstraction and should be removed.
- generateTestData(int) - Method in class org.apache.arrow.vector.VarBinaryVector.Mutator
-
- generateTestData(int) - Method in class org.apache.arrow.vector.VarCharVector.Mutator
-
- generateTestDataAlt(int) - Method in class org.apache.arrow.vector.BigIntVector.Mutator
-
- generateTestDataAlt(int) - Method in class org.apache.arrow.vector.BitVector.Mutator
-
- generateTestDataAlt(int) - Method in class org.apache.arrow.vector.DateVector.Mutator
-
- generateTestDataAlt(int) - Method in class org.apache.arrow.vector.Float4Vector.Mutator
-
- generateTestDataAlt(int) - Method in class org.apache.arrow.vector.Float8Vector.Mutator
-
- generateTestDataAlt(int) - Method in class org.apache.arrow.vector.IntervalYearVector.Mutator
-
- generateTestDataAlt(int) - Method in class org.apache.arrow.vector.IntVector.Mutator
-
- generateTestDataAlt(int) - Method in class org.apache.arrow.vector.SmallIntVector.Mutator
-
- generateTestDataAlt(int) - Method in class org.apache.arrow.vector.TimeStampVector.Mutator
-
- generateTestDataAlt(int) - Method in class org.apache.arrow.vector.TimeVector.Mutator
-
- generateTestDataAlt(int) - Method in class org.apache.arrow.vector.TinyIntVector.Mutator
-
- generateTestDataAlt(int) - Method in class org.apache.arrow.vector.UInt1Vector.Mutator
-
- generateTestDataAlt(int) - Method in class org.apache.arrow.vector.UInt2Vector.Mutator
-
- generateTestDataAlt(int) - Method in class org.apache.arrow.vector.UInt4Vector.Mutator
-
- generateTestDataAlt(int) - Method in class org.apache.arrow.vector.UInt8Vector.Mutator
-
- get(int) - Method in class org.apache.arrow.vector.BigIntVector.Accessor
-
- get(int, BigIntHolder) - Method in class org.apache.arrow.vector.BigIntVector.Accessor
-
- get(int, NullableBigIntHolder) - Method in class org.apache.arrow.vector.BigIntVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.BitVector.Accessor
-
Get the byte holding the desired bit, then mask all other bits.
- get(int, BitHolder) - Method in class org.apache.arrow.vector.BitVector.Accessor
-
- get(int, NullableBitHolder) - Method in class org.apache.arrow.vector.BitVector.Accessor
-
- get(int, ComplexHolder) - Method in class org.apache.arrow.vector.complex.MapVector.Accessor
-
- get(int, ComplexHolder) - Method in class org.apache.arrow.vector.complex.NullableMapVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.complex.UnionVector.Accessor
-
- get(int, ComplexHolder) - Method in class org.apache.arrow.vector.complex.UnionVector.Accessor
-
- get(int, UnionHolder) - Method in class org.apache.arrow.vector.complex.UnionVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.DateVector.Accessor
-
- get(int, DateHolder) - Method in class org.apache.arrow.vector.DateVector.Accessor
-
- get(int, NullableDateHolder) - Method in class org.apache.arrow.vector.DateVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.DecimalVector.Accessor
-
- get(int, DecimalHolder) - Method in class org.apache.arrow.vector.DecimalVector.Accessor
-
- get(int, NullableDecimalHolder) - Method in class org.apache.arrow.vector.DecimalVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.Float4Vector.Accessor
-
- get(int, Float4Holder) - Method in class org.apache.arrow.vector.Float4Vector.Accessor
-
- get(int, NullableFloat4Holder) - Method in class org.apache.arrow.vector.Float4Vector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.Float8Vector.Accessor
-
- get(int, Float8Holder) - Method in class org.apache.arrow.vector.Float8Vector.Accessor
-
- get(int, NullableFloat8Holder) - Method in class org.apache.arrow.vector.Float8Vector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.IntervalDayVector.Accessor
-
- get(int, IntervalDayHolder) - Method in class org.apache.arrow.vector.IntervalDayVector.Accessor
-
- get(int, NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.IntervalDayVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.IntervalYearVector.Accessor
-
- get(int, IntervalYearHolder) - Method in class org.apache.arrow.vector.IntervalYearVector.Accessor
-
- get(int, NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.IntervalYearVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.IntVector.Accessor
-
- get(int, IntHolder) - Method in class org.apache.arrow.vector.IntVector.Accessor
-
- get(int, NullableIntHolder) - Method in class org.apache.arrow.vector.IntVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableBigIntVector.Accessor
-
Get the element at the specified position.
- get(int, NullableBigIntHolder) - Method in class org.apache.arrow.vector.NullableBigIntVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableBitVector.Accessor
-
Get the element at the specified position.
- get(int, NullableBitHolder) - Method in class org.apache.arrow.vector.NullableBitVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableDateVector.Accessor
-
Get the element at the specified position.
- get(int, NullableDateHolder) - Method in class org.apache.arrow.vector.NullableDateVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableDecimalVector.Accessor
-
Get the element at the specified position.
- get(int, NullableDecimalHolder) - Method in class org.apache.arrow.vector.NullableDecimalVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Accessor
-
Get the element at the specified position.
- get(int, NullableFloat4Holder) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Accessor
-
Get the element at the specified position.
- get(int, NullableFloat8Holder) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Accessor
-
Get the element at the specified position.
- get(int, NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Accessor
-
Get the element at the specified position.
- get(int, NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableIntVector.Accessor
-
Get the element at the specified position.
- get(int, NullableIntHolder) - Method in class org.apache.arrow.vector.NullableIntVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Accessor
-
Get the element at the specified position.
- get(int, NullableSmallIntHolder) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Accessor
-
Get the element at the specified position.
- get(int, NullableTimeStampHolder) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableTimeVector.Accessor
-
Get the element at the specified position.
- get(int, NullableTimeHolder) - Method in class org.apache.arrow.vector.NullableTimeVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Accessor
-
Get the element at the specified position.
- get(int, NullableTinyIntHolder) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Accessor
-
Get the element at the specified position.
- get(int, NullableUInt1Holder) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Accessor
-
Get the element at the specified position.
- get(int, NullableUInt2Holder) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Accessor
-
Get the element at the specified position.
- get(int, NullableUInt4Holder) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Accessor
-
Get the element at the specified position.
- get(int, NullableUInt8Holder) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Accessor
-
Get the element at the specified position.
- get(int, NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.NullableVarCharVector.Accessor
-
Get the element at the specified position.
- get(int, NullableVarCharHolder) - Method in class org.apache.arrow.vector.NullableVarCharVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.SmallIntVector.Accessor
-
- get(int, SmallIntHolder) - Method in class org.apache.arrow.vector.SmallIntVector.Accessor
-
- get(int, NullableSmallIntHolder) - Method in class org.apache.arrow.vector.SmallIntVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.TimeStampVector.Accessor
-
- get(int, TimeStampHolder) - Method in class org.apache.arrow.vector.TimeStampVector.Accessor
-
- get(int, NullableTimeStampHolder) - Method in class org.apache.arrow.vector.TimeStampVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.TimeVector.Accessor
-
- get(int, TimeHolder) - Method in class org.apache.arrow.vector.TimeVector.Accessor
-
- get(int, NullableTimeHolder) - Method in class org.apache.arrow.vector.TimeVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.TinyIntVector.Accessor
-
- get(int, TinyIntHolder) - Method in class org.apache.arrow.vector.TinyIntVector.Accessor
-
- get(int, NullableTinyIntHolder) - Method in class org.apache.arrow.vector.TinyIntVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.UInt1Vector.Accessor
-
- get(int, UInt1Holder) - Method in class org.apache.arrow.vector.UInt1Vector.Accessor
-
- get(int, NullableUInt1Holder) - Method in class org.apache.arrow.vector.UInt1Vector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.UInt2Vector.Accessor
-
- get(int, UInt2Holder) - Method in class org.apache.arrow.vector.UInt2Vector.Accessor
-
- get(int, NullableUInt2Holder) - Method in class org.apache.arrow.vector.UInt2Vector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.UInt4Vector.Accessor
-
- get(int, UInt4Holder) - Method in class org.apache.arrow.vector.UInt4Vector.Accessor
-
- get(int, NullableUInt4Holder) - Method in class org.apache.arrow.vector.UInt4Vector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.UInt8Vector.Accessor
-
- get(int, UInt8Holder) - Method in class org.apache.arrow.vector.UInt8Vector.Accessor
-
- get(int, NullableUInt8Holder) - Method in class org.apache.arrow.vector.UInt8Vector.Accessor
-
- get(Object) - Method in class org.apache.arrow.vector.util.MapWithOrdinal
-
- get(int) - Method in class org.apache.arrow.vector.VarBinaryVector.Accessor
-
- get(int, VarBinaryHolder) - Method in class org.apache.arrow.vector.VarBinaryVector.Accessor
-
- get(int, NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.VarBinaryVector.Accessor
-
- get(int) - Method in class org.apache.arrow.vector.VarCharVector.Accessor
-
- get(int, VarCharHolder) - Method in class org.apache.arrow.vector.VarCharVector.Accessor
-
- get(int, NullableVarCharHolder) - Method in class org.apache.arrow.vector.VarCharVector.Accessor
-
- getAccessor() - Method in class org.apache.arrow.vector.BigIntVector
-
- getAccessor() - Method in class org.apache.arrow.vector.BitVector
-
- getAccessor() - Method in class org.apache.arrow.vector.complex.ListVector
-
- getAccessor() - Method in class org.apache.arrow.vector.complex.MapVector
-
- getAccessor() - Method in class org.apache.arrow.vector.complex.NullableMapVector
-
- getAccessor() - Method in interface org.apache.arrow.vector.complex.RepeatedValueVector
-
- getAccessor() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getAccessor() - Method in class org.apache.arrow.vector.DateVector
-
- getAccessor() - Method in class org.apache.arrow.vector.DecimalVector
-
- getAccessor() - Method in class org.apache.arrow.vector.Float4Vector
-
- getAccessor() - Method in class org.apache.arrow.vector.Float8Vector
-
- getAccessor() - Method in class org.apache.arrow.vector.IntervalDayVector
-
- getAccessor() - Method in class org.apache.arrow.vector.IntervalYearVector
-
- getAccessor() - Method in class org.apache.arrow.vector.IntVector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableBitVector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableDateVector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableIntVector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableTimeVector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- getAccessor() - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- getAccessor() - Method in class org.apache.arrow.vector.SmallIntVector
-
- getAccessor() - Method in class org.apache.arrow.vector.TimeStampVector
-
- getAccessor() - Method in class org.apache.arrow.vector.TimeVector
-
- getAccessor() - Method in class org.apache.arrow.vector.TinyIntVector
-
- getAccessor() - Method in class org.apache.arrow.vector.UInt1Vector
-
- getAccessor() - Method in class org.apache.arrow.vector.UInt2Vector
-
- getAccessor() - Method in class org.apache.arrow.vector.UInt4Vector
-
- getAccessor() - Method in class org.apache.arrow.vector.UInt8Vector
-
- getAccessor() - Method in interface org.apache.arrow.vector.ValueVector
-
Returns an
accessor that is used to read from this vector
instance.
- getAccessor() - Method in class org.apache.arrow.vector.VarBinaryVector
-
- getAccessor() - Method in class org.apache.arrow.vector.VarCharVector
-
- getAccessor() - Method in interface org.apache.arrow.vector.VariableWidthVector
-
- getAccessor() - Method in class org.apache.arrow.vector.ZeroVector
-
- 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.UnionVector
-
- getAllocator() - Method in interface org.apache.arrow.vector.ValueVector
-
- getAllocator() - Method in class org.apache.arrow.vector.ZeroVector
-
- getAsStringBuilder(int) - Method in class org.apache.arrow.vector.IntervalDayVector.Accessor
-
- getAsStringBuilder(int) - Method in class org.apache.arrow.vector.IntervalYearVector.Accessor
-
- getAsStringBuilder(int) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Accessor
-
- getAsStringBuilder(int) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Accessor
-
- getBigDecimalFromArrowBuf(ArrowBuf, int, int) - Static method in class org.apache.arrow.vector.util.DecimalUtility
-
- getBigDecimalFromByteBuffer(ByteBuffer, int, int) - Static method in class org.apache.arrow.vector.util.DecimalUtility
-
- getBigIntVector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getBitVector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getBitWidth() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Int
-
- getBodyLength() - Method in class org.apache.arrow.vector.file.ArrowBlock
-
- getBuffer() - Method in class org.apache.arrow.vector.BaseDataValueVector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableBitVector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableDateVector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableIntVector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableTimeVector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- getBuffer() - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.BaseDataValueVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.complex.AbstractMapVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.complex.ListVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.complex.NullableMapVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableBitVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableDateVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableIntVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableTimeVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- getBuffers() - Method in class org.apache.arrow.vector.schema.ArrowRecordBatch
-
- getBuffers(boolean) - Method in interface org.apache.arrow.vector.ValueVector
-
Return the underlying buffers associated with this vector.
- getBuffers(boolean) - Method in class org.apache.arrow.vector.VarBinaryVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.VarCharVector
-
- getBuffers(boolean) - Method in class org.apache.arrow.vector.ZeroVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.BaseDataValueVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.BitVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.complex.AbstractMapVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.complex.ListVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.complex.MapVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.complex.NullableMapVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableBitVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableDateVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableIntVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableTimeVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- getBufferSize() - Method in interface org.apache.arrow.vector.ValueVector
-
Returns the number of bytes that is used by this vector instance.
- getBufferSize() - Method in class org.apache.arrow.vector.VarBinaryVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.VarCharVector
-
- getBufferSize() - Method in class org.apache.arrow.vector.ZeroVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.BigIntVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.BitVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.complex.MapVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.complex.NullableMapVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.DateVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.DecimalVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.Float4Vector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.Float8Vector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.IntervalDayVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.IntervalYearVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.IntVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableBitVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableDateVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableIntVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableTimeVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.SmallIntVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.TimeStampVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.TimeVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.TinyIntVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.UInt1Vector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.UInt2Vector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.UInt4Vector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.UInt8Vector
-
- 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.
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.VarBinaryVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.VarCharVector
-
- getBufferSizeFor(int) - Method in class org.apache.arrow.vector.ZeroVector
-
- getBuffersLayout() - Method in class org.apache.arrow.vector.schema.ArrowRecordBatch
-
- getByOrdinal(int) - Method in class org.apache.arrow.vector.util.MapWithOrdinal
-
Returns the value corresponding to the given ordinal
- 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 class org.apache.arrow.vector.NullableVarBinaryVector
-
- getByteCapacity() - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- getByteCapacity() - Method in class org.apache.arrow.vector.VarBinaryVector
-
- getByteCapacity() - Method in class org.apache.arrow.vector.VarCharVector
-
- 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
-
- 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.AbstractMapVector
-
Returns a
ValueVector instance of subtype of
corresponding to the given
field name if exists or null.
- getChildByOrdinal(int) - Method in class org.apache.arrow.vector.complex.AbstractMapVector
-
Returns a
ValueVector corresponding to the given ordinal identifier.
- getChildFieldNames() - Method in class org.apache.arrow.vector.complex.AbstractMapVector
-
- getChildren() - Method in class org.apache.arrow.vector.complex.AbstractMapVector
-
Returns a sequence of underlying child vectors.
- getChildren() - Method in class org.apache.arrow.vector.types.pojo.Field
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.complex.ListVector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.complex.MapVector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- 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.NullableBigIntVector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.NullableBitVector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.NullableDateVector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.NullableIntVector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.NullableTimeVector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- getChildrenFromFields() - Method in class org.apache.arrow.vector.ZeroVector
-
- getChildVectorWithOrdinal(String) - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
-
- getChildVectorWithOrdinal(String) - Method in class org.apache.arrow.vector.complex.AbstractMapVector
-
Returns a vector with its corresponding ordinal mapping if field exists or null.
- getCurrentSizeInBytes() - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- getCurrentSizeInBytes() - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- getCurrentSizeInBytes() - Method in class org.apache.arrow.vector.VarBinaryVector
-
- getCurrentSizeInBytes() - Method in class org.apache.arrow.vector.VarCharVector
-
- getCurrentSizeInBytes() - Method in interface org.apache.arrow.vector.VariableWidthVector
-
- getDataVector() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
-
- getDataVector() - Method in class org.apache.arrow.vector.complex.ListVector
-
- getDataVector() - Method in interface org.apache.arrow.vector.complex.RepeatedValueVector
-
Returns the underlying data vector or null if none exists.
- getDateTimeFormatter() - Static method in class org.apache.arrow.vector.util.DateUtility
-
- getDateVector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getDictionaries() - Method in class org.apache.arrow.vector.file.ArrowFooter
-
- getField() - Method in class org.apache.arrow.vector.BigIntVector
-
- getField() - Method in class org.apache.arrow.vector.BitVector
-
- 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.DateReaderImpl
-
- getField() - Method in class org.apache.arrow.vector.complex.impl.DateWriterImpl
-
- 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.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.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.NullableMapWriter
-
- 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.SingleMapWriter
-
- 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.TimeReaderImpl
-
- getField() - Method in class org.apache.arrow.vector.complex.impl.TimeStampReaderImpl
-
- getField() - Method in class org.apache.arrow.vector.complex.impl.TimeStampWriterImpl
-
- getField() - Method in class org.apache.arrow.vector.complex.impl.TimeWriterImpl
-
- 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.UnionListWriter
-
- 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.ListVector
-
- getField() - Method in class org.apache.arrow.vector.complex.MapVector
-
- 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.MapWriter
-
- getField() - Method in class org.apache.arrow.vector.DateVector
-
- getField() - Method in class org.apache.arrow.vector.DecimalVector
-
- getField() - Method in class org.apache.arrow.vector.Float4Vector
-
- getField() - Method in class org.apache.arrow.vector.Float8Vector
-
- getField() - Method in class org.apache.arrow.vector.IntervalDayVector
-
- getField() - Method in class org.apache.arrow.vector.IntervalYearVector
-
- getField() - Method in class org.apache.arrow.vector.IntVector
-
- getField() - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- getField() - Method in class org.apache.arrow.vector.NullableBitVector
-
- getField() - Method in class org.apache.arrow.vector.NullableDateVector
-
- getField() - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- getField() - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- getField() - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- getField() - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- getField() - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- getField() - Method in class org.apache.arrow.vector.NullableIntVector
-
- getField() - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- getField() - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- getField() - Method in class org.apache.arrow.vector.NullableTimeVector
-
- getField() - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- getField() - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- getField() - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- getField() - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- getField() - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- getField() - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- getField() - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- getField() - Method in class org.apache.arrow.vector.SmallIntVector
-
- getField() - Method in class org.apache.arrow.vector.TimeStampVector
-
- getField() - Method in class org.apache.arrow.vector.TimeVector
-
- getField() - Method in class org.apache.arrow.vector.TinyIntVector
-
- getField(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.Field
-
- getField() - Method in enum org.apache.arrow.vector.types.Types.MinorType
-
- getField() - Method in class org.apache.arrow.vector.UInt1Vector
-
- getField() - Method in class org.apache.arrow.vector.UInt2Vector
-
- getField() - Method in class org.apache.arrow.vector.UInt4Vector
-
- getField() - Method in class org.apache.arrow.vector.UInt8Vector
-
- getField() - Method in interface org.apache.arrow.vector.ValueVector
-
Get information about how this field is materialized.
- getField() - Method in class org.apache.arrow.vector.VarBinaryVector
-
- getField() - Method in class org.apache.arrow.vector.VarCharVector
-
- getField() - Method in class org.apache.arrow.vector.ZeroVector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.complex.ListVector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.complex.NullableMapVector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getFieldBuffers() - Method in interface org.apache.arrow.vector.FieldVector
-
(same size as getFieldVectors() since it is their content)
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableBitVector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableDateVector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableIntVector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableTimeVector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- getFieldBuffers() - Method in class org.apache.arrow.vector.ZeroVector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.complex.ListVector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.complex.NullableMapVector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getFieldInnerVectors() - Method in interface org.apache.arrow.vector.FieldVector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableBitVector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableDateVector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableIntVector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableTimeVector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- getFieldInnerVectors() - Method in class org.apache.arrow.vector.ZeroVector
-
- getFields() - Method in class org.apache.arrow.vector.types.pojo.Schema
-
- getFloat4Vector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getFloat8Vector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getIndex(String) - Static method in class org.apache.arrow.vector.util.DateUtility
-
- getInnerValueCount() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector.BaseRepeatedAccessor
-
- getInnerValueCount() - Method in interface org.apache.arrow.vector.complex.RepeatedValueVector.RepeatedAccessor
-
Returns total number of cells that vector contains.
- getInnerValueCountAt(int) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector.BaseRepeatedAccessor
-
- getInnerValueCountAt(int) - Method in interface org.apache.arrow.vector.complex.RepeatedValueVector.RepeatedAccessor
-
Returns number of cells that the value at the given index contains.
- getInt(Field) - Static method in class org.apache.arrow.vector.types.pojo.ArrowType
-
- getIntervalDayVector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getIntervalYearVector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getIntVector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getIsSigned() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Int
-
- getLength() - Method in class org.apache.arrow.vector.schema.ArrowFieldNode
-
- getLength() - Method in class org.apache.arrow.vector.schema.ArrowRecordBatch
-
- getLength() - Method in class org.apache.arrow.vector.util.Text
-
Returns the number of bytes in the byte array
- getList() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getMap() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getMetadataLength() - Method in class org.apache.arrow.vector.file.ArrowBlock
-
- getMinorType() - Method in class org.apache.arrow.vector.BigIntVector
-
- getMinorType() - Method in class org.apache.arrow.vector.BitVector
-
- 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.DateHolderReaderImpl
-
- getMinorType() - Method in class org.apache.arrow.vector.complex.impl.DateReaderImpl
-
- 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.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.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.NullableBigIntHolderReaderImpl
-
- getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableBitHolderReaderImpl
-
- getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableDateHolderReaderImpl
-
- getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableDecimalHolderReaderImpl
-
- 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.NullableIntervalYearHolderReaderImpl
-
- getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableIntHolderReaderImpl
-
- getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableSmallIntHolderReaderImpl
-
- getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeHolderReaderImpl
-
- getMinorType() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampHolderReaderImpl
-
- 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.SingleMapReaderImpl
-
- 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.TimeHolderReaderImpl
-
- getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeReaderImpl
-
- getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeStampHolderReaderImpl
-
- getMinorType() - Method in class org.apache.arrow.vector.complex.impl.TimeStampReaderImpl
-
- 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.UnionListReader
-
- 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.ListVector
-
- getMinorType() - Method in class org.apache.arrow.vector.complex.MapVector
-
- 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.DateVector
-
- getMinorType() - Method in class org.apache.arrow.vector.DecimalVector
-
- getMinorType() - Method in class org.apache.arrow.vector.Float4Vector
-
- getMinorType() - Method in class org.apache.arrow.vector.Float8Vector
-
- getMinorType() - Method in class org.apache.arrow.vector.holders.UnionHolder
-
- getMinorType() - Method in class org.apache.arrow.vector.IntervalDayVector
-
- getMinorType() - Method in class org.apache.arrow.vector.IntervalYearVector
-
- getMinorType() - Method in class org.apache.arrow.vector.IntVector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableBitVector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableDateVector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableIntVector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableTimeVector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- getMinorType() - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- getMinorType() - Method in class org.apache.arrow.vector.SmallIntVector
-
- getMinorType() - Method in class org.apache.arrow.vector.TimeStampVector
-
- getMinorType() - Method in class org.apache.arrow.vector.TimeVector
-
- getMinorType() - Method in class org.apache.arrow.vector.TinyIntVector
-
- 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
-
- getMinorType() - Method in class org.apache.arrow.vector.VarCharVector
-
- getMinorType() - Method in class org.apache.arrow.vector.ZeroVector
-
- getMinorTypeForArrowType(ArrowType) - Static method in class org.apache.arrow.vector.types.Types
-
- getMode() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Union
-
- getMutator() - Method in class org.apache.arrow.vector.BigIntVector
-
- getMutator() - Method in class org.apache.arrow.vector.BitVector
-
- getMutator() - Method in class org.apache.arrow.vector.complex.ListVector
-
- getMutator() - Method in class org.apache.arrow.vector.complex.MapVector
-
- getMutator() - Method in class org.apache.arrow.vector.complex.NullableMapVector
-
- getMutator() - Method in interface org.apache.arrow.vector.complex.RepeatedValueVector
-
- getMutator() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getMutator() - Method in class org.apache.arrow.vector.DateVector
-
- getMutator() - Method in class org.apache.arrow.vector.DecimalVector
-
- getMutator() - Method in class org.apache.arrow.vector.Float4Vector
-
- getMutator() - Method in class org.apache.arrow.vector.Float8Vector
-
- getMutator() - Method in class org.apache.arrow.vector.IntervalDayVector
-
- getMutator() - Method in class org.apache.arrow.vector.IntervalYearVector
-
- getMutator() - Method in class org.apache.arrow.vector.IntVector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableBitVector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableDateVector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableIntVector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableTimeVector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- getMutator() - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- getMutator() - Method in class org.apache.arrow.vector.SmallIntVector
-
- getMutator() - Method in class org.apache.arrow.vector.TimeStampVector
-
- getMutator() - Method in class org.apache.arrow.vector.TimeVector
-
- getMutator() - Method in class org.apache.arrow.vector.TinyIntVector
-
- getMutator() - Method in class org.apache.arrow.vector.UInt1Vector
-
- getMutator() - Method in class org.apache.arrow.vector.UInt2Vector
-
- getMutator() - Method in class org.apache.arrow.vector.UInt4Vector
-
- getMutator() - Method in class org.apache.arrow.vector.UInt8Vector
-
- getMutator() - Method in interface org.apache.arrow.vector.ValueVector
-
Returns an
mutator that is used to write to this vector
instance.
- getMutator() - Method in class org.apache.arrow.vector.VarBinaryVector
-
- getMutator() - Method in class org.apache.arrow.vector.VarCharVector
-
- getMutator() - Method in interface org.apache.arrow.vector.VariableWidthVector
-
- getMutator() - Method in class org.apache.arrow.vector.ZeroVector
-
- getName() - Method in class org.apache.arrow.vector.schema.ArrowVectorType
-
- getName() - Method in class org.apache.arrow.vector.types.pojo.Field
-
- getNewFieldWriter(ValueVector) - Method in enum org.apache.arrow.vector.types.Types.MinorType
-
- getNewVector(String, BufferAllocator, CallBack, int...) - Method in enum org.apache.arrow.vector.types.Types.MinorType
-
- getNodes() - Method in class org.apache.arrow.vector.schema.ArrowRecordBatch
-
- getNullCount() - Method in class org.apache.arrow.vector.schema.ArrowFieldNode
-
- getObject(int) - Method in class org.apache.arrow.vector.BigIntVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.BitVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.complex.ListVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.complex.MapVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.complex.NullableMapVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.complex.UnionVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.DateVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.DecimalVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.Float4Vector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.Float8Vector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.IntervalDayVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.IntervalYearVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.IntVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableBigIntVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableBitVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableDateVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableDecimalVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableIntVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableTimeVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.NullableVarCharVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.SmallIntVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.TimeStampVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.TimeVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.TinyIntVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.UInt1Vector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.UInt2Vector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.UInt4Vector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.UInt8Vector.Accessor
-
- getObject(int) - Method in interface org.apache.arrow.vector.ValueVector.Accessor
-
Get the Java Object representation of the element at the specified position.
- getObject(int) - Method in class org.apache.arrow.vector.VarBinaryVector.Accessor
-
- getObject(int) - Method in class org.apache.arrow.vector.VarCharVector.Accessor
-
- getOffset() - Method in class org.apache.arrow.vector.file.ArrowBlock
-
- getOffset() - Method in class org.apache.arrow.vector.schema.ArrowBuffer
-
- getOffsetAddr() - Method in class org.apache.arrow.vector.VarBinaryVector
-
- getOffsetAddr() - Method in class org.apache.arrow.vector.VarCharVector
-
- getOffsetVector() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
-
- getOffsetVector() - Method in interface org.apache.arrow.vector.complex.RepeatedValueVector
-
Returns the underlying offset vector or null if none exists.
- getOffsetVector() - Method in class org.apache.arrow.vector.VarBinaryVector.Accessor
-
- getOffsetVector() - Method in class org.apache.arrow.vector.VarBinaryVector
-
- getOffsetVector() - Method in class org.apache.arrow.vector.VarCharVector.Accessor
-
- getOffsetVector() - Method in class org.apache.arrow.vector.VarCharVector
-
- getOrdinal(K) - Method in class org.apache.arrow.vector.util.MapWithOrdinal
-
Returns the ordinal corresponding to the given key.
- getPage() - Method in class org.apache.arrow.vector.schema.ArrowBuffer
-
- getPowerOfTen(int) - Static method in class org.apache.arrow.vector.util.DecimalUtility
-
- getPrecision() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Decimal
-
- getPrecision() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FloatingPoint
-
- getPrimitiveObject(int) - Method in class org.apache.arrow.vector.BigIntVector.Accessor
-
- getPrimitiveObject(int) - Method in class org.apache.arrow.vector.Float4Vector.Accessor
-
- getPrimitiveObject(int) - Method in class org.apache.arrow.vector.Float8Vector.Accessor
-
- getPrimitiveObject(int) - Method in class org.apache.arrow.vector.IntVector.Accessor
-
- getPrimitiveObject(int) - Method in class org.apache.arrow.vector.SmallIntVector.Accessor
-
- getPrimitiveObject(int) - Method in class org.apache.arrow.vector.TinyIntVector.Accessor
-
- getPrimitiveObject(int) - Method in class org.apache.arrow.vector.UInt1Vector.Accessor
-
- getPrimitiveObject(int) - Method in class org.apache.arrow.vector.UInt2Vector.Accessor
-
- getPrimitiveObject(int) - Method in class org.apache.arrow.vector.UInt4Vector.Accessor
-
- getPrimitiveObject(int) - Method in class org.apache.arrow.vector.UInt8Vector.Accessor
-
- getPrimitiveVectors() - Method in class org.apache.arrow.vector.complex.AbstractMapVector
-
Returns a list of scalar child vectors recursing the entire vector hierarchy.
- getReader() - Method in class org.apache.arrow.vector.BigIntVector
-
- getReader() - Method in class org.apache.arrow.vector.BitVector
-
- getReader() - Method in class org.apache.arrow.vector.complex.ListVector
-
- getReader() - Method in class org.apache.arrow.vector.complex.MapVector
-
- getReader() - Method in class org.apache.arrow.vector.complex.NullableMapVector
-
- getReader() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getReader() - Method in class org.apache.arrow.vector.DateVector
-
- getReader() - Method in class org.apache.arrow.vector.DecimalVector
-
- getReader() - Method in class org.apache.arrow.vector.Float4Vector
-
- getReader() - Method in class org.apache.arrow.vector.Float8Vector
-
- getReader() - Method in class org.apache.arrow.vector.IntervalDayVector
-
- getReader() - Method in class org.apache.arrow.vector.IntervalYearVector
-
- getReader() - Method in class org.apache.arrow.vector.IntVector
-
- getReader() - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- getReader() - Method in class org.apache.arrow.vector.NullableBitVector
-
- getReader() - Method in class org.apache.arrow.vector.NullableDateVector
-
- getReader() - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- getReader() - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- getReader() - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- getReader() - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- getReader() - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- getReader() - Method in class org.apache.arrow.vector.NullableIntVector
-
- getReader() - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- getReader() - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- getReader() - Method in class org.apache.arrow.vector.NullableTimeVector
-
- getReader() - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- getReader() - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- getReader() - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- getReader() - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- getReader() - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- getReader() - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- getReader() - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- getReader() - Method in class org.apache.arrow.vector.SmallIntVector
-
- getReader() - Method in class org.apache.arrow.vector.TimeStampVector
-
- getReader() - Method in class org.apache.arrow.vector.TimeVector
-
- getReader() - Method in class org.apache.arrow.vector.TinyIntVector
-
- 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
-
Returns a
field reader that supports reading values
from this vector.
- getReader() - Method in class org.apache.arrow.vector.VarBinaryVector
-
- getReader() - Method in class org.apache.arrow.vector.VarCharVector
-
- getReader() - Method in class org.apache.arrow.vector.ZeroVector
-
- getRecordBatch() - Method in class org.apache.arrow.vector.VectorUnloader
-
- getRecordBatches() - Method in class org.apache.arrow.vector.file.ArrowFooter
-
- getScale() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Decimal
-
- getSchema() - Method in class org.apache.arrow.vector.file.ArrowFooter
-
- getSchema(FlatBufferBuilder) - Method in class org.apache.arrow.vector.types.pojo.Schema
-
- getSchema() - Method in class org.apache.arrow.vector.VectorUnloader
-
- 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.schema.ArrowBuffer
-
- getSmallIntVector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getStartEnd(int) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Accessor
-
- getStartEnd(int) - Method in class org.apache.arrow.vector.NullableVarCharVector.Accessor
-
- getStartEnd(int) - Method in class org.apache.arrow.vector.VarBinaryVector.Accessor
-
- getStartEnd(int) - Method in class org.apache.arrow.vector.VarCharVector.Accessor
-
- getTimeFormatter() - Static method in class org.apache.arrow.vector.util.DateUtility
-
- getTimeStampVector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getTimeVector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getTimeZone(int) - Static method in class org.apache.arrow.vector.util.DateUtility
-
- getTinyIntVector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getTo() - Method in class org.apache.arrow.vector.complex.MapVector.MapTransferPair
-
- getTo() - Method in interface org.apache.arrow.vector.util.TransferPair
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.BaseValueVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.BigIntVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.BigIntVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.BitVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.BitVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.complex.ListVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.complex.MapVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.complex.MapVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.complex.NullableMapVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.complex.NullableMapVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.DateVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.DateVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.DecimalVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.DecimalVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.Float4Vector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.Float4Vector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.Float8Vector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.Float8Vector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.IntervalDayVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.IntervalDayVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.IntervalYearVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.IntervalYearVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.IntVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.IntVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableBitVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableBitVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableDateVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableDateVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableIntVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableIntVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableTimeVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableTimeVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.SmallIntVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.SmallIntVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.TimeStampVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.TimeStampVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.TimeVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.TimeVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.TinyIntVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.TinyIntVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.UInt1Vector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.UInt1Vector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.UInt2Vector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.UInt2Vector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.UInt4Vector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.UInt4Vector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.UInt8Vector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.UInt8Vector
-
- getTransferPair(BufferAllocator) - Method in interface org.apache.arrow.vector.ValueVector
-
Returns a
transfer pair, creating a new target vector of
the same type.
- getTransferPair(String, BufferAllocator) - Method in interface org.apache.arrow.vector.ValueVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.VarBinaryVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.VarBinaryVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.VarCharVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.VarCharVector
-
- getTransferPair(BufferAllocator) - Method in class org.apache.arrow.vector.ZeroVector
-
- getTransferPair(String, BufferAllocator) - Method in class org.apache.arrow.vector.ZeroVector
-
- getTwoAsLong(int) - Method in class org.apache.arrow.vector.Float4Vector.Accessor
-
- getTwoAsLong(int) - Method in class org.apache.arrow.vector.IntervalYearVector.Accessor
-
- getTwoAsLong(int) - Method in class org.apache.arrow.vector.IntVector.Accessor
-
- getTwoAsLong(int) - Method in class org.apache.arrow.vector.TimeVector.Accessor
-
- getTwoAsLong(int) - Method in class org.apache.arrow.vector.UInt4Vector.Accessor
-
- getType() - Method in class org.apache.arrow.vector.schema.ArrowVectorType
-
- getType() - Method in class org.apache.arrow.vector.schema.VectorLayout
-
- 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.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.List
-
- 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 enum org.apache.arrow.vector.types.Types.MinorType
-
- getTypeBitWidth() - Method in class org.apache.arrow.vector.schema.VectorLayout
-
- getTypeForField(Field) - Static method in class org.apache.arrow.vector.types.pojo.ArrowType
-
- getTypeIds() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Union
-
- getTypeLayout(ArrowType) - Static method in class org.apache.arrow.vector.schema.TypeLayout
-
- getTypeLayout() - Method in class org.apache.arrow.vector.types.pojo.Field
-
- getTypeType() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Binary
-
- getTypeType() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Bool
-
- getTypeType() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Date
-
- getTypeType() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Decimal
-
- getTypeType() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.FloatingPoint
-
- getTypeType() - Method in class org.apache.arrow.vector.types.pojo.ArrowType
-
- getTypeType() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Int
-
- getTypeType() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Interval
-
- getTypeType() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.List
-
- getTypeType() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Null
-
- getTypeType() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Struct_
-
- getTypeType() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Time
-
- getTypeType() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Timestamp
-
- getTypeType() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Union
-
- getTypeType() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Utf8
-
- getTypeValue(int) - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getTypeVector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getUInt1Vector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getUInt2Vector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getUInt4Vector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getUInt8Vector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getUnit() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Interval
-
- getUnit() - Method in class org.apache.arrow.vector.types.pojo.ArrowType.Timestamp
-
- getValueCapacity() - Method in class org.apache.arrow.vector.BigIntVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.BitVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
-
- 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.DateWriterImpl
-
- getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.DecimalWriterImpl
-
- 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.IntervalYearWriterImpl
-
- getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.IntWriterImpl
-
- getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.NullableMapWriter
-
- getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.PromotableWriter
-
- getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.SingleMapWriter
-
- getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.SmallIntWriterImpl
-
- getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.TimeStampWriterImpl
-
- getValueCapacity() - Method in class org.apache.arrow.vector.complex.impl.TimeWriterImpl
-
- 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.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.MapVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.complex.NullableMapVector
-
- 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.DateVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.DecimalVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.Float4Vector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.Float8Vector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.IntervalDayVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.IntervalYearVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.IntVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableBitVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableDateVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableIntVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableTimeVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.SmallIntVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.TimeStampVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.TimeVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.TinyIntVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.UInt1Vector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.UInt2Vector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.UInt4Vector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.UInt8Vector
-
- 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.VarBinaryVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.VarCharVector
-
- getValueCapacity() - Method in class org.apache.arrow.vector.ZeroVector
-
- getValueCount() - Method in class org.apache.arrow.vector.BigIntVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.BitVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector.BaseRepeatedAccessor
-
- getValueCount() - Method in class org.apache.arrow.vector.complex.MapVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.complex.UnionVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.DateVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.DecimalVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.Float4Vector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.Float8Vector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.IntervalDayVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.IntervalYearVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.IntVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableBigIntVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableBitVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableDateVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableDecimalVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableFloat4Vector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableFloat8Vector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableIntVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableSmallIntVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableTimeStampVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableTimeVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableTinyIntVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableUInt1Vector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableUInt2Vector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableUInt4Vector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableUInt8Vector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.NullableVarCharVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.SmallIntVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.TimeStampVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.TimeVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.TinyIntVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.UInt1Vector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.UInt2Vector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.UInt4Vector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.UInt8Vector.Accessor
-
- getValueCount() - Method in interface org.apache.arrow.vector.ValueVector.Accessor
-
Returns the number of values that is stored in this vector.
- getValueCount() - Method in class org.apache.arrow.vector.VarBinaryVector.Accessor
-
- getValueCount() - Method in class org.apache.arrow.vector.VarCharVector.Accessor
-
- getValueLength(int) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Accessor
-
- getValueLength(int) - Method in class org.apache.arrow.vector.NullableVarCharVector.Accessor
-
- getValueLength(int) - Method in class org.apache.arrow.vector.VarBinaryVector.Accessor
-
- getValueLength(int) - Method in class org.apache.arrow.vector.VarCharVector.Accessor
-
- getValueLength(int) - Method in interface org.apache.arrow.vector.VariableWidthVector.VariableWidthAccessor
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableBitVector
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableDateVector
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableIntVector
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableTimeVector
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- getValuesVector() - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- getValuesVector() - Method in interface org.apache.arrow.vector.NullableVector
-
- getVarBinaryVector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getVarByteLength() - Method in class org.apache.arrow.vector.VarBinaryVector
-
Return the number of bytes contained in the current var len byte vector.
- getVarByteLength() - Method in class org.apache.arrow.vector.VarCharVector
-
Return the number of bytes contained in the current var len byte vector.
- getVarCharVector() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- getVector() - Method in class org.apache.arrow.vector.AddOrGetResult
-
- getVectorById(int) - Method in class org.apache.arrow.vector.complex.MapVector
-
- getVectors() - Method in class org.apache.arrow.vector.schema.TypeLayout
-
- getVectorTypes() - Method in class org.apache.arrow.vector.schema.TypeLayout
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableBigIntVector.Mutator
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableBitVector.Mutator
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableDateVector.Mutator
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableDecimalVector.Mutator
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableFloat4Vector.Mutator
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableFloat8Vector.Mutator
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Mutator
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Mutator
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableIntVector.Mutator
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableSmallIntVector.Mutator
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableTimeStampVector.Mutator
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableTimeVector.Mutator
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableTinyIntVector.Mutator
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableUInt1Vector.Mutator
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableUInt2Vector.Mutator
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableUInt4Vector.Mutator
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableUInt8Vector.Mutator
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Mutator
-
- getVectorWithValues() - Method in class org.apache.arrow.vector.NullableVarCharVector.Mutator
-
- getWriter(Types.MinorType) - 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.ListVector
-
- getWriter() - Method in class org.apache.arrow.vector.complex.UnionVector
-
- 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(DateHolder) - Method in class org.apache.arrow.vector.complex.impl.DateHolderReaderImpl
-
- read(NullableDateHolder) - Method in class org.apache.arrow.vector.complex.impl.DateHolderReaderImpl
-
- read(NullableDateHolder) - Method in class org.apache.arrow.vector.complex.impl.DateReaderImpl
-
- 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(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(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(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(DateHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableDateHolderReaderImpl
-
- read(NullableDateHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableDateHolderReaderImpl
-
- 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(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(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(SmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableSmallIntHolderReaderImpl
-
- read(NullableSmallIntHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableSmallIntHolderReaderImpl
-
- read(TimeHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeHolderReaderImpl
-
- read(NullableTimeHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeHolderReaderImpl
-
- read(TimeStampHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampHolderReaderImpl
-
- read(NullableTimeStampHolder) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampHolderReaderImpl
-
- 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(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(TimeHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
-
- read(NullableTimeHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
-
- read(int, TimeHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
-
- read(int, NullableTimeHolder) - 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(DateHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
-
- read(NullableDateHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
-
- read(int, DateHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
-
- read(int, NullableDateHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
-
- read(TimeStampHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
-
- read(NullableTimeStampHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
-
- read(int, TimeStampHolder) - Method in class org.apache.arrow.vector.complex.impl.NullReader
-
- read(int, NullableTimeStampHolder) - 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(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(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(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(TimeHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeHolderReaderImpl
-
- read(NullableTimeHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeHolderReaderImpl
-
- read(NullableTimeHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeReaderImpl
-
- read(TimeStampHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampHolderReaderImpl
-
- read(NullableTimeStampHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampHolderReaderImpl
-
- read(NullableTimeStampHolder) - Method in class org.apache.arrow.vector.complex.impl.TimeStampReaderImpl
-
- 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.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(NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
-
- read(NullableTimeHolder) - 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(NullableDateHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
-
- read(NullableTimeStampHolder) - Method in class org.apache.arrow.vector.complex.impl.UnionReader
-
- read(NullableIntervalDayHolder) - 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(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(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(DateHolder) - Method in interface org.apache.arrow.vector.complex.reader.DateReader
-
- read(NullableDateHolder) - Method in interface org.apache.arrow.vector.complex.reader.DateReader
-
- 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(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(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(SmallIntHolder) - Method in interface org.apache.arrow.vector.complex.reader.SmallIntReader
-
- read(NullableSmallIntHolder) - Method in interface org.apache.arrow.vector.complex.reader.SmallIntReader
-
- read(TimeHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeReader
-
- read(NullableTimeHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeReader
-
- read(TimeStampHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampReader
-
- read(NullableTimeStampHolder) - Method in interface org.apache.arrow.vector.complex.reader.TimeStampReader
-
- 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
-
- 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.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 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.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.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.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.VarBinaryReader
-
- 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
-
- readDateTime() - Method in class org.apache.arrow.vector.complex.impl.DateHolderReaderImpl
-
- readDateTime() - Method in class org.apache.arrow.vector.complex.impl.DateReaderImpl
-
- readDateTime() - Method in class org.apache.arrow.vector.complex.impl.NullableDateHolderReaderImpl
-
- readDateTime() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeHolderReaderImpl
-
- readDateTime() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampHolderReaderImpl
-
- readDateTime(int) - Method in class org.apache.arrow.vector.complex.impl.NullReader
-
- readDateTime() - Method in class org.apache.arrow.vector.complex.impl.NullReader
-
- readDateTime() - Method in class org.apache.arrow.vector.complex.impl.TimeHolderReaderImpl
-
- readDateTime() - Method in class org.apache.arrow.vector.complex.impl.TimeReaderImpl
-
- readDateTime() - Method in class org.apache.arrow.vector.complex.impl.TimeStampHolderReaderImpl
-
- readDateTime() - Method in class org.apache.arrow.vector.complex.impl.TimeStampReaderImpl
-
- readDateTime() - Method in class org.apache.arrow.vector.complex.impl.UnionReader
-
- readDateTime() - Method in interface org.apache.arrow.vector.complex.reader.DateReader
-
- readDateTime() - Method in interface org.apache.arrow.vector.complex.reader.TimeReader
-
- readDateTime() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampReader
-
- 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
-
- 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.SingleMapReaderImpl
-
- 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() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.ListReader
-
- reader(String) - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.MapReader
-
- reader - Variable in class org.apache.arrow.vector.holders.ComplexHolder
-
- reader - Variable in class org.apache.arrow.vector.holders.UnionHolder
-
- 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
-
- readFooter() - Method in class org.apache.arrow.vector.file.ArrowReader
-
- 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.NullableIntHolderReaderImpl
-
- 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.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.IntReader
-
- readInteger() - Method in interface org.apache.arrow.vector.complex.reader.UInt4Reader
-
- 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.NullableBigIntHolderReaderImpl
-
- 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.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.UInt8Reader
-
- 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.DateHolderReaderImpl
-
- readObject() - Method in class org.apache.arrow.vector.complex.impl.DateReaderImpl
-
- 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.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.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.NullableBigIntHolderReaderImpl
-
- readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableBitHolderReaderImpl
-
- readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableDateHolderReaderImpl
-
- readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableDecimalHolderReaderImpl
-
- 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.NullableIntervalYearHolderReaderImpl
-
- readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableIntHolderReaderImpl
-
- readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableSmallIntHolderReaderImpl
-
- readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeHolderReaderImpl
-
- readObject() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampHolderReaderImpl
-
- 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.SingleMapReaderImpl
-
- 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.TimeHolderReaderImpl
-
- readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeReaderImpl
-
- readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeStampHolderReaderImpl
-
- readObject() - Method in class org.apache.arrow.vector.complex.impl.TimeStampReaderImpl
-
- 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.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.DateReader
-
- readObject() - Method in interface org.apache.arrow.vector.complex.reader.DecimalReader
-
- 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.IntervalYearReader
-
- readObject() - Method in interface org.apache.arrow.vector.complex.reader.IntReader
-
- readObject() - Method in interface org.apache.arrow.vector.complex.reader.SmallIntReader
-
- readObject() - Method in interface org.apache.arrow.vector.complex.reader.TimeReader
-
- readObject() - Method in interface org.apache.arrow.vector.complex.reader.TimeStampReader
-
- 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.IntervalDayHolderReaderImpl
-
- readPeriod() - Method in class org.apache.arrow.vector.complex.impl.IntervalDayReaderImpl
-
- 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.NullableIntervalDayHolderReaderImpl
-
- 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 interface org.apache.arrow.vector.complex.reader.IntervalDayReader
-
- readPeriod() - Method in interface org.apache.arrow.vector.complex.reader.IntervalYearReader
-
- readRecordBatch(ArrowBlock) - Method in class org.apache.arrow.vector.file.ArrowReader
-
- 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.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.VarCharReader
-
- 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.BigIntVector
-
Allocate new buffer with double capacity, and copy data into the new buffer.
- reAlloc() - Method in class org.apache.arrow.vector.BitVector
-
Allocate new buffer with double capacity, and copy data into the new buffer.
- reAlloc() - Method in class org.apache.arrow.vector.DateVector
-
Allocate new buffer with double capacity, and copy data into the new buffer.
- reAlloc() - Method in class org.apache.arrow.vector.DecimalVector
-
Allocate new buffer with double capacity, and copy data into the new buffer.
- reAlloc() - Method in class org.apache.arrow.vector.Float4Vector
-
Allocate new buffer with double capacity, and copy data into the new buffer.
- reAlloc() - Method in class org.apache.arrow.vector.Float8Vector
-
Allocate new buffer with double capacity, and copy data into the new buffer.
- reAlloc() - Method in class org.apache.arrow.vector.IntervalDayVector
-
Allocate new buffer with double capacity, and copy data into the new buffer.
- reAlloc() - Method in class org.apache.arrow.vector.IntervalYearVector
-
Allocate new buffer with double capacity, and copy data into the new buffer.
- reAlloc() - Method in class org.apache.arrow.vector.IntVector
-
Allocate new buffer with double capacity, and copy data into the new buffer.
- reAlloc() - Method in class org.apache.arrow.vector.SmallIntVector
-
Allocate new buffer with double capacity, and copy data into the new buffer.
- reAlloc() - Method in class org.apache.arrow.vector.TimeStampVector
-
Allocate new buffer with double capacity, and copy data into the new buffer.
- reAlloc() - Method in class org.apache.arrow.vector.TimeVector
-
Allocate new buffer with double capacity, and copy data into the new buffer.
- reAlloc() - Method in class org.apache.arrow.vector.TinyIntVector
-
Allocate new buffer with double capacity, and copy data into the new buffer.
- reAlloc() - Method in class org.apache.arrow.vector.UInt1Vector
-
Allocate new buffer with double capacity, and copy data into the new buffer.
- reAlloc() - Method in class org.apache.arrow.vector.UInt2Vector
-
Allocate new buffer with double capacity, and copy data into the new buffer.
- reAlloc() - Method in class org.apache.arrow.vector.UInt4Vector
-
Allocate new buffer with double capacity, and copy data into the new buffer.
- reAlloc() - Method in class org.apache.arrow.vector.UInt8Vector
-
Allocate new buffer with double capacity, and copy data into the new buffer.
- reAlloc() - Method in class org.apache.arrow.vector.VarBinaryVector
-
- reAlloc() - Method in class org.apache.arrow.vector.VarCharVector
-
- remove(Object) - Method in class org.apache.arrow.vector.util.MapWithOrdinal
-
- RepeatedFixedWidthVectorLike - Interface in org.apache.arrow.vector.complex
-
- RepeatedListHolder - Class in org.apache.arrow.vector.holders
-
- RepeatedListHolder() - Constructor for class org.apache.arrow.vector.holders.RepeatedListHolder
-
- RepeatedMapHolder - Class in org.apache.arrow.vector.holders
-
- RepeatedMapHolder() - Constructor for class org.apache.arrow.vector.holders.RepeatedMapHolder
-
- RepeatedValueVector - Interface in org.apache.arrow.vector.complex
-
An abstraction representing repeated value vectors.
- RepeatedValueVector.RepeatedAccessor - Interface in org.apache.arrow.vector.complex
-
- RepeatedValueVector.RepeatedMutator - Interface in org.apache.arrow.vector.complex
-
- RepeatedVariableWidthVectorLike - Interface in org.apache.arrow.vector.complex
-
- replaceDataVector(FieldVector) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
-
- reset() - Method in class org.apache.arrow.vector.BaseDataValueVector
-
This method has a similar effect of allocateNew() without actually clearing and reallocating
the value vector.
- reset() - Method in class org.apache.arrow.vector.BaseValueVector.BaseMutator
-
- reset() - Method in class org.apache.arrow.vector.BigIntVector
-
- reset() - Method in class org.apache.arrow.vector.BitVector
-
- reset() - Method in class org.apache.arrow.vector.complex.impl.ComplexWriterImpl
-
- reset() - Method in class org.apache.arrow.vector.complex.MapVector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.complex.NullableMapVector.Mutator
-
- reset() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader
-
- reset() - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- reset() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ComplexWriter
-
- reset() - Method in class org.apache.arrow.vector.DateVector
-
- reset() - Method in class org.apache.arrow.vector.DecimalVector
-
- reset() - Method in class org.apache.arrow.vector.Float4Vector
-
- reset() - Method in class org.apache.arrow.vector.Float8Vector
-
- reset() - Method in class org.apache.arrow.vector.IntervalDayVector
-
- reset() - Method in class org.apache.arrow.vector.IntervalYearVector
-
- reset() - Method in class org.apache.arrow.vector.IntVector
-
- reset() - Method in class org.apache.arrow.vector.NullableBigIntVector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableBigIntVector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- reset() - Method in class org.apache.arrow.vector.NullableBitVector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableBitVector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableBitVector
-
- reset() - Method in class org.apache.arrow.vector.NullableDateVector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableDateVector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableDateVector
-
- reset() - Method in class org.apache.arrow.vector.NullableDecimalVector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableDecimalVector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- reset() - Method in class org.apache.arrow.vector.NullableFloat4Vector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableFloat4Vector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- reset() - Method in class org.apache.arrow.vector.NullableFloat8Vector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableFloat8Vector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- reset() - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- reset() - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- reset() - Method in class org.apache.arrow.vector.NullableIntVector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableIntVector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableIntVector
-
- reset() - Method in class org.apache.arrow.vector.NullableSmallIntVector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableSmallIntVector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- reset() - Method in class org.apache.arrow.vector.NullableTimeStampVector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableTimeStampVector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- reset() - Method in class org.apache.arrow.vector.NullableTimeVector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableTimeVector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableTimeVector
-
- reset() - Method in class org.apache.arrow.vector.NullableTinyIntVector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableTinyIntVector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- reset() - Method in class org.apache.arrow.vector.NullableUInt1Vector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableUInt1Vector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- reset() - Method in class org.apache.arrow.vector.NullableUInt2Vector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableUInt2Vector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- reset() - Method in class org.apache.arrow.vector.NullableUInt4Vector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableUInt4Vector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- reset() - Method in class org.apache.arrow.vector.NullableUInt8Vector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableUInt8Vector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- reset() - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- reset() - Method in class org.apache.arrow.vector.NullableVarCharVector.Accessor
-
- reset() - Method in class org.apache.arrow.vector.NullableVarCharVector.Mutator
-
- reset() - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- reset() - Method in class org.apache.arrow.vector.SmallIntVector
-
- reset() - Method in class org.apache.arrow.vector.TimeStampVector
-
- reset() - Method in class org.apache.arrow.vector.TimeVector
-
- reset() - Method in class org.apache.arrow.vector.TinyIntVector
-
- reset() - Method in class org.apache.arrow.vector.UInt1Vector
-
- reset() - Method in class org.apache.arrow.vector.UInt2Vector
-
- reset() - Method in class org.apache.arrow.vector.UInt4Vector
-
- reset() - Method in class org.apache.arrow.vector.UInt8Vector
-
- reset() - Method in interface org.apache.arrow.vector.ValueVector.Mutator
-
Resets the mutator to pristine state.
- reset() - Method in class org.apache.arrow.vector.VarBinaryVector
-
- reset() - Method in class org.apache.arrow.vector.VarCharVector
-
- 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
-
- rootAsMap() - Method in class org.apache.arrow.vector.complex.impl.ComplexWriterImpl
-
- rootAsMap() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.ComplexReader
-
- rootAsMap() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ComplexWriter
-
- rootIsMap() - Method in interface org.apache.arrow.vector.complex.reader.BaseReader.ComplexReader
-
- scale - Variable in class org.apache.arrow.vector.holders.DecimalHolder
-
- scale - Variable in class org.apache.arrow.vector.holders.NullableDecimalHolder
-
- scale_long_constants - Static variable in class org.apache.arrow.vector.util.DecimalUtility
-
- 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
-
- SchemaChangeCallBack - Class in org.apache.arrow.vector
-
- 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
-
- 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
-
- secondsToMillis - Static variable in class org.apache.arrow.vector.util.DateUtility
-
- serialize(Text, JsonGenerator, SerializerProvider) - Method in class org.apache.arrow.vector.util.Text.TextSerializer
-
- set(int, long) - Method in class org.apache.arrow.vector.BigIntVector.Mutator
-
Set the element at the given index to the given value.
- set(int, BigIntHolder) - Method in class org.apache.arrow.vector.BigIntVector.Mutator
-
- set(int, NullableBigIntHolder) - Method in class org.apache.arrow.vector.BigIntVector.Mutator
-
- set(int, int) - Method in class org.apache.arrow.vector.BitVector.Mutator
-
Set the bit at the given index to the specified value.
- set(int, BitHolder) - Method in class org.apache.arrow.vector.BitVector.Mutator
-
- set(int, long) - Method in class org.apache.arrow.vector.DateVector.Mutator
-
Set the element at the given index to the given value.
- set(int, DateHolder) - Method in class org.apache.arrow.vector.DateVector.Mutator
-
- set(int, NullableDateHolder) - Method in class org.apache.arrow.vector.DateVector.Mutator
-
- set(int, ArrowBuf) - Method in class org.apache.arrow.vector.DecimalVector.Mutator
-
Set the element at the given index to the given value.
- set(int, DecimalHolder) - Method in class org.apache.arrow.vector.DecimalVector.Mutator
-
- set(int, int, ArrowBuf) - Method in class org.apache.arrow.vector.DecimalVector.Mutator
-
- set(int, float) - Method in class org.apache.arrow.vector.Float4Vector.Mutator
-
Set the element at the given index to the given value.
- set(int, Float4Holder) - Method in class org.apache.arrow.vector.Float4Vector.Mutator
-
- set(int, NullableFloat4Holder) - Method in class org.apache.arrow.vector.Float4Vector.Mutator
-
- set(int, double) - Method in class org.apache.arrow.vector.Float8Vector.Mutator
-
Set the element at the given index to the given value.
- set(int, Float8Holder) - Method in class org.apache.arrow.vector.Float8Vector.Mutator
-
- set(int, NullableFloat8Holder) - Method in class org.apache.arrow.vector.Float8Vector.Mutator
-
- set(int, ArrowBuf) - Method in class org.apache.arrow.vector.IntervalDayVector.Mutator
-
Set the element at the given index to the given value.
- set(int, int, int) - Method in class org.apache.arrow.vector.IntervalDayVector.Mutator
-
- set(int, IntervalDayHolder) - Method in class org.apache.arrow.vector.IntervalDayVector.Mutator
-
- set(int, NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.IntervalDayVector.Mutator
-
- set(int, int) - Method in class org.apache.arrow.vector.IntervalYearVector.Mutator
-
Set the element at the given index to the given value.
- set(int, IntervalYearHolder) - Method in class org.apache.arrow.vector.IntervalYearVector.Mutator
-
- set(int, NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.IntervalYearVector.Mutator
-
- set(int, int) - Method in class org.apache.arrow.vector.IntVector.Mutator
-
Set the element at the given index to the given value.
- set(int, IntHolder) - Method in class org.apache.arrow.vector.IntVector.Mutator
-
- set(int, NullableIntHolder) - Method in class org.apache.arrow.vector.IntVector.Mutator
-
- set(int, long) - Method in class org.apache.arrow.vector.NullableBigIntVector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableBigIntHolder) - Method in class org.apache.arrow.vector.NullableBigIntVector.Mutator
-
- set(int, BigIntHolder) - Method in class org.apache.arrow.vector.NullableBigIntVector.Mutator
-
- set(int, int, long) - Method in class org.apache.arrow.vector.NullableBigIntVector.Mutator
-
- set(int, int) - Method in class org.apache.arrow.vector.NullableBitVector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableBitHolder) - Method in class org.apache.arrow.vector.NullableBitVector.Mutator
-
- set(int, BitHolder) - Method in class org.apache.arrow.vector.NullableBitVector.Mutator
-
- set(int, int, int) - Method in class org.apache.arrow.vector.NullableBitVector.Mutator
-
- set(int, long) - Method in class org.apache.arrow.vector.NullableDateVector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableDateHolder) - Method in class org.apache.arrow.vector.NullableDateVector.Mutator
-
- set(int, DateHolder) - Method in class org.apache.arrow.vector.NullableDateVector.Mutator
-
- set(int, int, long) - Method in class org.apache.arrow.vector.NullableDateVector.Mutator
-
- set(int, ArrowBuf) - Method in class org.apache.arrow.vector.NullableDecimalVector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableDecimalHolder) - Method in class org.apache.arrow.vector.NullableDecimalVector.Mutator
-
- set(int, DecimalHolder) - Method in class org.apache.arrow.vector.NullableDecimalVector.Mutator
-
- set(int, int, int, ArrowBuf) - Method in class org.apache.arrow.vector.NullableDecimalVector.Mutator
-
- set(int, float) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableFloat4Holder) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Mutator
-
- set(int, Float4Holder) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Mutator
-
- set(int, int, float) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Mutator
-
- set(int, double) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableFloat8Holder) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Mutator
-
- set(int, Float8Holder) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Mutator
-
- set(int, int, double) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Mutator
-
- set(int, ArrowBuf) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Mutator
-
- set(int, IntervalDayHolder) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Mutator
-
- set(int, int, int, int) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Mutator
-
- set(int, int) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Mutator
-
- set(int, IntervalYearHolder) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Mutator
-
- set(int, int, int) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Mutator
-
- set(int, int) - Method in class org.apache.arrow.vector.NullableIntVector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableIntHolder) - Method in class org.apache.arrow.vector.NullableIntVector.Mutator
-
- set(int, IntHolder) - Method in class org.apache.arrow.vector.NullableIntVector.Mutator
-
- set(int, int, int) - Method in class org.apache.arrow.vector.NullableIntVector.Mutator
-
- set(int, int) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableSmallIntHolder) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Mutator
-
- set(int, SmallIntHolder) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Mutator
-
- set(int, int, short) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Mutator
-
- set(int, long) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableTimeStampHolder) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Mutator
-
- set(int, TimeStampHolder) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Mutator
-
- set(int, int, long) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Mutator
-
- set(int, int) - Method in class org.apache.arrow.vector.NullableTimeVector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableTimeHolder) - Method in class org.apache.arrow.vector.NullableTimeVector.Mutator
-
- set(int, TimeHolder) - Method in class org.apache.arrow.vector.NullableTimeVector.Mutator
-
- set(int, int, int) - Method in class org.apache.arrow.vector.NullableTimeVector.Mutator
-
- set(int, int) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableTinyIntHolder) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Mutator
-
- set(int, TinyIntHolder) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Mutator
-
- set(int, int, byte) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Mutator
-
- set(int, int) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableUInt1Holder) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Mutator
-
- set(int, UInt1Holder) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Mutator
-
- set(int, int, byte) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Mutator
-
- set(int, int) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableUInt2Holder) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Mutator
-
- set(int, UInt2Holder) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Mutator
-
- set(int, int, char) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Mutator
-
- set(int, int) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableUInt4Holder) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Mutator
-
- set(int, UInt4Holder) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Mutator
-
- set(int, int, int) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Mutator
-
- set(int, long) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableUInt8Holder) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Mutator
-
- set(int, UInt8Holder) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Mutator
-
- set(int, int, long) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Mutator
-
- set(int, byte[]) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Mutator
-
- set(int, VarBinaryHolder) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Mutator
-
- set(int, int, int, int, ArrowBuf) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Mutator
-
- set(int, byte[]) - Method in class org.apache.arrow.vector.NullableVarCharVector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, NullableVarCharHolder) - Method in class org.apache.arrow.vector.NullableVarCharVector.Mutator
-
- set(int, VarCharHolder) - Method in class org.apache.arrow.vector.NullableVarCharVector.Mutator
-
- set(int, int, int, int, ArrowBuf) - Method in class org.apache.arrow.vector.NullableVarCharVector.Mutator
-
- set(int, int) - Method in class org.apache.arrow.vector.SmallIntVector.Mutator
-
Set the element at the given index to the given value.
- set(int, SmallIntHolder) - Method in class org.apache.arrow.vector.SmallIntVector.Mutator
-
- set(int, NullableSmallIntHolder) - Method in class org.apache.arrow.vector.SmallIntVector.Mutator
-
- set(int, long) - Method in class org.apache.arrow.vector.TimeStampVector.Mutator
-
Set the element at the given index to the given value.
- set(int, TimeStampHolder) - Method in class org.apache.arrow.vector.TimeStampVector.Mutator
-
- set(int, NullableTimeStampHolder) - Method in class org.apache.arrow.vector.TimeStampVector.Mutator
-
- set(int, int) - Method in class org.apache.arrow.vector.TimeVector.Mutator
-
Set the element at the given index to the given value.
- set(int, TimeHolder) - Method in class org.apache.arrow.vector.TimeVector.Mutator
-
- set(int, NullableTimeHolder) - Method in class org.apache.arrow.vector.TimeVector.Mutator
-
- set(int, int) - Method in class org.apache.arrow.vector.TinyIntVector.Mutator
-
Set the element at the given index to the given value.
- set(int, TinyIntHolder) - Method in class org.apache.arrow.vector.TinyIntVector.Mutator
-
- set(int, NullableTinyIntHolder) - Method in class org.apache.arrow.vector.TinyIntVector.Mutator
-
- set(int, int) - Method in class org.apache.arrow.vector.UInt1Vector.Mutator
-
Set the element at the given index to the given value.
- set(int, UInt1Holder) - Method in class org.apache.arrow.vector.UInt1Vector.Mutator
-
- set(int, NullableUInt1Holder) - Method in class org.apache.arrow.vector.UInt1Vector.Mutator
-
- set(int, int) - Method in class org.apache.arrow.vector.UInt2Vector.Mutator
-
Set the element at the given index to the given value.
- set(int, UInt2Holder) - Method in class org.apache.arrow.vector.UInt2Vector.Mutator
-
- set(int, NullableUInt2Holder) - Method in class org.apache.arrow.vector.UInt2Vector.Mutator
-
- set(int, int) - Method in class org.apache.arrow.vector.UInt4Vector.Mutator
-
Set the element at the given index to the given value.
- set(int, UInt4Holder) - Method in class org.apache.arrow.vector.UInt4Vector.Mutator
-
- set(int, NullableUInt4Holder) - Method in class org.apache.arrow.vector.UInt4Vector.Mutator
-
- set(int, long) - Method in class org.apache.arrow.vector.UInt8Vector.Mutator
-
Set the element at the given index to the given value.
- set(int, UInt8Holder) - Method in class org.apache.arrow.vector.UInt8Vector.Mutator
-
- set(int, NullableUInt8Holder) - Method in class org.apache.arrow.vector.UInt8Vector.Mutator
-
- 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, byte[]) - Method in class org.apache.arrow.vector.VarBinaryVector.Mutator
-
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.VarBinaryVector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, int, int, ArrowBuf) - Method in class org.apache.arrow.vector.VarBinaryVector.Mutator
-
- set(int, NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.VarBinaryVector.Mutator
-
- set(int, VarBinaryHolder) - Method in class org.apache.arrow.vector.VarBinaryVector.Mutator
-
- set(int, byte[]) - Method in class org.apache.arrow.vector.VarCharVector.Mutator
-
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.VarCharVector.Mutator
-
Set the variable length element at the specified index to the supplied byte array.
- set(int, int, int, ArrowBuf) - Method in class org.apache.arrow.vector.VarCharVector.Mutator
-
- set(int, NullableVarCharHolder) - Method in class org.apache.arrow.vector.VarCharVector.Mutator
-
- set(int, VarCharHolder) - Method in class org.apache.arrow.vector.VarCharVector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.complex.NullableMapVector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableBigIntVector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableBitVector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableDateVector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableDecimalVector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableIntVector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableTimeVector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Mutator
-
- setIndexDefined(int) - Method in class org.apache.arrow.vector.NullableVarCharVector.Mutator
-
- setIndexDefined(int) - Method in interface org.apache.arrow.vector.NullableVectorDefinitionSetter
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.BigIntVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.BitVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.complex.MapVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.complex.NullableMapVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.complex.UnionVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.DateVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.DecimalVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.Float4Vector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.Float8Vector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.IntervalDayVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.IntervalYearVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.IntVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableBitVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableDateVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableIntVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableTimeVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.SmallIntVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.TimeStampVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.TimeVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.TinyIntVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.UInt1Vector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.UInt2Vector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.UInt4Vector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.UInt8Vector
-
- setInitialCapacity(int) - Method in interface org.apache.arrow.vector.ValueVector
-
Set the initial record capacity
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.VarBinaryVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.VarCharVector
-
- setInitialCapacity(int) - Method in class org.apache.arrow.vector.ZeroVector
-
- setNotNull(int) - Method in class org.apache.arrow.vector.complex.ListVector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.complex.NullableMapVector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableBigIntVector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableBitVector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableDateVector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableDecimalVector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableIntVector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableTimeVector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Mutator
-
- setNull(int) - Method in class org.apache.arrow.vector.NullableVarCharVector.Mutator
-
- 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.DateHolderReaderImpl
-
- setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.DecimalHolderReaderImpl
-
- 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.IntervalYearHolderReaderImpl
-
- setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.IntHolderReaderImpl
-
- 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.NullableDateHolderReaderImpl
-
- setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableDecimalHolderReaderImpl
-
- 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.NullableIntervalYearHolderReaderImpl
-
- setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableIntHolderReaderImpl
-
- setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableMapWriter
-
- setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableSmallIntHolderReaderImpl
-
- setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeHolderReaderImpl
-
- setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampHolderReaderImpl
-
- 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.SingleMapReaderImpl
-
- setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.SingleMapWriter
-
- setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.SmallIntHolderReaderImpl
-
- setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.TimeHolderReaderImpl
-
- setPosition(int) - Method in class org.apache.arrow.vector.complex.impl.TimeStampHolderReaderImpl
-
- 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.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
-
- setSafe(int, long) - Method in class org.apache.arrow.vector.BigIntVector.Mutator
-
- setSafe(int, BigIntHolder) - Method in class org.apache.arrow.vector.BigIntVector.Mutator
-
- setSafe(int, NullableBigIntHolder) - Method in class org.apache.arrow.vector.BigIntVector.Mutator
-
- setSafe(int, int) - Method in class org.apache.arrow.vector.BitVector.Mutator
-
- setSafe(int, BitHolder) - Method in class org.apache.arrow.vector.BitVector.Mutator
-
- setSafe(int, NullableBitHolder) - Method in class org.apache.arrow.vector.BitVector.Mutator
-
- setSafe(int, UnionHolder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, NullableTinyIntHolder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, NullableUInt1Holder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, NullableUInt2Holder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, NullableSmallIntHolder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, NullableIntHolder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, NullableUInt4Holder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, NullableFloat4Holder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, NullableTimeHolder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, NullableBigIntHolder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, NullableUInt8Holder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, NullableFloat8Holder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, NullableDateHolder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, NullableTimeStampHolder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, NullableVarCharHolder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, NullableBitHolder) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setSafe(int, long) - Method in class org.apache.arrow.vector.DateVector.Mutator
-
- setSafe(int, DateHolder) - Method in class org.apache.arrow.vector.DateVector.Mutator
-
- setSafe(int, NullableDateHolder) - Method in class org.apache.arrow.vector.DateVector.Mutator
-
- setSafe(int, ArrowBuf) - Method in class org.apache.arrow.vector.DecimalVector.Mutator
-
- setSafe(int, NullableDecimalHolder) - Method in class org.apache.arrow.vector.DecimalVector.Mutator
-
- setSafe(int, DecimalHolder) - Method in class org.apache.arrow.vector.DecimalVector.Mutator
-
- setSafe(int, int, ArrowBuf) - Method in class org.apache.arrow.vector.DecimalVector.Mutator
-
- setSafe(int, float) - Method in class org.apache.arrow.vector.Float4Vector.Mutator
-
- setSafe(int, Float4Holder) - Method in class org.apache.arrow.vector.Float4Vector.Mutator
-
- setSafe(int, NullableFloat4Holder) - Method in class org.apache.arrow.vector.Float4Vector.Mutator
-
- setSafe(int, double) - Method in class org.apache.arrow.vector.Float8Vector.Mutator
-
- setSafe(int, Float8Holder) - Method in class org.apache.arrow.vector.Float8Vector.Mutator
-
- setSafe(int, NullableFloat8Holder) - Method in class org.apache.arrow.vector.Float8Vector.Mutator
-
- setSafe(int, ArrowBuf) - Method in class org.apache.arrow.vector.IntervalDayVector.Mutator
-
- setSafe(int, int, int) - Method in class org.apache.arrow.vector.IntervalDayVector.Mutator
-
- setSafe(int, IntervalDayHolder) - Method in class org.apache.arrow.vector.IntervalDayVector.Mutator
-
- setSafe(int, NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.IntervalDayVector.Mutator
-
- setSafe(int, int) - Method in class org.apache.arrow.vector.IntervalYearVector.Mutator
-
- setSafe(int, IntervalYearHolder) - Method in class org.apache.arrow.vector.IntervalYearVector.Mutator
-
- setSafe(int, NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.IntervalYearVector.Mutator
-
- setSafe(int, int) - Method in class org.apache.arrow.vector.IntVector.Mutator
-
- setSafe(int, IntHolder) - Method in class org.apache.arrow.vector.IntVector.Mutator
-
- setSafe(int, NullableIntHolder) - Method in class org.apache.arrow.vector.IntVector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableBigIntVector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableBigIntVector.Mutator
-
- setSafe(int, int, long) - Method in class org.apache.arrow.vector.NullableBigIntVector.Mutator
-
- setSafe(int, NullableBigIntHolder) - Method in class org.apache.arrow.vector.NullableBigIntVector.Mutator
-
- setSafe(int, BigIntHolder) - Method in class org.apache.arrow.vector.NullableBigIntVector.Mutator
-
- setSafe(int, long) - Method in class org.apache.arrow.vector.NullableBigIntVector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableBitVector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableBitVector.Mutator
-
- setSafe(int, int, int) - Method in class org.apache.arrow.vector.NullableBitVector.Mutator
-
- setSafe(int, NullableBitHolder) - Method in class org.apache.arrow.vector.NullableBitVector.Mutator
-
- setSafe(int, BitHolder) - Method in class org.apache.arrow.vector.NullableBitVector.Mutator
-
- setSafe(int, int) - Method in class org.apache.arrow.vector.NullableBitVector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableDateVector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableDateVector.Mutator
-
- setSafe(int, int, long) - Method in class org.apache.arrow.vector.NullableDateVector.Mutator
-
- setSafe(int, NullableDateHolder) - Method in class org.apache.arrow.vector.NullableDateVector.Mutator
-
- setSafe(int, DateHolder) - Method in class org.apache.arrow.vector.NullableDateVector.Mutator
-
- setSafe(int, long) - Method in class org.apache.arrow.vector.NullableDateVector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableDecimalVector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableDecimalVector.Mutator
-
- setSafe(int, int, int, ArrowBuf) - Method in class org.apache.arrow.vector.NullableDecimalVector.Mutator
-
- setSafe(int, NullableDecimalHolder) - Method in class org.apache.arrow.vector.NullableDecimalVector.Mutator
-
- setSafe(int, DecimalHolder) - Method in class org.apache.arrow.vector.NullableDecimalVector.Mutator
-
- setSafe(int, ArrowBuf) - Method in class org.apache.arrow.vector.NullableDecimalVector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Mutator
-
- setSafe(int, int, float) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Mutator
-
- setSafe(int, NullableFloat4Holder) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Mutator
-
- setSafe(int, Float4Holder) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Mutator
-
- setSafe(int, float) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Mutator
-
- setSafe(int, int, double) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Mutator
-
- setSafe(int, NullableFloat8Holder) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Mutator
-
- setSafe(int, Float8Holder) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Mutator
-
- setSafe(int, double) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Mutator
-
- setSafe(int, int, int, int) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Mutator
-
- setSafe(int, NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Mutator
-
- setSafe(int, IntervalDayHolder) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Mutator
-
- setSafe(int, int, int) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Mutator
-
- setSafe(int, NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Mutator
-
- setSafe(int, IntervalYearHolder) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Mutator
-
- setSafe(int, int) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableIntVector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableIntVector.Mutator
-
- setSafe(int, int, int) - Method in class org.apache.arrow.vector.NullableIntVector.Mutator
-
- setSafe(int, NullableIntHolder) - Method in class org.apache.arrow.vector.NullableIntVector.Mutator
-
- setSafe(int, IntHolder) - Method in class org.apache.arrow.vector.NullableIntVector.Mutator
-
- setSafe(int, int) - Method in class org.apache.arrow.vector.NullableIntVector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Mutator
-
- setSafe(int, int, short) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Mutator
-
- setSafe(int, NullableSmallIntHolder) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Mutator
-
- setSafe(int, SmallIntHolder) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Mutator
-
- setSafe(int, short) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Mutator
-
- setSafe(int, int, long) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Mutator
-
- setSafe(int, NullableTimeStampHolder) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Mutator
-
- setSafe(int, TimeStampHolder) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Mutator
-
- setSafe(int, long) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableTimeVector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableTimeVector.Mutator
-
- setSafe(int, int, int) - Method in class org.apache.arrow.vector.NullableTimeVector.Mutator
-
- setSafe(int, NullableTimeHolder) - Method in class org.apache.arrow.vector.NullableTimeVector.Mutator
-
- setSafe(int, TimeHolder) - Method in class org.apache.arrow.vector.NullableTimeVector.Mutator
-
- setSafe(int, int) - Method in class org.apache.arrow.vector.NullableTimeVector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Mutator
-
- setSafe(int, int, byte) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Mutator
-
- setSafe(int, NullableTinyIntHolder) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Mutator
-
- setSafe(int, TinyIntHolder) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Mutator
-
- setSafe(int, byte) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Mutator
-
- setSafe(int, int, byte) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Mutator
-
- setSafe(int, NullableUInt1Holder) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Mutator
-
- setSafe(int, UInt1Holder) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Mutator
-
- setSafe(int, byte) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Mutator
-
- setSafe(int, int, char) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Mutator
-
- setSafe(int, NullableUInt2Holder) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Mutator
-
- setSafe(int, UInt2Holder) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Mutator
-
- setSafe(int, char) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Mutator
-
- setSafe(int, int, int) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Mutator
-
- setSafe(int, NullableUInt4Holder) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Mutator
-
- setSafe(int, UInt4Holder) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Mutator
-
- setSafe(int, int) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Mutator
-
- setSafe(int, int, long) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Mutator
-
- setSafe(int, NullableUInt8Holder) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Mutator
-
- setSafe(int, UInt8Holder) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Mutator
-
- setSafe(int, long) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Mutator
-
- setSafe(int, int, int, int, ArrowBuf) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Mutator
-
- setSafe(int, NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Mutator
-
- setSafe(int, VarBinaryHolder) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.NullableVarCharVector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.NullableVarCharVector.Mutator
-
- setSafe(int, int, int, int, ArrowBuf) - Method in class org.apache.arrow.vector.NullableVarCharVector.Mutator
-
- setSafe(int, NullableVarCharHolder) - Method in class org.apache.arrow.vector.NullableVarCharVector.Mutator
-
- setSafe(int, VarCharHolder) - Method in class org.apache.arrow.vector.NullableVarCharVector.Mutator
-
- setSafe(int, int) - Method in class org.apache.arrow.vector.SmallIntVector.Mutator
-
- setSafe(int, SmallIntHolder) - Method in class org.apache.arrow.vector.SmallIntVector.Mutator
-
- setSafe(int, NullableSmallIntHolder) - Method in class org.apache.arrow.vector.SmallIntVector.Mutator
-
- setSafe(int, long) - Method in class org.apache.arrow.vector.TimeStampVector.Mutator
-
- setSafe(int, TimeStampHolder) - Method in class org.apache.arrow.vector.TimeStampVector.Mutator
-
- setSafe(int, NullableTimeStampHolder) - Method in class org.apache.arrow.vector.TimeStampVector.Mutator
-
- setSafe(int, int) - Method in class org.apache.arrow.vector.TimeVector.Mutator
-
- setSafe(int, TimeHolder) - Method in class org.apache.arrow.vector.TimeVector.Mutator
-
- setSafe(int, NullableTimeHolder) - Method in class org.apache.arrow.vector.TimeVector.Mutator
-
- setSafe(int, int) - Method in class org.apache.arrow.vector.TinyIntVector.Mutator
-
- setSafe(int, TinyIntHolder) - Method in class org.apache.arrow.vector.TinyIntVector.Mutator
-
- setSafe(int, NullableTinyIntHolder) - Method in class org.apache.arrow.vector.TinyIntVector.Mutator
-
- setSafe(int, int) - Method in class org.apache.arrow.vector.UInt1Vector.Mutator
-
- setSafe(int, UInt1Holder) - Method in class org.apache.arrow.vector.UInt1Vector.Mutator
-
- setSafe(int, NullableUInt1Holder) - Method in class org.apache.arrow.vector.UInt1Vector.Mutator
-
- setSafe(int, int) - Method in class org.apache.arrow.vector.UInt2Vector.Mutator
-
- setSafe(int, UInt2Holder) - Method in class org.apache.arrow.vector.UInt2Vector.Mutator
-
- setSafe(int, NullableUInt2Holder) - Method in class org.apache.arrow.vector.UInt2Vector.Mutator
-
- setSafe(int, int) - Method in class org.apache.arrow.vector.UInt4Vector.Mutator
-
- setSafe(int, UInt4Holder) - Method in class org.apache.arrow.vector.UInt4Vector.Mutator
-
- setSafe(int, NullableUInt4Holder) - Method in class org.apache.arrow.vector.UInt4Vector.Mutator
-
- setSafe(int, long) - Method in class org.apache.arrow.vector.UInt8Vector.Mutator
-
- setSafe(int, UInt8Holder) - Method in class org.apache.arrow.vector.UInt8Vector.Mutator
-
- setSafe(int, NullableUInt8Holder) - Method in class org.apache.arrow.vector.UInt8Vector.Mutator
-
- setSafe(int, byte[]) - Method in class org.apache.arrow.vector.VarBinaryVector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.VarBinaryVector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.VarBinaryVector.Mutator
-
- setSafe(int, int, int, ArrowBuf) - Method in class org.apache.arrow.vector.VarBinaryVector.Mutator
-
- setSafe(int, NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.VarBinaryVector.Mutator
-
- setSafe(int, VarBinaryHolder) - Method in class org.apache.arrow.vector.VarBinaryVector.Mutator
-
- setSafe(int, byte[]) - Method in class org.apache.arrow.vector.VarCharVector.Mutator
-
- setSafe(int, ByteBuffer, int, int) - Method in class org.apache.arrow.vector.VarCharVector.Mutator
-
- setSafe(int, byte[], int, int) - Method in class org.apache.arrow.vector.VarCharVector.Mutator
-
- setSafe(int, int, int, ArrowBuf) - Method in class org.apache.arrow.vector.VarCharVector.Mutator
-
- setSafe(int, NullableVarCharHolder) - Method in class org.apache.arrow.vector.VarCharVector.Mutator
-
- setSafe(int, VarCharHolder) - Method in class org.apache.arrow.vector.VarCharVector.Mutator
-
- setSkipNull(int, BigIntHolder) - Method in class org.apache.arrow.vector.NullableBigIntVector.Mutator
-
- setSkipNull(int, NullableBigIntHolder) - Method in class org.apache.arrow.vector.NullableBigIntVector.Mutator
-
- setSkipNull(int, BitHolder) - Method in class org.apache.arrow.vector.NullableBitVector.Mutator
-
- setSkipNull(int, NullableBitHolder) - Method in class org.apache.arrow.vector.NullableBitVector.Mutator
-
- setSkipNull(int, DateHolder) - Method in class org.apache.arrow.vector.NullableDateVector.Mutator
-
- setSkipNull(int, NullableDateHolder) - Method in class org.apache.arrow.vector.NullableDateVector.Mutator
-
- setSkipNull(int, DecimalHolder) - Method in class org.apache.arrow.vector.NullableDecimalVector.Mutator
-
- setSkipNull(int, NullableDecimalHolder) - Method in class org.apache.arrow.vector.NullableDecimalVector.Mutator
-
- setSkipNull(int, Float4Holder) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Mutator
-
- setSkipNull(int, NullableFloat4Holder) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Mutator
-
- setSkipNull(int, Float8Holder) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Mutator
-
- setSkipNull(int, NullableFloat8Holder) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Mutator
-
- setSkipNull(int, IntervalDayHolder) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Mutator
-
- setSkipNull(int, NullableIntervalDayHolder) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Mutator
-
- setSkipNull(int, IntervalYearHolder) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Mutator
-
- setSkipNull(int, NullableIntervalYearHolder) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Mutator
-
- setSkipNull(int, IntHolder) - Method in class org.apache.arrow.vector.NullableIntVector.Mutator
-
- setSkipNull(int, NullableIntHolder) - Method in class org.apache.arrow.vector.NullableIntVector.Mutator
-
- setSkipNull(int, SmallIntHolder) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Mutator
-
- setSkipNull(int, NullableSmallIntHolder) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Mutator
-
- setSkipNull(int, TimeStampHolder) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Mutator
-
- setSkipNull(int, NullableTimeStampHolder) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Mutator
-
- setSkipNull(int, TimeHolder) - Method in class org.apache.arrow.vector.NullableTimeVector.Mutator
-
- setSkipNull(int, NullableTimeHolder) - Method in class org.apache.arrow.vector.NullableTimeVector.Mutator
-
- setSkipNull(int, TinyIntHolder) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Mutator
-
- setSkipNull(int, NullableTinyIntHolder) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Mutator
-
- setSkipNull(int, UInt1Holder) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Mutator
-
- setSkipNull(int, NullableUInt1Holder) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Mutator
-
- setSkipNull(int, UInt2Holder) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Mutator
-
- setSkipNull(int, NullableUInt2Holder) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Mutator
-
- setSkipNull(int, UInt4Holder) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Mutator
-
- setSkipNull(int, NullableUInt4Holder) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Mutator
-
- setSkipNull(int, UInt8Holder) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Mutator
-
- setSkipNull(int, NullableUInt8Holder) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Mutator
-
- setSkipNull(int, VarBinaryHolder) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Mutator
-
- setSkipNull(int, NullableVarBinaryHolder) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Mutator
-
- setSkipNull(int, VarCharHolder) - Method in class org.apache.arrow.vector.NullableVarCharVector.Mutator
-
- setSkipNull(int, NullableVarCharHolder) - Method in class org.apache.arrow.vector.NullableVarCharVector.Mutator
-
- setType(int, Types.MinorType) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.BigIntVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.BitVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector.BaseRepeatedMutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.complex.impl.ComplexWriterImpl
-
- setValueCount(int) - Method in class org.apache.arrow.vector.complex.impl.NullableMapWriter
-
- setValueCount(int) - Method in class org.apache.arrow.vector.complex.impl.SingleMapWriter
-
- setValueCount(int) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
-
- setValueCount(int) - Method in class org.apache.arrow.vector.complex.ListVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.complex.MapVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.complex.NullableMapVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.complex.UnionVector.Mutator
-
- setValueCount(int) - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.ComplexWriter
-
- setValueCount(int) - Method in class org.apache.arrow.vector.DateVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.DecimalVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.Float4Vector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.Float8Vector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.IntervalDayVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.IntervalYearVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.IntVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableBigIntVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableBitVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableDateVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableDecimalVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableFloat4Vector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableFloat8Vector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableIntervalDayVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableIntervalYearVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableIntVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableSmallIntVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableTimeStampVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableTimeVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableTinyIntVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableUInt1Vector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableUInt2Vector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableUInt4Vector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableUInt8Vector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.NullableVarCharVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.SmallIntVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.TimeStampVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.TimeVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.TinyIntVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.UInt1Vector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.UInt2Vector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.UInt4Vector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.UInt8Vector.Mutator
-
- setValueCount(int) - Method in interface org.apache.arrow.vector.ValueVector.Mutator
-
Sets the number of values that is stored in this vector to the given value count.
- setValueCount(int) - Method in class org.apache.arrow.vector.VarBinaryVector.Mutator
-
- setValueCount(int) - Method in class org.apache.arrow.vector.VarCharVector.Mutator
-
- setValueLengthSafe(int, int) - Method in class org.apache.arrow.vector.NullableVarBinaryVector.Mutator
-
- setValueLengthSafe(int, int) - Method in class org.apache.arrow.vector.NullableVarCharVector.Mutator
-
- setValueLengthSafe(int, int) - Method in class org.apache.arrow.vector.VarBinaryVector.Mutator
-
- setValueLengthSafe(int, int) - Method in class org.apache.arrow.vector.VarCharVector.Mutator
-
- setValueLengthSafe(int, int) - Method in interface org.apache.arrow.vector.VariableWidthVector.VariableWidthMutator
-
- SingleListReaderImpl - Class in org.apache.arrow.vector.complex.impl
-
- SingleListReaderImpl(String, AbstractContainerVector) - Constructor for class org.apache.arrow.vector.complex.impl.SingleListReaderImpl
-
- SingleMapReaderImpl - Class in org.apache.arrow.vector.complex.impl
-
- SingleMapReaderImpl(MapVector) - Constructor for class org.apache.arrow.vector.complex.impl.SingleMapReaderImpl
-
- SingleMapWriter - Class in org.apache.arrow.vector.complex.impl
-
- SingleMapWriter(MapVector) - Constructor for class org.apache.arrow.vector.complex.impl.SingleMapWriter
-
- size() - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
-
- size() - Method in class org.apache.arrow.vector.complex.AbstractMapVector
-
Returns the number of underlying child vectors.
- size() - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector
-
Returns 1 if inner vector is explicitly set via #addOrGetVector else 0
- 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.DateHolderReaderImpl
-
- size() - Method in class org.apache.arrow.vector.complex.impl.DecimalHolderReaderImpl
-
- 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.IntervalYearHolderReaderImpl
-
- size() - Method in class org.apache.arrow.vector.complex.impl.IntHolderReaderImpl
-
- 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.NullableDateHolderReaderImpl
-
- size() - Method in class org.apache.arrow.vector.complex.impl.NullableDecimalHolderReaderImpl
-
- 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.NullableIntervalYearHolderReaderImpl
-
- size() - Method in class org.apache.arrow.vector.complex.impl.NullableIntHolderReaderImpl
-
- size() - Method in class org.apache.arrow.vector.complex.impl.NullableSmallIntHolderReaderImpl
-
- size() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeHolderReaderImpl
-
- size() - Method in class org.apache.arrow.vector.complex.impl.NullableTimeStampHolderReaderImpl
-
- 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.TimeHolderReaderImpl
-
- size() - Method in class org.apache.arrow.vector.complex.impl.TimeStampHolderReaderImpl
-
- 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.UnionListReader
-
- 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 class org.apache.arrow.vector.util.MapWithOrdinal
-
- smallInt(String) - Method in class org.apache.arrow.vector.complex.impl.NullableMapWriter
-
- smallInt(String) - Method in class org.apache.arrow.vector.complex.impl.SingleMapWriter
-
- smallInt() - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
-
- smallInt(String) - Method in class org.apache.arrow.vector.complex.impl.UnionListWriter
-
- 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.MapWriter
-
- SmallIntHolder - Class in org.apache.arrow.vector.holders
-
- 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
-
- SmallIntReaderImpl - Class in org.apache.arrow.vector.complex.impl
-
- SmallIntReaderImpl(NullableSmallIntVector) - Constructor for class org.apache.arrow.vector.complex.impl.SmallIntReaderImpl
-
- SmallIntVector - Class in org.apache.arrow.vector
-
SmallInt implements a vector of fixed width values.
- SmallIntVector(String, BufferAllocator) - Constructor for class org.apache.arrow.vector.SmallIntVector
-
- SmallIntVector.Accessor - Class in org.apache.arrow.vector
-
- SmallIntVector.Accessor() - Constructor for class org.apache.arrow.vector.SmallIntVector.Accessor
-
- SmallIntVector.Mutator - Class in org.apache.arrow.vector
-
SmallInt.Mutator implements a mutable vector of fixed width values.
- SmallIntWriter - Interface in org.apache.arrow.vector.complex.writer
-
- SmallIntWriterImpl - Class in org.apache.arrow.vector.complex.impl
-
- SmallIntWriterImpl(NullableSmallIntVector) - Constructor for class org.apache.arrow.vector.complex.impl.SmallIntWriterImpl
-
- splitAndTransfer(int, int) - Method in class org.apache.arrow.vector.complex.MapVector.MapTransferPair
-
- splitAndTransfer(int, int) - Method in class org.apache.arrow.vector.complex.NullableMapVector.NullableMapTransferPair
-
- splitAndTransfer(int, int) - Method in interface org.apache.arrow.vector.util.TransferPair
-
- splitAndTransferTo(int, int, BigIntVector) - Method in class org.apache.arrow.vector.BigIntVector
-
- splitAndTransferTo(int, int, BitVector) - Method in class org.apache.arrow.vector.BitVector
-
- splitAndTransferTo(int, int, DateVector) - Method in class org.apache.arrow.vector.DateVector
-
- splitAndTransferTo(int, int, DecimalVector) - Method in class org.apache.arrow.vector.DecimalVector
-
- splitAndTransferTo(int, int, Float4Vector) - Method in class org.apache.arrow.vector.Float4Vector
-
- splitAndTransferTo(int, int, Float8Vector) - Method in class org.apache.arrow.vector.Float8Vector
-
- splitAndTransferTo(int, int, IntervalDayVector) - Method in class org.apache.arrow.vector.IntervalDayVector
-
- splitAndTransferTo(int, int, IntervalYearVector) - Method in class org.apache.arrow.vector.IntervalYearVector
-
- splitAndTransferTo(int, int, IntVector) - Method in class org.apache.arrow.vector.IntVector
-
- splitAndTransferTo(int, int, NullableBigIntVector) - Method in class org.apache.arrow.vector.NullableBigIntVector
-
- splitAndTransferTo(int, int, NullableBitVector) - Method in class org.apache.arrow.vector.NullableBitVector
-
- splitAndTransferTo(int, int, NullableDateVector) - Method in class org.apache.arrow.vector.NullableDateVector
-
- splitAndTransferTo(int, int, NullableDecimalVector) - Method in class org.apache.arrow.vector.NullableDecimalVector
-
- splitAndTransferTo(int, int, NullableFloat4Vector) - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
- splitAndTransferTo(int, int, NullableFloat8Vector) - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
- splitAndTransferTo(int, int, NullableIntervalDayVector) - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
- splitAndTransferTo(int, int, NullableIntervalYearVector) - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
- splitAndTransferTo(int, int, NullableIntVector) - Method in class org.apache.arrow.vector.NullableIntVector
-
- splitAndTransferTo(int, int, NullableSmallIntVector) - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
- splitAndTransferTo(int, int, NullableTimeStampVector) - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
- splitAndTransferTo(int, int, NullableTimeVector) - Method in class org.apache.arrow.vector.NullableTimeVector
-
- splitAndTransferTo(int, int, NullableTinyIntVector) - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
- splitAndTransferTo(int, int, NullableUInt1Vector) - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
- splitAndTransferTo(int, int, NullableUInt2Vector) - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
- splitAndTransferTo(int, int, NullableUInt4Vector) - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
- splitAndTransferTo(int, int, NullableUInt8Vector) - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
- splitAndTransferTo(int, int, NullableVarBinaryVector) - Method in class org.apache.arrow.vector.NullableVarBinaryVector
-
- splitAndTransferTo(int, int, NullableVarCharVector) - Method in class org.apache.arrow.vector.NullableVarCharVector
-
- splitAndTransferTo(int, int, SmallIntVector) - Method in class org.apache.arrow.vector.SmallIntVector
-
- splitAndTransferTo(int, int, TimeStampVector) - Method in class org.apache.arrow.vector.TimeStampVector
-
- splitAndTransferTo(int, int, TimeVector) - Method in class org.apache.arrow.vector.TimeVector
-
- splitAndTransferTo(int, int, TinyIntVector) - Method in class org.apache.arrow.vector.TinyIntVector
-
- splitAndTransferTo(int, int, UInt1Vector) - Method in class org.apache.arrow.vector.UInt1Vector
-
- splitAndTransferTo(int, int, UInt2Vector) - Method in class org.apache.arrow.vector.UInt2Vector
-
- splitAndTransferTo(int, int, UInt4Vector) - Method in class org.apache.arrow.vector.UInt4Vector
-
- splitAndTransferTo(int, int, UInt8Vector) - Method in class org.apache.arrow.vector.UInt8Vector
-
- splitAndTransferTo(int, int, VarBinaryVector) - Method in class org.apache.arrow.vector.VarBinaryVector
-
- splitAndTransferTo(int, int, VarCharVector) - Method in class org.apache.arrow.vector.VarCharVector
-
- start() - Method in class org.apache.arrow.vector.complex.impl.MapOrListWriterImpl
-
- start() - Method in class org.apache.arrow.vector.complex.impl.NullableMapWriter
-
- start() - Method in class org.apache.arrow.vector.complex.impl.SingleMapWriter
-
- 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.MapOrListWriter
-
- start() - Method in interface org.apache.arrow.vector.complex.writer.BaseWriter.MapWriter
-
- start - Variable in class org.apache.arrow.vector.holders.DecimalHolder
-
- start - Variable in class org.apache.arrow.vector.holders.NullableDecimalHolder
-
- 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.RepeatedMapHolder
-
- start - Variable in class org.apache.arrow.vector.holders.VarBinaryHolder
-
- start - Variable in class org.apache.arrow.vector.holders.VarCharHolder
-
- 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
-
- startNewValue(int) - Method in class org.apache.arrow.vector.complex.BaseRepeatedValueVector.BaseRepeatedMutator
-
- startNewValue(int) - Method in class org.apache.arrow.vector.complex.ListVector.Mutator
-
- startNewValue(int) - Method in interface org.apache.arrow.vector.complex.RepeatedValueVector.RepeatedMutator
-
Starts a new value that is a container of cells.
- StateTool - Class in org.apache.arrow.vector.complex
-
- StateTool() - Constructor for class org.apache.arrow.vector.complex.StateTool
-
- supportsDirectRead() - Method in class org.apache.arrow.vector.complex.AbstractContainerVector
-
- supportsDirectRead() - Method in class org.apache.arrow.vector.complex.MapVector
-
- zeroVector() - Method in class org.apache.arrow.vector.BigIntVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.BitVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.DateVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.DecimalVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in interface org.apache.arrow.vector.FixedWidthVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.Float4Vector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.Float8Vector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.IntervalDayVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.IntervalYearVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.IntVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.NullableBigIntVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.NullableBitVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.NullableDateVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.NullableDecimalVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.NullableFloat4Vector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.NullableFloat8Vector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.NullableIntervalDayVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.NullableIntervalYearVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.NullableIntVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.NullableSmallIntVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.NullableTimeStampVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.NullableTimeVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.NullableTinyIntVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.NullableUInt1Vector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.NullableUInt2Vector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.NullableUInt4Vector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.NullableUInt8Vector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.SmallIntVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.TimeStampVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.TimeVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.TinyIntVector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.UInt1Vector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.UInt2Vector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.UInt4Vector
-
Zero out the underlying buffer backing this vector.
- zeroVector() - Method in class org.apache.arrow.vector.UInt8Vector
-
Zero out the underlying buffer backing this vector.
- ZeroVector - Class in org.apache.arrow.vector
-
- ZeroVector() - Constructor for class org.apache.arrow.vector.ZeroVector
-