2 references to GetFirstNonNullValueStartingAtIndex
Microsoft.Data.Analysis (2)
DataFrameColumns\StringDataFrameColumn.cs (2)
245
ValueTuple<string, int> valueAndBufferSortIndex =
GetFirstNonNullValueStartingAtIndex
(i, 0);
263
GetValueAndBufferSortIndexAtBuffer<string> getValueAtBuffer = new GetValueAndBufferSortIndexAtBuffer<string>((int bufferIndex, int sortIndex) =>
GetFirstNonNullValueStartingAtIndex
(bufferIndex, sortIndex));