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

message TRow {
    optional string String = 1;
    optional int32 Int32 = 2;
    optional fixed64 Fixed64 = 3;
}