(size int)
| 221 | } |
| 222 | |
| 223 | func WithHintKeyAndRAMIdxCacheSize(size int) Option { |
| 224 | return func(opt *Options) { |
| 225 | opt.HintKeyAndRAMIdxCacheSize = size |
| 226 | } |
| 227 | } |
| 228 | |
| 229 | func WithMaxBatchSize(size int64) Option { |
| 230 | return func(opt *Options) { |
no outgoing calls