dynamic.txt.attr 833 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "_yql_row_spec"={
  3. "Type"=["StructType";[
  4. ["key"; ["DataType"; "String"]];
  5. ["subkey"; ["DataType"; "String"]];
  6. ["value"; ["DataType"; "String"]];
  7. ]];
  8. "SortMembers"=["key"; "subkey"];
  9. "SortedBy"=["key"; "subkey"];
  10. "SortDirections"=[1; 1];
  11. "SortedByTypes"=[["DataType";"String"]; ["DataType";"String"]]
  12. };
  13. "_yql_dynamic"=%true;
  14. "schema"=<
  15. "strict" = %true;
  16. "unique_keys" = %true
  17. >[
  18. {
  19. "name" = "key";
  20. "type" = "string";
  21. "sort_order" = "ascending";
  22. };
  23. {
  24. "name" = "subkey";
  25. "type" = "string";
  26. "sort_order" = "ascending";
  27. };
  28. {
  29. "name" = "value";
  30. "type" = "string";
  31. };
  32. ]
  33. }