Skip to content
Find file
0b31274
24 lines (18 sloc) 219 Bytes
namespace task;
table Query {
attr:string;
uids:[ulong];
}
table Value {
val:[ubyte];
}
table XidList {
xids:[string];
}
table UidList {
uids:[ulong];
}
table Result {
uidmatrix:[UidList];
values:[Value];
}
Something went wrong with that request. Please try again.