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