123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "_yql_row_spec" = {
- "UniqueKeys"=%true;
- "SortMembers"=["Group"; "Name"];
- "SortedBy"=["Group"; "Name"];
- "SortDirections"=[1; 1];
- "SortedByTypes"=[["DataType";"Uint64"]; ["DataType";"String"]];
- "Type" = [
- "StructType";
- [
- [
- "Group";
- [
- "DataType";
- "Uint64"
- ]
- ];
- [
- "Name";
- [
- "DataType";
- "String"
- ]
- ];
- [
- "Amount";
- [
- "DataType";
- "Int64"
- ]
- ];
- [
- "Comment";
- [
- "DataType";
- "String"
- ]
- ]
- ]
- ]
- }
- }
|