39 references to FetchValueStateError
Microsoft.ML.Data (39)
Data\DataViewUtils.cs (2)
1237
Ch.Check(_icursor >= 0, RowCursorUtils.
FetchValueStateError
);
1263
Ch.Check(_icursor >= 0, RowCursorUtils.
FetchValueStateError
);
Data\RowCursorUtils.cs (1)
601
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
DataLoadSave\Binary\BinaryLoader.cs (5)
1664
Ectx.Check(_curr != null, RowCursorUtils.
FetchValueStateError
);
1953
Contracts.Check(_curr != null, RowCursorUtils.
FetchValueStateError
);
2056
ValueGetter<T> del = (ref T value) => throw Ch.Except(RowCursorUtils.
FetchValueStateError
);
2067
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
2086
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
DataLoadSave\Database\DatabaseLoaderCursor.cs (1)
110
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
DataLoadSave\Text\TextLoaderCursor.cs (1)
204
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
DataLoadSave\Transpose\TransposeLoader.cs (1)
849
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
DataView\AppendRowsDataView.cs (3)
255
Ch.Check(Position >= 0, RowCursorUtils.
FetchValueStateError
);
342
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
354
Ch.Check(Position >= 0, RowCursorUtils.
FetchValueStateError
);
DataView\ArrayDataViewBuilder.cs (3)
292
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
301
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
337
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
DataView\CacheDataView.cs (2)
495
Ch.Check(Position >= 0, RowCursorUtils.
FetchValueStateError
);
545
Ch.Check(Position >= 0, RowCursorUtils.
FetchValueStateError
);
DataView\DataViewConstructionUtils.cs (6)
182
Host.Check(Position >= 0, RowCursorUtils.
FetchValueStateError
);
653
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
662
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
670
Ch.Check(0 <= Position && Position < _data.Count, RowCursorUtils.
FetchValueStateError
);
726
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
794
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
DataView\EmptyDataView.cs (2)
62
return (ref DataViewRowId val) => throw Ch.Except(RowCursorUtils.
FetchValueStateError
);
82
return (ref TValue value) => throw Ch.Except(RowCursorUtils.
FetchValueStateError
);
DataView\Transposer.cs (5)
380
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
512
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
697
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
1516
Ch.Check(_slotCursor.SlotIndex >= 0, RowCursorUtils.
FetchValueStateError
);
1571
Ch.Check(_slotCursor.SlotIndex >= 0, RowCursorUtils.
FetchValueStateError
);
DataView\ZipDataView.cs (1)
146
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
Transforms\GenerateNumberTransform.cs (2)
455
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
474
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
Transforms\PerGroupTransformBase.cs (1)
318
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
Transforms\RangeFilter.cs (3)
362
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
395
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);
431
Ch.Check(IsGood, RowCursorUtils.
FetchValueStateError
);