2 references to GetFirstNonNullValueAndBufferIndexStartingAtIndex
Microsoft.Data.Analysis (2)
PrimitiveDataFrameColumn.Sort.cs (2)
91
ValueTuple<T, int> valueAndBufferIndex =
GetFirstNonNullValueAndBufferIndexStartingAtIndex
(i, 0);
104
GetValueAndBufferSortIndexAtBuffer<T> getValueAndBufferSortIndexAtBuffer = new GetValueAndBufferSortIndexAtBuffer<T>((int bufferIndex, int sortIndex) =>
GetFirstNonNullValueAndBufferIndexStartingAtIndex
(bufferIndex, sortIndex));