public final class IntervalDayVector.Mutator extends BaseValueVector.BaseMutator
| Modifier and Type | Method and Description |
|---|---|
void |
generateTestData(int count) |
void |
set(int index,
ArrowBuf value)
Set the element at the given index to the given value.
|
protected void |
set(int index,
IntervalDayHolder holder) |
void |
set(int index,
int days,
int milliseconds) |
protected void |
set(int index,
NullableIntervalDayHolder holder) |
void |
setSafe(int index,
ArrowBuf value) |
void |
setSafe(int index,
IntervalDayHolder holder) |
void |
setSafe(int index,
int days,
int milliseconds) |
void |
setSafe(int index,
NullableIntervalDayHolder holder) |
void |
setValueCount(int valueCount)
Sets the number of values that is stored in this vector to the given value count.
|
resetpublic void set(int index,
ArrowBuf value)
index - position of the bit to setvalue - value to setpublic void setSafe(int index,
ArrowBuf value)
public void set(int index,
int days,
int milliseconds)
protected void set(int index,
IntervalDayHolder holder)
protected void set(int index,
NullableIntervalDayHolder holder)
public void setSafe(int index,
int days,
int milliseconds)
public void setSafe(int index,
IntervalDayHolder holder)
public void setSafe(int index,
NullableIntervalDayHolder holder)
public void generateTestData(int count)
generateTestData in interface ValueVector.MutatorgenerateTestData in class BaseValueVector.BaseMutatorcount - the number of values to generatepublic void setValueCount(int valueCount)
ValueVector.MutatorvalueCount - value count to set.Copyright © 2017 The Apache Software Foundation. All rights reserved.