Insert inserts a Tablet into the database. Parameters: - tablet: A pointer to a Tablet containing time-series data to be inserted. Returns: - err: An error if an issue occurs during the operation, such as a connection error or execution failure.
(tablet *Tablet)
| 39 | // Returns: |
| 40 | // - err: An error if an issue occurs during the operation, such as a connection error or execution failure. |
| 41 | Insert(tablet *Tablet) error |
| 42 | |
| 43 | // ExecuteNonQueryStatement executes a non-query SQL statement, such as a DDL or DML command. |
| 44 | // |
no outgoing calls