4 references to MultipleMismatchedValueType
Microsoft.Data.Analysis (4)
DataFrameColumns\ArrowStringDataFrameColumn.cs (1)
400
throw new ArgumentException(String.Format(Strings.
MultipleMismatchedValueType
, typeof(long), typeof(int), typeof(bool)), nameof(mapIndices));
DataFrameColumns\StringDataFrameColumn.cs (1)
307
throw new ArgumentException(String.Format(Strings.
MultipleMismatchedValueType
, typeof(long), typeof(int), typeof(bool)), nameof(mapIndices));
DataFrameColumns\VBufferDataFrameColumn.cs (1)
287
throw new ArgumentException(String.Format(Strings.
MultipleMismatchedValueType
, typeof(long), typeof(int), typeof(bool)), nameof(mapIndices));
PrimitiveDataFrameColumn.cs (1)
430
throw new ArgumentException(String.Format(Strings.
MultipleMismatchedValueType
, typeof(long), typeof(int), typeof(bool)), nameof(mapIndices));