Package org.apache.drill.exec.vector
Class NullableDecimal28SparseVector.Mutator
java.lang.Object
org.apache.drill.exec.vector.BaseValueVector.BaseMutator
org.apache.drill.exec.vector.NullableDecimal28SparseVector.Mutator
- All Implemented Interfaces:
NullableVector.Mutator
,NullableVectorDefinitionSetter
,ValueVector.Mutator
- Enclosing class:
- NullableDecimal28SparseVector
public final class NullableDecimal28SparseVector.Mutator
extends BaseValueVector.BaseMutator
implements NullableVectorDefinitionSetter, NullableVector.Mutator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exchange
(ValueVector.Mutator other) Exchanges state with the mutator of another mutator.void
void
generateTestData
(int valueCount) boolean
isSafe
(int outIndex) void
reset()
Resets the mutator to pristine state.void
void
Set the variable length element at the specified index to the supplied value.void
set
(int index, BigDecimal value) void
set
(int index, Decimal28SparseHolder holder) void
set
(int index, NullableDecimal28SparseHolder holder) void
setIndexDefined
(int index) Set value at position "index" to be defined.void
setIndexDefined
(int index, int numValues) Set a contiguous set of values starting at position "index" to be defined.void
setNull
(int index) void
void
setSafe
(int index, BigDecimal value) void
setSafe
(int index, Decimal28SparseHolder value) void
setSafe
(int index, NullableDecimal28SparseHolder value) void
setSetCount
(int n) Used by the vector accessors to force the last set value.void
setSkipNull
(int index, Decimal28SparseHolder holder) void
setSkipNull
(int index, NullableDecimal28SparseHolder holder) void
setValueCount
(int valueCount) Sets the number of values that is stored in this vector to the given value count.
-
Method Details
-
getVectorWithValues
-
setIndexDefined
public void setIndexDefined(int index) Description copied from interface:NullableVectorDefinitionSetter
Set value at position "index" to be defined.- Specified by:
setIndexDefined
in interfaceNullableVectorDefinitionSetter
- Parameters:
index
- value position
-
setIndexDefined
public void setIndexDefined(int index, int numValues) Set a contiguous set of values starting at position "index" to be defined.- Specified by:
setIndexDefined
in interfaceNullableVectorDefinitionSetter
- Parameters:
index
- value positionnumValues
- of contiguous values
-
set
Set the variable length element at the specified index to the supplied value.- Parameters:
index
- position of the bit to setvalue
- value to write
-
setNull
public void setNull(int index) -
setSkipNull
-
setSkipNull
-
set
-
set
-
isSafe
public boolean isSafe(int outIndex) -
set
-
setSafe
-
setSafe
-
setSafe
-
set
-
setSafe
-
setValueCount
public void setValueCount(int valueCount) Description copied from interface:ValueVector.Mutator
Sets the number of values that is stored in this vector to the given value count. WARNING! Once the valueCount is set, the vector should be considered immutable.- Specified by:
setValueCount
in interfaceValueVector.Mutator
- Parameters:
valueCount
- value count to set.
-
generateTestData
public void generateTestData(int valueCount) - Specified by:
generateTestData
in interfaceValueVector.Mutator
- Overrides:
generateTestData
in classBaseValueVector.BaseMutator
-
reset
public void reset()Description copied from interface:ValueVector.Mutator
Resets the mutator to pristine state.- Specified by:
reset
in interfaceValueVector.Mutator
- Overrides:
reset
in classBaseValueVector.BaseMutator
-
setSetCount
public void setSetCount(int n) Description copied from interface:NullableVector.Mutator
Used by the vector accessors to force the last set value.- Specified by:
setSetCount
in interfaceNullableVector.Mutator
- Parameters:
n
- the value of the last set field used to fill empties
-
exchange
Description copied from interface:ValueVector.Mutator
Exchanges state with the mutator of another mutator. Used when exchanging state with another vector.- Specified by:
exchange
in interfaceValueVector.Mutator
- Overrides:
exchange
in classBaseValueVector.BaseMutator
-
fromNotNullable
-