lineitem.txt.attr 850 B

12345678910111213141516171819202122
  1. {
  2. "_yql_row_spec"={
  3. "Type"=["StructType";[
  4. ["l_orderkey";["PgType";"int4";];];
  5. ["l_partkey";["PgType";"int4";];];
  6. ["l_suppkey";["PgType";"int4";];];
  7. ["l_linenumber";["PgType";"int4";];];
  8. ["l_quantity";["PgType";"numeric";];];
  9. ["l_extendedprice";["PgType";"numeric";];];
  10. ["l_discount";["PgType";"numeric";];];
  11. ["l_tax";["PgType";"numeric";];];
  12. ["l_returnflag";["PgType";"text";];];
  13. ["l_linestatus";["PgType";"text";];];
  14. ["l_shipdate";["PgType";"date";];];
  15. ["l_commitdate";["PgType";"date";];];
  16. ["l_receiptdate";["PgType";"date";];];
  17. ["l_shipinstruct";["PgType";"text";];];
  18. ["l_shipmode";["PgType";"text";];];
  19. ["l_comment";["PgType";"text";];];
  20. ];];
  21. }
  22. }