Interface Column

All Known Subinterfaces:
ColumnByte, ColumnCategorical<T>, ColumnDouble, ColumnInt, ColumnLong, ColumnObject<T>
All Known Implementing Classes:
ColumnLongConstant, ColumnObjectView

public interface Column
Base contract for a named column of tabular data, including size, null-state, comparison, projection, and row-level access operations.
  • Method Details