NewEncoder creates an encoder of a TiDB table.
(ctx context.Context, config *EncodingConfig)
| 40 | type EncodingBuilder interface { |
| 41 | // NewEncoder creates an encoder of a TiDB table. |
| 42 | NewEncoder(ctx context.Context, config *EncodingConfig) (Encoder, error) |
| 43 | // MakeEmptyRows creates an empty collection of encoded rows. |
| 44 | MakeEmptyRows() Rows |
| 45 | } |
no outgoing calls