Interface IUnnamedColumnarTable

    • Method Detail

      • getColumn

        IArray getColumn​(int columnIndex)
        Returns the column stored at the given index.
        Parameters:
        columnIndex - the target column's index
        Returns:
        the column stored at the given index