1 write to Ch
Microsoft.ML.Data (1)
DataView\TypedCursor.cs (1)
339
Ch
= parent._host.Start(channelMessage);
17 references to Ch
Microsoft.ML.Data (17)
DataView\TypedCursor.cs (17)
340
Ch
.AssertValue(input);
343
Ch
.Assert(n == parent._columns.Length);
344
Ch
.Assert(n == parent._columnIndices.Length);
353
Ch
.Dispose();
364
Ch
.Assert(colType is VectorDataViewType);
368
Ch
.Assert(colType.GetItemType() is TextDataViewType);
374
Ch
.Assert(colType.GetItemType().RawType == Nullable.GetUnderlyingType(fieldType.GetElementType()));
376
Ch
.Assert(colType.GetItemType().RawType == fieldType.GetElementType());
384
Ch
.Assert(fieldType.IsGenericType);
385
Ch
.Assert(fieldType.GetGenericTypeDefinition() == typeof(VBuffer<>));
386
Ch
.Assert(fieldType.GetGenericArguments()[0] == vectorType.ItemType.RawType);
395
Ch
.Assert(colType is TextDataViewType);
396
Ch
.Assert(peek == null);
402
Ch
.Assert(colType.RawType == Nullable.GetUnderlyingType(fieldType));
404
Ch
.Assert(colType.RawType == fieldType);
415
throw
Ch
.ExceptNotImpl("Type '{0}' is not yet supported.", column.OutputType.FullName);
640
Ch
.Check(Position >= 0, "Cannot fill values. The cursor is not active.");