-
Add saber-0.0.1-SNAPSHOT.jar to External jars from /libs/saber/saber-snapshot/0.0.1
-
Use the Tester.java.
rowtime(long)* | customerid(int) | phone(long)
rowtime(long)* | orderid(int) | productid(int) | units(int) | costumerid(int)
rowtime(long)* | orderid(int) | date_reported(long) | delivery_status_code(int)
rowtime(long)* | costumerid(int) | payment_date(int) | amount(float)
rowtime(long)* | productid(int) | description(int) | price(float)
*rowtime is declared as timestamp in Calcite and long in Saber