Class InventoryRow

java.lang.Object
org.gridgain.tpcds.qgen.row.TableRowWithNulls
org.gridgain.tpcds.qgen.row.InventoryRow
All Implemented Interfaces:
TableRow

public class InventoryRow extends TableRowWithNulls
  • Constructor Details

    • InventoryRow

      public InventoryRow(long nullBitMap, long invDateSk, long invItemSk, long invWarehouseSk, int invQuantityOnHand)
  • Method Details