Uses of Interface
org.apache.drill.exec.vector.ValueVector.Mutator
-
Uses of ValueVector.Mutator in org.apache.drill.exec.vector
Modifier and TypeInterfaceDescriptionstatic interface
static interface
Modifier and TypeClassDescriptionstatic class
final class
BigInt.Mutator implements a mutable vector of fixed width values.class
MutableBit implements a vector of bit-width values.final class
Date.Mutator implements a mutable vector of fixed width values.final class
Decimal18.Mutator implements a mutable vector of fixed width values.final class
Decimal28Dense.Mutator implements a mutable vector of fixed width values.final class
Decimal28Sparse.Mutator implements a mutable vector of fixed width values.final class
Decimal38Dense.Mutator implements a mutable vector of fixed width values.final class
Decimal38Sparse.Mutator implements a mutable vector of fixed width values.final class
Decimal9.Mutator implements a mutable vector of fixed width values.final class
Float4.Mutator implements a mutable vector of fixed width values.final class
Float8.Mutator implements a mutable vector of fixed width values.final class
IntervalDay.Mutator implements a mutable vector of fixed width values.final class
Interval.Mutator implements a mutable vector of fixed width values.final class
IntervalYear.Mutator implements a mutable vector of fixed width values.final class
Int.Mutator implements a mutable vector of fixed width values.final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
SmallInt.Mutator implements a mutable vector of fixed width values.final class
TimeStamp.Mutator implements a mutable vector of fixed width values.final class
Time.Mutator implements a mutable vector of fixed width values.final class
TinyInt.Mutator implements a mutable vector of fixed width values.final class
UInt1.Mutator implements a mutable vector of fixed width values.final class
UInt2.Mutator implements a mutable vector of fixed width values.final class
UInt4.Mutator implements a mutable vector of fixed width values.final class
UInt8.Mutator implements a mutable vector of fixed width values.final class
UntypedNullVector.Mutator throws Exception for most of its mutate operations, except for the ones that set value counts.final class
Overviewfinal class
Overviewfinal class
Overviewfinal class
OverviewModifier and TypeMethodDescriptionValueVector.getMutator()
Returns anmutator
that is used to write to this vector instance.ZeroVector.getMutator()
Modifier and TypeMethodDescriptionvoid
BaseValueVector.BaseMutator.exchange
(ValueVector.Mutator other) void
NullableBigIntVector.Mutator.exchange
(ValueVector.Mutator other) void
NullableBitVector.Mutator.exchange
(ValueVector.Mutator other) void
NullableDateVector.Mutator.exchange
(ValueVector.Mutator other) void
NullableDecimal18Vector.Mutator.exchange
(ValueVector.Mutator other) void
NullableDecimal28DenseVector.Mutator.exchange
(ValueVector.Mutator other) void
NullableDecimal28SparseVector.Mutator.exchange
(ValueVector.Mutator other) void
NullableDecimal38DenseVector.Mutator.exchange
(ValueVector.Mutator other) void
NullableDecimal38SparseVector.Mutator.exchange
(ValueVector.Mutator other) void
NullableDecimal9Vector.Mutator.exchange
(ValueVector.Mutator other) void
NullableFloat4Vector.Mutator.exchange
(ValueVector.Mutator other) void
NullableFloat8Vector.Mutator.exchange
(ValueVector.Mutator other) void
NullableIntervalDayVector.Mutator.exchange
(ValueVector.Mutator other) void
NullableIntervalVector.Mutator.exchange
(ValueVector.Mutator other) void
NullableIntervalYearVector.Mutator.exchange
(ValueVector.Mutator other) void
NullableIntVector.Mutator.exchange
(ValueVector.Mutator other) void
NullableSmallIntVector.Mutator.exchange
(ValueVector.Mutator other) void
NullableTimeStampVector.Mutator.exchange
(ValueVector.Mutator other) void
NullableTimeVector.Mutator.exchange
(ValueVector.Mutator other) void
NullableTinyIntVector.Mutator.exchange
(ValueVector.Mutator other) void
NullableUInt1Vector.Mutator.exchange
(ValueVector.Mutator other) void
NullableUInt2Vector.Mutator.exchange
(ValueVector.Mutator other) void
NullableUInt4Vector.Mutator.exchange
(ValueVector.Mutator other) void
NullableUInt8Vector.Mutator.exchange
(ValueVector.Mutator other) void
NullableVar16CharVector.Mutator.exchange
(ValueVector.Mutator other) void
NullableVarBinaryVector.Mutator.exchange
(ValueVector.Mutator other) void
NullableVarCharVector.Mutator.exchange
(ValueVector.Mutator other) void
NullableVarDecimalVector.Mutator.exchange
(ValueVector.Mutator other) void
ObjectVector.Mutator.exchange
(ValueVector.Mutator other) void
ValueVector.Mutator.exchange
(ValueVector.Mutator other) Exchanges state with the mutator of another mutator. -
Uses of ValueVector.Mutator in org.apache.drill.exec.vector.complex
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Modifier and TypeMethodDescriptionvoid
AbstractRepeatedMapVector.Mutator.exchange
(ValueVector.Mutator other)