1 write to Ch
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
1159Ch = parent._host.Start("Cursor");
17 references to Ch
Microsoft.ML.Data (17)
DataView\CacheDataView.cs (17)
476Ch.Assert(Position >= 0); 481Ch.Assert(Position == -1); 495Ch.Check(Position >= 0, RowCursorUtils.FetchValueStateError); 545Ch.Check(Position >= 0, RowCursorUtils.FetchValueStateError); 579public override bool MoveNext() => throw Ch.ExceptNotSupp(); 1175Ch.Assert(_colToActivesIndex[c] == ic); 1176Ch.AssertValue(Parent._caches[c]); 1186Ch.CheckParam(column.Index < _colToActivesIndex.Length, nameof(column)); 1198Ch.Dispose(); 1206Ch.CheckParam(column.Index <= _colToActivesIndex.Length && IsColumnActive(column), nameof(column), "requested column not active"); 1207Ch.Check(_colToActivesIndex[column.Index] < _getters.Length); 1212throw Ch.Except($"Invalid TValue: '{typeof(TValue)}', " + 1219Ch.Assert(0 <= col && col < _colToActivesIndex.Length); 1220Ch.Assert(_colToActivesIndex[col] >= 0); 1226Ch.Assert(0 <= col && col < _colToActivesIndex.Length); 1227Ch.Assert(_colToActivesIndex[col] >= 0); 1228Ch.Assert(Schema[col].Type.RawType == typeof(TValue));