Class SelectionVector2Builder
java.lang.Object
org.apache.drill.exec.record.selection.SelectionVector2Builder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionharvest
(VectorContainer batch) void
set
(int posn, int value) void
setNext
(int value)
-
Constructor Details
-
SelectionVector2Builder
-
-
Method Details
-
setNext
public void setNext(int value) -
set
public void set(int posn, int value) -
harvest
-