Skip to content
Permalink
|
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.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.