A single memory row read back from the store, with csv columns already split.
Constructors
new(id :
Int64, slug :
String, title :
String, topics :
Array(
String), author :
String |
Nil, body :
String, supersedes :
Array(
Int64), superseded_by :
Int64 |
Nil, embedding :
Bytes |
Nil, file_path :
String, applied_at :
String)
Builds a memory record from already-decoded fields.
Source