Considering that sending coprocessor request require the DAG (which is done by the planner), it's hard to construct the DAG request manually, it's reasonable to leave coprocessor API to the tidb repo.
extern int txn_insert(struct txn *txn, u8 *key, u16 klen, void *val, u16 vlen); extern int txn_delete(struct txn *txn, u8 *key, u16 klen); extern int txn_lookup(struct txn *txn, u8 *key, u16 klen, u8 ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results