Encode encodes all in-memory vector data into its storage-ready serialized format. Vectors may be encoded concurrently and errgroup.Group is used to sync and return errors.
(*errgroup.Group)
| 16 | // Vectors may be encoded concurrently and errgroup.Group is used to sync |
| 17 | // and return errors. |
| 18 | Encode(*errgroup.Group) |
| 19 | // Metadata returns the data structure conforming to the CSUP specification |
| 20 | // describing the layout of vectors. This is called after all data is |
| 21 | // written and encoded by the Encode with the result marshaled to build |
no outgoing calls