1 write to Sources
Microsoft.ML.Data (1)
DataView\AppendRowsDataView.cs (1)
174
Sources
= parent._sources;
7 references to Sources
Microsoft.ML.Data (7)
DataView\AppendRowsDataView.cs (7)
175
Ch.AssertNonEmpty(
Sources
);
225
_currentCursor =
Sources
[_currentSourceIndex].GetRowCursor(columnsNeeded);
258
Ch.Assert(0 <= _currentSourceIndex && _currentSourceIndex <
Sources
.Length);
275
if (++_currentSourceIndex >=
Sources
.Length)
279
_currentCursor =
Sources
[_currentSourceIndex].GetRowCursor(columnsNeeded);
320
Ch.Assert(
Sources
.Length == counts.Length);
355
Ch.Assert(0 <= _currentSourceIndex && _currentSourceIndex <
Sources
.Length);