1 write to _newGroupInGroupCursorDel
Microsoft.ML.Data (1)
Transforms\PerGroupTransformBase.cs (1)
269_newGroupInGroupCursorDel = RowCursorUtils.GetIsNewGroupDelegate(_groupCursor, bindings.GroupIndex);
2 references to _newGroupInGroupCursorDel
Microsoft.ML.Data (2)
Transforms\PerGroupTransformBase.cs (2)
336var good = _groupCursor.MoveNext() && _newGroupInGroupCursorDel(); 342while (_groupCursor.Position >= 0 && !_newGroupInGroupCursorDel())