Interface IColumnarTable

    • Method Detail

      • getColumnNames

        List<String> getColumnNames()
        Returns the names of all the columns in this table.
        Returns:
        the names of all the columns
      • getColumnIndex

        int getColumnIndex​(String columnName)
        Returns the index of the column with that name (or -1 if it does not exist).
        Parameters:
        columnName - the name of the target column
        Returns:
        the index of the column with that name