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