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