Newer
Older
Manish R Jain
committed
namespace task;
table Query {
attr:string;
uids:[ulong];
}
table Value {
val:[ubyte];
}
Manish R Jain
committed
table XidList {
xids:[string];
}
Manish R Jain
committed
uids:[ulong];
}
table Result {
uidmatrix:[UidList];
Manish R Jain
committed
values:[Value];
}