Interface ColumnLong.Builder

All Superinterfaces:
ColumnBuilder
Enclosing interface:
ColumnLong

public static interface ColumnLong.Builder extends ColumnBuilder
Builder for nullable long columns.
  • Method Details

    • add

      ColumnLong.Builder add(long x)
      Appends a long value.
      Parameters:
      x - the value to append
      Returns:
      this builder
    • addNull

      Appends an unset row.
      Returns:
      this builder
    • build

      ColumnLong build()
      Description copied from interface: ColumnBuilder
      Materialises the current builder contents as an immutable column.
      Specified by:
      build in interface ColumnBuilder
      Returns:
      the built column