Package org.gridgain.tpcds.qgen.row
Class CustomerRow
java.lang.Object
org.gridgain.tpcds.qgen.row.TableRowWithNulls
org.gridgain.tpcds.qgen.row.CustomerRow
- All Implemented Interfaces:
TableRow
-
Constructor Summary
ConstructorsConstructorDescriptionCustomerRow(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 Summary
Methods inherited from class org.gridgain.tpcds.qgen.row.TableRowWithNulls
getDateStringOrNullFromJulianDays, getStringOrNull, getStringOrNullForBoolean, getStringOrNullForKey
-
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
-
getValues
-