aboutsummaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/io/ut/ut_row.proto
blob: 87c8e0c2819d8f1e6d91d0c0ec2ff820350ee5fe (plain) (blame)
1
2
3
4
5
6
7
package NYT.NTesting;

message TRow {
    optional string string_field = 1;
    optional int32 int32_field = 2;
    optional fixed64 fixed64_field = 3;
}