1 write to _row
Microsoft.ML.Data (1)
DataView\TypedCursor.cs (1)
573
public RowImplementation(TypedRow row) =>
_row
= row;
9 references to _row
Microsoft.ML.Data (9)
DataView\TypedCursor.cs (9)
569
_row
.Dispose();
575
public long Position =>
_row
.Position;
576
public long Batch =>
_row
.Batch;
577
public DataViewSchema Schema =>
_row
.Schema;
578
public void FillValues(TRow row) =>
_row
.FillValues(row);
580
=>
_row
.GetGetter<TValue>(column);
582
public ValueGetter<DataViewRowId> GetIdGetter() =>
_row
.GetIdGetter();
583
public bool IsColumnActive(int col) =>
_row
.IsColumnActive(
_row
.Schema[col]);