Package org.apache.calcite.interpreter
Class Row.RowBuilder
java.lang.Object
org.apache.calcite.interpreter.Row.RowBuilder
- Enclosing class:
Row
Utility class to build row objects.
-
Method Summary
-
Method Details
-
set
Sets the value of a particular column.- Parameters:
index
- Zero-indexed position of value.value
- Desired column value.
-
build
Returns a Row. -
reset
public void reset()Allocates a new internal array. -
size
public int size()
-