I came across the following function in a framework of Map Reduce, but I did not understand the syntax of it.
func (fc *FlowContext) newNextDataset(shardSize int, dType reflect.Type) (ret *Dataset) {
ret = NewDataset(fc, dType)
if dT...
asked by
14.11.2018 / 13:56