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