Enum Class Table

java.lang.Object
java.lang.Enum<Table>
org.gridgain.tpcds.qgen.Table
All Implemented Interfaces:
Serializable, Comparable<Table>, Constable

public enum Table extends Enum<Table>
  • Enum Constant Details

    • CALL_CENTER

      public static final Table CALL_CENTER
    • CATALOG_PAGE

      public static final Table CATALOG_PAGE
    • CATALOG_RETURNS

      public static final Table CATALOG_RETURNS
    • CATALOG_SALES

      public static final Table CATALOG_SALES
    • CUSTOMER

      public static final Table CUSTOMER
    • CUSTOMER_ADDRESS

      public static final Table CUSTOMER_ADDRESS
    • CUSTOMER_DEMOGRAPHICS

      public static final Table CUSTOMER_DEMOGRAPHICS
    • DATE_DIM

      public static final Table DATE_DIM
    • HOUSEHOLD_DEMOGRAPHICS

      public static final Table HOUSEHOLD_DEMOGRAPHICS
    • INCOME_BAND

      public static final Table INCOME_BAND
    • INVENTORY

      public static final Table INVENTORY
    • ITEM

      public static final Table ITEM
    • PROMOTION

      public static final Table PROMOTION
    • REASON

      public static final Table REASON
    • SHIP_MODE

      public static final Table SHIP_MODE
    • STORE

      public static final Table STORE
    • STORE_RETURNS

      public static final Table STORE_RETURNS
    • STORE_SALES

      public static final Table STORE_SALES
    • TIME_DIM

      public static final Table TIME_DIM
    • WAREHOUSE

      public static final Table WAREHOUSE
    • WEB_PAGE

      public static final Table WEB_PAGE
    • WEB_RETURNS

      public static final Table WEB_RETURNS
    • WEB_SALES

      public static final Table WEB_SALES
    • WEB_SITE

      public static final Table WEB_SITE
    • DBGEN_VERSION

      public static final Table DBGEN_VERSION
    • S_BRAND

      public static final Table S_BRAND
    • S_CUSTOMER_ADDRESS

      public static final Table S_CUSTOMER_ADDRESS
    • S_CALL_CENTER

      public static final Table S_CALL_CENTER
    • S_CATALOG

      public static final Table S_CATALOG
    • S_CATALOG_ORDER

      public static final Table S_CATALOG_ORDER
    • S_CATALOG_ORDER_LINEITEM

      public static final Table S_CATALOG_ORDER_LINEITEM
    • S_CATALOG_PAGE

      public static final Table S_CATALOG_PAGE
    • S_CATALOG_PROMOTIONAL_ITEM

      public static final Table S_CATALOG_PROMOTIONAL_ITEM
    • S_CATALOG_RETURNS

      public static final Table S_CATALOG_RETURNS
    • S_CATEGORY

      public static final Table S_CATEGORY
    • S_CLASS

      public static final Table S_CLASS
    • S_COMPANY

      public static final Table S_COMPANY
    • S_CUSTOMER

      public static final Table S_CUSTOMER
    • S_DIVISION

      public static final Table S_DIVISION
    • S_INVENTORY

      public static final Table S_INVENTORY
    • S_ITEM

      public static final Table S_ITEM
    • S_MANAGER

      public static final Table S_MANAGER
    • S_MANUFACTURER

      public static final Table S_MANUFACTURER
    • S_MARKET

      public static final Table S_MARKET
    • S_PRODUCT

      public static final Table S_PRODUCT
    • S_PROMOTION

      public static final Table S_PROMOTION
    • S_PURCHASE

      public static final Table S_PURCHASE
    • S_PURCHASE_LINEITEM

      public static final Table S_PURCHASE_LINEITEM
    • S_REASON

      public static final Table S_REASON
    • S_STORE

      public static final Table S_STORE
    • S_STORE_PROMOTIONAL_ITEM

      public static final Table S_STORE_PROMOTIONAL_ITEM
    • S_STORE_RETURNS

      public static final Table S_STORE_RETURNS
    • S_SUBCATEGORY

      public static final Table S_SUBCATEGORY
    • S_SUBCLASS

      public static final Table S_SUBCLASS
    • S_WAREHOUSE

      public static final Table S_WAREHOUSE
    • S_WEB_ORDER

      public static final Table S_WEB_ORDER
    • S_WEB_ORDER_LINEITEM

      public static final Table S_WEB_ORDER_LINEITEM
    • S_WEB_PAGE

      public static final Table S_WEB_PAGE
    • S_WEB_PROMOTIONAL_ITEM

      public static final Table S_WEB_PROMOTIONAL_ITEM
    • S_WEB_RETURNS

      public static final Table S_WEB_RETURNS
    • S_WEB_SITE

      public static final Table S_WEB_SITE
    • S_ZIPG

      public static final Table S_ZIPG
  • Method Details

    • values

      public static Table[] 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

      public static Table valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getRowGeneratorClass

      public Class<? extends RowGenerator> getRowGeneratorClass()
    • getName

      public String getName()
    • keepsHistory

      public boolean keepsHistory()
    • isSmall

      public boolean isSmall()
    • hasChild

      public boolean hasChild()
    • getChild

      public Table getChild()
    • isChild

      public boolean isChild()
    • getParent

      public Table getParent()
    • getNullBasisPoints

      public int getNullBasisPoints()
    • getNotNullBitMap

      public long getNotNullBitMap()
    • getGeneratorColumns

      public GeneratorColumn[] getGeneratorColumns()
    • getScalingInfo

      public ScalingInfo getScalingInfo()
    • getColumns

      public Column[] getColumns()
    • getColumn

      public Column getColumn(String columnName)
    • getTable

      public static Table getTable(String tableName)
    • getBaseTables

      public static List<Table> getBaseTables()
    • getSourceTables

      public static List<Table> getSourceTables()