Class GetRowsCommand.WrappedRow

java.lang.Object
com.google.refine.commands.row.GetRowsCommand.WrappedRow
Enclosing class:
GetRowsCommand

protected static class GetRowsCommand.WrappedRow extends Object
  • Field Details

    • row

      protected final Row row
    • rowIndex

      protected final int rowIndex
    • recordIndex

      protected final Integer recordIndex
  • Constructor Details

    • WrappedRow

      protected WrappedRow(Row rowOrRecord, int rowIndex, Integer recordIndex)