Class CustomerRow

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

public class CustomerRow extends TableRowWithNulls
  • Constructor Details

    • CustomerRow

      public CustomerRow(long cCustomerSk, String cCustomerId, long cCurrentCdemoSk, long cCurrentHdemoSk, long cCurrentAddrSk, int cFirstShiptoDateId, int cFirstSalesDateId, String cSalutation, String cFirstName, String cLastName, boolean cPreferredCustFlag, int cBirthDay, int cBirthMonth, int cBirthYear, String cBirthCountry, String cEmailAddress, int cLastReviewDate, long nullBitMap)
  • Method Details