Class CustomerDemographicsRow

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

public class CustomerDemographicsRow extends TableRowWithNulls
  • Constructor Details

    • CustomerDemographicsRow

      public CustomerDemographicsRow(long nullBitMap, long cdDemoSk, String cdGender, String cdMaritalStatus, String cdEducationStatus, int cdPurchaseEstimate, String cdCreditRating, int cdDepCount, int cdDepEmployedCount, int cdDepCollegeCount)
  • Method Details