com
.
hortonworks
.
spark
.
sql
.
hive
.
llap
.
streaming
.
examples
Schema
Related Doc:
package examples
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
Alphabetic
By Inheritance
Inherited
Schema
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
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
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
ws_bill_addr_sk
:
Int
val
ws_bill_cdemo_sk
:
Int
val
ws_bill_customer_sk
:
Int
val
ws_bill_hdemo_sk
:
Int
val
ws_coupon_amt
:
Float
val
ws_ext_discount_amt
:
Float
val
ws_ext_list_price
:
Float
val
ws_ext_sales_price
:
Float
val
ws_ext_ship_cost
:
Float
val
ws_ext_tax
:
Float
val
ws_ext_wholesale_cost
:
Float
val
ws_item_sk
:
Int
val
ws_list_price
:
Float
val
ws_net_paid
:
Float
val
ws_net_paid_inc_ship
:
Float
val
ws_net_paid_inc_ship_tax
:
Float
val
ws_net_paid_inc_tax
:
Float
val
ws_net_profit
:
Float
val
ws_order_number
:
Int
val
ws_promo_sk
:
Int
val
ws_quantity
:
Int
val
ws_sales_price
:
Float
val
ws_ship_addr_sk
:
Int
val
ws_ship_cdemo_sk
:
Int
val
ws_ship_customer_sk
:
Int
val
ws_ship_date_sk
:
Int
val
ws_ship_hdemo_sk
:
Int
val
ws_ship_mode_sk
:
Int
val
ws_sold_date
:
String
val
ws_sold_date_sk
:
Int
val
ws_sold_time_sk
:
Int
val
ws_warehouse_sk
:
Int
val
ws_web_page_sk
:
Int
val
ws_web_site_sk
:
Int
val
ws_wholesale_cost
:
Float
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped