3 references to GetBufferLengthAtIndex
Microsoft.Data.Analysis (3)
DataFrameColumn.cs (1)
476
GetBufferLengthAtIndex
getBufferLengthAtIndex)
DataFrameColumns\StringDataFrameColumn.cs (1)
264
GetBufferLengthAtIndex
getBufferLengthAtIndex = new GetBufferLengthAtIndex((int bufferIndex) => bufferSortIndices[bufferIndex].Length);
PrimitiveDataFrameColumn.Sort.cs (1)
105
GetBufferLengthAtIndex
getBufferLengthAtIndex = new GetBufferLengthAtIndex((int bufferIndex) => bufferSortIndices[bufferIndex].Count);