Interface StrColumn

All Superinterfaces:
Column<String[]>
All Known Implementing Classes:
BinaryStrColumn, DelegatingStrColumn, TextColumn

public interface StrColumn
extends Column<String[]>
A column that provides String data.
  • Method Details

    • get

      String get​(int row)
      Type-safe access to the native type of data stored in this column.
      Parameters:
      row - the index to retrieve
      Returns:
      a String value
    • values

      default Stream<String> values()
      A Stream of all registered values.
      Returns:
      Strings