Write inserts a new TupleCollection and AttributeCollection into the database for a specified tenant. Returns an encoded snapshot token representing the state of the database after the write operation and any error encountered.
(ctx context.Context, tenantID string, tupleCollection *database.TupleCollection, attributesCollection *database.AttributeCollection)
| 77 | // Write inserts a new TupleCollection and AttributeCollection into the database for a specified tenant. |
| 78 | // Returns an encoded snapshot token representing the state of the database after the write operation and any error encountered. |
| 79 | Write(ctx context.Context, tenantID string, tupleCollection *database.TupleCollection, attributesCollection *database.AttributeCollection) (token token.EncodedSnapToken, err error) |
| 80 | |
| 81 | // Delete removes data from the database based on the provided tuple and attribute filters for a specified tenant. |
| 82 | // Returns an encoded snapshot token representing the state of the database after the delete operation and any error encountered. |
no outgoing calls
no test coverage detected