buildColumn abstract method

TableSpan? buildColumn(
  1. int index
)

Builds the TableSpan that describes the column at the provided index.

The builder must return a valid TableSpan for all indices smaller than columnCount. If columnCount is null, the number of columns will be infinite, unless this builder returns null to signal the end of the columns.

Implementation

TableSpan? buildColumn(int index);