public class EmptyValuePopulator extends Object
| Constructor and Description |
|---|
EmptyValuePopulator(org.apache.drill.exec.vector.UInt4Vector offsets) |
| Modifier and Type | Method and Description |
|---|---|
void |
populate(int valueCount)
Marks all values since the last set as empty.
|
public EmptyValuePopulator(org.apache.drill.exec.vector.UInt4Vector offsets)
public void populate(int valueCount)
valueCount - the last index (inclusive) in the offsets vector until which empty
population takes place. Given in record (not offset) unitsIndexOutOfBoundsException - if lastIndex is negative or greater than offsets capacity.Copyright © 2021 The Apache Software Foundation. All rights reserved.