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