3 references to GetValueAndBufferSortIndexAtBuffer
Microsoft.Data.Analysis (3)
DataFrameColumn.cs (1)
475GetValueAndBufferSortIndexAtBuffer<T> getValueAndBufferSortIndexAtBuffer,
DataFrameColumns\StringDataFrameColumn.cs (1)
263GetValueAndBufferSortIndexAtBuffer<string> getValueAtBuffer = new GetValueAndBufferSortIndexAtBuffer<string>((int bufferIndex, int sortIndex) => GetFirstNonNullValueStartingAtIndex(bufferIndex, sortIndex));
PrimitiveDataFrameColumn.Sort.cs (1)
104GetValueAndBufferSortIndexAtBuffer<T> getValueAndBufferSortIndexAtBuffer = new GetValueAndBufferSortIndexAtBuffer<T>((int bufferIndex, int sortIndex) => GetFirstNonNullValueAndBufferIndexStartingAtIndex(bufferIndex, sortIndex));