Class Row.RowBuilder

java.lang.Object
org.apache.calcite.interpreter.Row.RowBuilder
Enclosing class:
Row

public static class Row.RowBuilder extends Object
Utility class to build row objects.
  • Method Details

    • set

      public void set(int index, @Nullable Object value)
      Sets the value of a particular column.
      Parameters:
      index - Zero-indexed position of value.
      value - Desired column value.
    • build

      public Row build()
      Returns a Row.
    • reset

      public void reset()
      Allocates a new internal array.
    • size

      public int size()