mergejoin_input1.txt.attr 520 B

12345678910111213141516171819202122232425
  1. {
  2. "schema" = <
  3. "strict" = %true;
  4. "unique_keys" = %false
  5. >
  6. [
  7. {
  8. "name" = "PhraseID";
  9. "required" = %false;
  10. "sort_order" = "ascending";
  11. "type" = "uint64"
  12. };
  13. {
  14. "name" = "BaseNo";
  15. "required" = %false;
  16. "sort_order" = "ascending";
  17. "type" = "uint16"
  18. };
  19. {
  20. "name" = "Text";
  21. "required" = %false;
  22. "type" = "string"
  23. }
  24. ];
  25. }