Enum Class StoreColumn

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

public enum StoreColumn extends Enum<StoreColumn> implements Column
  • Enum Constant Details

    • S_STORE_SK

      public static final StoreColumn S_STORE_SK
    • S_STORE_ID

      public static final StoreColumn S_STORE_ID
    • S_REC_START_DATE

      public static final StoreColumn S_REC_START_DATE
    • S_REC_END_DATE

      public static final StoreColumn S_REC_END_DATE
    • S_CLOSED_DATE_SK

      public static final StoreColumn S_CLOSED_DATE_SK
    • S_STORE_NAME

      public static final StoreColumn S_STORE_NAME
    • S_NUMBER_EMPLOYEES

      public static final StoreColumn S_NUMBER_EMPLOYEES
    • S_FLOOR_SPACE

      public static final StoreColumn S_FLOOR_SPACE
    • S_HOURS

      public static final StoreColumn S_HOURS
    • S_MANAGER

      public static final StoreColumn S_MANAGER
    • S_MARKET_ID

      public static final StoreColumn S_MARKET_ID
    • S_GEOGRAPHY_CLASS

      public static final StoreColumn S_GEOGRAPHY_CLASS
    • S_MARKET_DESC

      public static final StoreColumn S_MARKET_DESC
    • S_MARKET_MANAGER

      public static final StoreColumn S_MARKET_MANAGER
    • S_DIVISION_ID

      public static final StoreColumn S_DIVISION_ID
    • S_DIVISION_NAME

      public static final StoreColumn S_DIVISION_NAME
    • S_COMPANY_ID

      public static final StoreColumn S_COMPANY_ID
    • S_COMPANY_NAME

      public static final StoreColumn S_COMPANY_NAME
    • S_STREET_NUMBER

      public static final StoreColumn S_STREET_NUMBER
    • S_STREET_NAME

      public static final StoreColumn S_STREET_NAME
    • S_STREET_TYPE

      public static final StoreColumn S_STREET_TYPE
    • S_SUITE_NUMBER

      public static final StoreColumn S_SUITE_NUMBER
    • S_CITY

      public static final StoreColumn S_CITY
    • S_COUNTY

      public static final StoreColumn S_COUNTY
    • S_STATE

      public static final StoreColumn S_STATE
    • S_ZIP

      public static final StoreColumn S_ZIP
    • S_COUNTRY

      public static final StoreColumn S_COUNTRY
    • S_GMT_OFFSET

      public static final StoreColumn S_GMT_OFFSET
    • S_TAX_PERCENTAGE

      public static final StoreColumn S_TAX_PERCENTAGE
  • Method Details

    • values

      public static StoreColumn[] 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 StoreColumn 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
    • getTable

      public Table getTable()
      Specified by:
      getTable in interface Column
    • getName

      public String getName()
      Specified by:
      getName in interface Column
    • getType

      public ColumnType getType()
      Specified by:
      getType in interface Column
    • getPosition

      public int getPosition()
      Specified by:
      getPosition in interface Column