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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RecollectionResponse contains a set of entries that satisfy filters in RecollectionRequest. Each entry contains a list of requested fields as well as computed fields (the functions on field values).
An example of RecollectionResponse to the following TiQL request:
SELECT
Id,
CAST(fDuration as duration),
CAST(writeTime(/*fsdf*/fTime) asdate)::timeas wtime,
CAST(writeTime(fTime) ASdate),
fLong,
bigIntAsBlob(toUnixTimestamp(CAST(writeTime(fTime) ASdate))) AS WriteTime,
intAsBlob(0x309) AS TestValue
FROM"client-dev.test"."all_types"WHERE
Id IN (86ee31df-b166-4ceb-97b6-375ee76cffc3)