Added asterix project
git-svn-id: https://asterixdb.googlecode.com/svn/trunk@12 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix/asterix-app/data/schemas/customer.scm b/asterix/asterix-app/data/schemas/customer.scm
new file mode 100644
index 0000000..b900b41
--- /dev/null
+++ b/asterix/asterix-app/data/schemas/customer.scm
@@ -0,0 +1 @@
+c_custkey:int32|c_name:string|c_address:string|c_nationkey:int32|c_phone:string|c_acctbal:double|c_mktsegment:string|c_comment:string|
diff --git a/asterix/asterix-app/data/schemas/lineitem.scm b/asterix/asterix-app/data/schemas/lineitem.scm
new file mode 100644
index 0000000..358bfb9
--- /dev/null
+++ b/asterix/asterix-app/data/schemas/lineitem.scm
@@ -0,0 +1 @@
+l_orderkey:int32|l_partkey:int32|l_suppkey:int32|l_linenumber:int32|l_quantity:double|l_extendedprice:double|l_discount:double|l_tax:double|l_returnflag:string|l_linestatus: string|l_shipdate:string|l_commitdate:string|l_receiptdate:string|l_shipinstruct:string|l_shipmode:string|l_comment: string
\ No newline at end of file
diff --git a/asterix/asterix-app/data/schemas/nation.scm b/asterix/asterix-app/data/schemas/nation.scm
new file mode 100644
index 0000000..236d714
--- /dev/null
+++ b/asterix/asterix-app/data/schemas/nation.scm
@@ -0,0 +1,2 @@
+n_nationkey: int32|n_name: string|n_regionkey: int32|n_comment: string|
+
\ No newline at end of file
diff --git a/asterix/asterix-app/data/schemas/orders.scm b/asterix/asterix-app/data/schemas/orders.scm
new file mode 100644
index 0000000..38b12b2
--- /dev/null
+++ b/asterix/asterix-app/data/schemas/orders.scm
@@ -0,0 +1 @@
+o_orderkey: int32|o_custkey: int32|o_orderstatus: string|o_totalprice: double|o_orderdate: string|o_orderpriority: string|o_clerk: string|o_shippriority: int32|o_comment: string
\ No newline at end of file
diff --git a/asterix/asterix-app/data/schemas/part.scm b/asterix/asterix-app/data/schemas/part.scm
new file mode 100644
index 0000000..7f25134
--- /dev/null
+++ b/asterix/asterix-app/data/schemas/part.scm
@@ -0,0 +1 @@
+p_partkey: int32|p_name: string|p_mfgr: string|p_brand: string|p_type: string|p_size: int32|p_container: string|p_retailprice: double|p_comment: string|
\ No newline at end of file
diff --git a/asterix/asterix-app/data/schemas/partsupp.scm b/asterix/asterix-app/data/schemas/partsupp.scm
new file mode 100644
index 0000000..50a71b9
--- /dev/null
+++ b/asterix/asterix-app/data/schemas/partsupp.scm
@@ -0,0 +1 @@
+ps_partkey: int32|ps_suppkey: int32|ps_availqty: int32|ps_supplycost: double|ps_comment: string|
diff --git a/asterix/asterix-app/data/schemas/region.scm b/asterix/asterix-app/data/schemas/region.scm
new file mode 100644
index 0000000..67f4018
--- /dev/null
+++ b/asterix/asterix-app/data/schemas/region.scm
@@ -0,0 +1 @@
+r_regionkey: int32|r_name: string|r_comment: string|
\ No newline at end of file
diff --git a/asterix/asterix-app/data/schemas/supplier.scm b/asterix/asterix-app/data/schemas/supplier.scm
new file mode 100644
index 0000000..811ed94
--- /dev/null
+++ b/asterix/asterix-app/data/schemas/supplier.scm
@@ -0,0 +1 @@
+s_suppkey: int32|s_name: string|s_address: string|s_nationkey: int32|s_phone: string|s_acctbal: double|s_comment: string|
\ No newline at end of file