7 references to RawSpan
Microsoft.Data.Analysis (7)
DataFrameBuffer.cs (2)
62RawSpan[Length] = value; 99RawSpan[index] = value;
DataFrameColumns\ArrowStringDataFrameColumn.cs (1)
213value.CopyTo(mutableDataBuffer.RawSpan.Slice(startIndex));
PrimitiveColumnContainer.cs (4)
53mutableBuffer.RawSpan.Fill(default(T)); 170mutableLastBuffer.RawSpan.Slice(mutableLastBuffer.Length - allocatable, allocatable).Fill(value.Value); 171BitUtility.SetBits(lastNullBitMapBuffer.RawSpan, originalBufferLength, allocatable, true); 553boolLocalBuffer.ReadOnlySpan.TryCopyTo(newBuffer.RawSpan);