2 references to RowCursorImplementation
Microsoft.ML.Data (2)
DataView\TypedCursor.cs (2)
188
return new
RowCursorImplementation
(new TypedCursor(this, cursor));
216
.Select(rc => (RowCursor<TRow>)(new
RowCursorImplementation
(new TypedCursor(this, rc))))