4 references to MapIndicesExceedsColumnLength
Microsoft.Data.Analysis (4)
DataFrameColumns\ArrowStringDataFrameColumn.cs (1)
422throw new ArgumentException(Strings.MapIndicesExceedsColumnLength, nameof(boolColumn));
DataFrameColumns\StringDataFrameColumn.cs (1)
329throw new ArgumentException(Strings.MapIndicesExceedsColumnLength, nameof(boolColumn));
DataFrameColumns\VBufferDataFrameColumn.cs (1)
215throw new ArgumentException(Strings.MapIndicesExceedsColumnLength, nameof(boolColumn));
PrimitiveDataFrameColumn.cs (1)
463throw new ArgumentException(Strings.MapIndicesExceedsColumnLength, nameof(boolColumn));