Class

com.hortonworks.spark.sql.hive.llap.streaming.examples

Schema

Related Doc: package examples

Permalink

case class Schema(ws_sold_date_sk: Int, ws_sold_time_sk: Int, ws_ship_date_sk: Int, ws_item_sk: Int, ws_bill_customer_sk: Int, ws_bill_cdemo_sk: Int, ws_bill_hdemo_sk: Int, ws_bill_addr_sk: Int, ws_ship_customer_sk: Int, ws_ship_cdemo_sk: Int, ws_ship_hdemo_sk: Int, ws_ship_addr_sk: Int, ws_web_page_sk: Int, ws_web_site_sk: Int, ws_ship_mode_sk: Int, ws_warehouse_sk: Int, ws_promo_sk: Int, ws_order_number: Int, ws_quantity: Int, ws_wholesale_cost: Float, ws_list_price: Float, ws_sales_price: Float, ws_ext_discount_amt: Float, ws_ext_sales_price: Float, ws_ext_wholesale_cost: Float, ws_ext_list_price: Float, ws_ext_tax: Float, ws_coupon_amt: Float, ws_ext_ship_cost: Float, ws_net_paid: Float, ws_net_paid_inc_tax: Float, ws_net_paid_inc_ship: Float, ws_net_paid_inc_ship_tax: Float, ws_net_profit: Float, ws_sold_date: String) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Schema
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Schema(ws_sold_date_sk: Int, ws_sold_time_sk: Int, ws_ship_date_sk: Int, ws_item_sk: Int, ws_bill_customer_sk: Int, ws_bill_cdemo_sk: Int, ws_bill_hdemo_sk: Int, ws_bill_addr_sk: Int, ws_ship_customer_sk: Int, ws_ship_cdemo_sk: Int, ws_ship_hdemo_sk: Int, ws_ship_addr_sk: Int, ws_web_page_sk: Int, ws_web_site_sk: Int, ws_ship_mode_sk: Int, ws_warehouse_sk: Int, ws_promo_sk: Int, ws_order_number: Int, ws_quantity: Int, ws_wholesale_cost: Float, ws_list_price: Float, ws_sales_price: Float, ws_ext_discount_amt: Float, ws_ext_sales_price: Float, ws_ext_wholesale_cost: Float, ws_ext_list_price: Float, ws_ext_tax: Float, ws_coupon_amt: Float, ws_ext_ship_cost: Float, ws_net_paid: Float, ws_net_paid_inc_tax: Float, ws_net_paid_inc_ship: Float, ws_net_paid_inc_ship_tax: Float, ws_net_profit: Float, ws_sold_date: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  8. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  9. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  10. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  12. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  13. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  14. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. val ws_bill_addr_sk: Int

    Permalink
  18. val ws_bill_cdemo_sk: Int

    Permalink
  19. val ws_bill_customer_sk: Int

    Permalink
  20. val ws_bill_hdemo_sk: Int

    Permalink
  21. val ws_coupon_amt: Float

    Permalink
  22. val ws_ext_discount_amt: Float

    Permalink
  23. val ws_ext_list_price: Float

    Permalink
  24. val ws_ext_sales_price: Float

    Permalink
  25. val ws_ext_ship_cost: Float

    Permalink
  26. val ws_ext_tax: Float

    Permalink
  27. val ws_ext_wholesale_cost: Float

    Permalink
  28. val ws_item_sk: Int

    Permalink
  29. val ws_list_price: Float

    Permalink
  30. val ws_net_paid: Float

    Permalink
  31. val ws_net_paid_inc_ship: Float

    Permalink
  32. val ws_net_paid_inc_ship_tax: Float

    Permalink
  33. val ws_net_paid_inc_tax: Float

    Permalink
  34. val ws_net_profit: Float

    Permalink
  35. val ws_order_number: Int

    Permalink
  36. val ws_promo_sk: Int

    Permalink
  37. val ws_quantity: Int

    Permalink
  38. val ws_sales_price: Float

    Permalink
  39. val ws_ship_addr_sk: Int

    Permalink
  40. val ws_ship_cdemo_sk: Int

    Permalink
  41. val ws_ship_customer_sk: Int

    Permalink
  42. val ws_ship_date_sk: Int

    Permalink
  43. val ws_ship_hdemo_sk: Int

    Permalink
  44. val ws_ship_mode_sk: Int

    Permalink
  45. val ws_sold_date: String

    Permalink
  46. val ws_sold_date_sk: Int

    Permalink
  47. val ws_sold_time_sk: Int

    Permalink
  48. val ws_warehouse_sk: Int

    Permalink
  49. val ws_web_page_sk: Int

    Permalink
  50. val ws_web_site_sk: Int

    Permalink
  51. val ws_wholesale_cost: Float

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped