Package org.gridgain.tpcds.qgen
Enum Class Table
- All Implemented Interfaces:
Serializable,Comparable<Table>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetChild()Column[]getName()longintClass<? extends RowGenerator>static TablebooleanhasChild()booleanisChild()booleanisSmall()booleanstatic TableReturns the enum constant of this class with the specified name.static Table[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CALL_CENTER
-
CATALOG_PAGE
-
CATALOG_RETURNS
-
CATALOG_SALES
-
CUSTOMER
-
CUSTOMER_ADDRESS
-
CUSTOMER_DEMOGRAPHICS
-
DATE_DIM
-
HOUSEHOLD_DEMOGRAPHICS
-
INCOME_BAND
-
INVENTORY
-
ITEM
-
PROMOTION
-
REASON
-
SHIP_MODE
-
STORE
-
STORE_RETURNS
-
STORE_SALES
-
TIME_DIM
-
WAREHOUSE
-
WEB_PAGE
-
WEB_RETURNS
-
WEB_SALES
-
WEB_SITE
-
DBGEN_VERSION
-
S_BRAND
-
S_CUSTOMER_ADDRESS
-
S_CALL_CENTER
-
S_CATALOG
-
S_CATALOG_ORDER
-
S_CATALOG_ORDER_LINEITEM
-
S_CATALOG_PAGE
-
S_CATALOG_PROMOTIONAL_ITEM
-
S_CATALOG_RETURNS
-
S_CATEGORY
-
S_CLASS
-
S_COMPANY
-
S_CUSTOMER
-
S_DIVISION
-
S_INVENTORY
-
S_ITEM
-
S_MANAGER
-
S_MANUFACTURER
-
S_MARKET
-
S_PRODUCT
-
S_PROMOTION
-
S_PURCHASE
-
S_PURCHASE_LINEITEM
-
S_REASON
-
S_STORE
-
S_STORE_PROMOTIONAL_ITEM
-
S_STORE_RETURNS
-
S_SUBCATEGORY
-
S_SUBCLASS
-
S_WAREHOUSE
-
S_WEB_ORDER
-
S_WEB_ORDER_LINEITEM
-
S_WEB_PAGE
-
S_WEB_PROMOTIONAL_ITEM
-
S_WEB_RETURNS
-
S_WEB_SITE
-
S_ZIPG
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getRowGeneratorClass
-
getName
-
keepsHistory
public boolean keepsHistory() -
isSmall
public boolean isSmall() -
hasChild
public boolean hasChild() -
getChild
-
isChild
public boolean isChild() -
getParent
-
getNullBasisPoints
public int getNullBasisPoints() -
getNotNullBitMap
public long getNotNullBitMap() -
getGeneratorColumns
-
getScalingInfo
-
getColumns
-
getColumn
-
getTable
-
getBaseTables
-
getSourceTables
-