func (kv *keyValue) BeginBatch() sorted.BatchMutation { return sorted.NewBatchMutation() }
func (is *indexStorage) BeginBatch() sorted.BatchMutation { return sorted.NewBatchMutation() }
func (is *kvis) BeginBatch() sorted.BatchMutation { return sorted.NewBatchMutation() }